#b042a7

Color #B042A7 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B042A7

Tints of Violet Blue #B042A7

Color information

#B042A7 (or 0xB042A7) is unknown color: approx Violet Blue. HEX triplet: B0, 42 and A7. RGB value is (176,66,167). Sum of RGB (Red+Green+Blue) = 176+66+167=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B042A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B042A7 is #4FBD58. Grayscale: #6E6E6E. Windows color (decimal): -5225817 or 10961584. OLE color: 10961584.

HSL color Cylindrical-coordinate representation of color #B042A7: hue angle of 304.91º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B042A7 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17666167-
CMYK00.620.050.31
HSL304.91º45.45%47.45%-
HSV(B)304.91º62.5%69.02%-
XYZ26.8315.9238.22-
YUV110.4159.94174.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 66 (26.17% from 255) = 16.14%
BLUE value IS 167 (65.62% from 255) = 40.83%
R=43.03%
G=16.14%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766616700.620.050.31304.9145.4547.45
HexB042A703E51F1312d2f
Octal2601022470765374615557
Binary10110000100001010100111011111010111111100110001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b042a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b042a7; }

 p { color: rgb(176,66,167); }

 H1.HeaderClassName
 {
   color: #b042a7;
 }
 .AnyTagClassName
 {
   color: #b042a7;
 }
</style>
background-color css

<style>
 a { background-color: #b042a7; }

 a { background-color: rgb(176,66,167); }

 div.DivClassName
 {
   background-color: #b042a7;
 }
 .BgClassName
 {
   background-color: #b042a7;
 }
</style>
border-color css

<style>
 span { border-color: #b042a7; }

 span { border-color: rgb(176,66,167); }

 td.TdClassName
 {
   border-color: #b042a7;
 }
 .TagClassName
 {
   border-color: #b042a7;
 }
</style>