#B24BA5

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

Shades of Violet Blue #B24BA5

Tints of Violet Blue #B24BA5

Color information

#B24BA5 (or 0xB24BA5) is unknown color: approx Violet Blue. HEX triplet: B2, 4B and A5. RGB value is (178,75,165). Sum of RGB (Red+Green+Blue) = 178+75+165=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B24BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24BA5 is #4DB45A. Grayscale: #737373. Windows color (decimal): -5092443 or 10832818. OLE color: 10832818.

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

Color convert

RGB17875165-
CMYK00.580.070.30
HSL307.57º40.71%49.61%-
HSV(B)307.57º57.87%69.8%-
XYZ27.6717.2137.46-
YUV116.06155.62172.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 165 (64.84% from 255) = 39.47%
R=42.58%
G=17.94%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787516500.580.070.30307.5740.7149.61
HexB24BA503A71E1342932
Octal2621132450727364645162
Binary10110010100101110100101011101011111110100110100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24BA5; }

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

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

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

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

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

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

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

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