#B043A6

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

Shades of Violet Blue #B043A6

Tints of Violet Blue #B043A6

Color information

#B043A6 (or 0xB043A6) is unknown color: approx Violet Blue. HEX triplet: B0, 43 and A6. RGB value is (176,67,166). Sum of RGB (Red+Green+Blue) = 176+67+166=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B043A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B043A6 is #4FBC59. Grayscale: #6E6E6E. Windows color (decimal): -5225562 or 10896304. OLE color: 10896304.

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

Color convert

RGB17667166-
CMYK00.620.060.31
HSL305.5º44.86%47.65%-
HSV(B)305.5º61.93%69.02%-
XYZ26.791637.75-
YUV110.88159.11174.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 67 (26.56% from 255) = 16.38%
BLUE value IS 166 (65.23% from 255) = 40.59%
R=43.03%
G=16.38%
B=40.59%

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
Decimal1766716600.620.060.31305.544.8647.65
HexB043A603E61F1322d30
Octal2601032460766374625560
Binary10110000100001110100110011111011011111100110010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B043A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B043A6; }

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

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

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

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

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

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

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

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