#B24BA0

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

Shades of Violet Blue #B24BA0

Tints of Violet Blue #B24BA0

Color information

#B24BA0 (or 0xB24BA0) is unknown color: approx Violet Blue. HEX triplet: B2, 4B and A0. RGB value is (178,75,160). Sum of RGB (Red+Green+Blue) = 178+75+160=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B24BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24BA0 is #4DB45F. Grayscale: #737373. Windows color (decimal): -5092448 or 10505138. OLE color: 10505138.

HSL color Cylindrical-coordinate representation of color #B24BA0: hue angle of 310.49º 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 #B24BA0 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB17875160-
CMYK00.580.100.30
HSL310.49º40.71%49.61%-
HSV(B)310.49º57.87%69.8%-
XYZ27.2217.0435.11-
YUV115.49153.12172.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 75 (29.69% from 255) = 18.16%
BLUE value IS 160 (62.89% from 255) = 38.74%
R=43.10%
G=18.16%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787516000.580.100.30310.4940.7149.61
HexB24BA003AA1E1362932
Octal26211324007212364665162
Binary101100101001011101000000111010101011110100110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24BA0; }

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

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

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

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

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

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

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

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