#B24CA9

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

Shades of Violet Blue #B24CA9

Tints of Violet Blue #B24CA9

Color information

#B24CA9 (or 0xB24CA9) is unknown color: approx Violet Blue. HEX triplet: B2, 4C and A9. RGB value is (178,76,169). Sum of RGB (Red+Green+Blue) = 178+76+169=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B24CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24CA9 is #4DB356. Grayscale: #747474. Windows color (decimal): -5092183 or 11095218. OLE color: 11095218.

HSL color Cylindrical-coordinate representation of color #B24CA9: hue angle of 305.29º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24CA9 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB17876169-
CMYK00.570.050.30
HSL305.29º40.16%49.8%-
HSV(B)305.29º57.3%69.8%-
XYZ28.1117.539.43-
YUV117.1157.29171.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 76 (30.08% from 255) = 17.97%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=42.08%
G=17.97%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787616900.570.050.30305.2940.1649.8
HexB24CA903951E1312832
Octal2621142510715364615062
Binary10110010100110010101001011100110111110100110001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24CA9; }

 p { color: rgb(178,76,169); }

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

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

 a { background-color: rgb(178,76,169); }

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

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

 span { border-color: rgb(178,76,169); }

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