#B042A6

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

Shades of Violet Blue #B042A6

Tints of Violet Blue #B042A6

Color information

#B042A6 (or 0xB042A6) is unknown color: approx Violet Blue. HEX triplet: B0, 42 and A6. RGB value is (176,66,166). Sum of RGB (Red+Green+Blue) = 176+66+166=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B042A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B042A6 is #4FBD59. Grayscale: #6E6E6E. Windows color (decimal): -5225818 or 10896048. OLE color: 10896048.

HSL color Cylindrical-coordinate representation of color #B042A6: hue angle of 305.45º 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 #B042A6 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17666166-
CMYK00.620.060.31
HSL305.45º45.45%47.45%-
HSV(B)305.45º62.5%69.02%-
XYZ26.7415.8837.73-
YUV110.29159.44174.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 66 (26.17% from 255) = 16.18%
BLUE value IS 166 (65.23% from 255) = 40.69%
R=43.14%
G=16.18%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766616600.620.060.31305.4545.4547.45
HexB042A603E61F1312d2f
Octal2601022460766374615557
Binary10110000100001010100110011111011011111100110001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B042A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B042A6; }

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

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

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

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

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

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

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

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