#B24BA9

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

Shades of Violet Blue #B24BA9

Tints of Violet Blue #B24BA9

Color information

#B24BA9 (or 0xB24BA9) is unknown color: approx Violet Blue. HEX triplet: B2, 4B and A9. RGB value is (178,75,169). Sum of RGB (Red+Green+Blue) = 178+75+169=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B24BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24BA9 is #4DB456. Grayscale: #747474. Windows color (decimal): -5092439 or 11094962. OLE color: 11094962.

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

Color convert

RGB17875169-
CMYK00.580.050.30
HSL305.24º40.71%49.61%-
HSV(B)305.24º57.87%69.8%-
XYZ28.0417.3639.41-
YUV116.51157.62171.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 75 (29.69% from 255) = 17.77%
BLUE value IS 169 (66.41% from 255) = 40.05%
R=42.18%
G=17.77%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787516900.580.050.30305.2440.7149.61
HexB24BA903A51E1312932
Octal2621132510725364615162
Binary10110010100101110101001011101010111110100110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24BA9; }

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

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

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

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

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

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

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

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