#B24FA9

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

Shades of Violet Blue #B24FA9

Tints of Violet Blue #B24FA9

Color information

#B24FA9 (or 0xB24FA9) is unknown color: approx Violet Blue. HEX triplet: B2, 4F and A9. RGB value is (178,79,169). Sum of RGB (Red+Green+Blue) = 178+79+169=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B24FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24FA9 is #4DB056. Grayscale: #767676. Windows color (decimal): -5091415 or 11095986. OLE color: 11095986.

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

Color convert

RGB17879169-
CMYK00.560.050.30
HSL305.45º39.13%50.39%-
HSV(B)305.45º55.62%69.8%-
XYZ28.3217.9239.5-
YUV118.86156.3170.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 79 (31.25% from 255) = 18.54%
BLUE value IS 169 (66.41% from 255) = 39.67%
R=41.78%
G=18.54%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787916900.560.050.30305.4539.1350.39
HexB24FA903851E1312732
Octal2621172510705364614762
Binary10110010100111110101001011100010111110100110001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24FA9; }

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

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

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

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

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

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

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

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