#B24BA1

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

Shades of Violet Blue #B24BA1

Tints of Violet Blue #B24BA1

Color information

#B24BA1 (or 0xB24BA1) is unknown color: approx Violet Blue. HEX triplet: B2, 4B and A1. RGB value is (178,75,161). Sum of RGB (Red+Green+Blue) = 178+75+161=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B24BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24BA1 is #4DB45E. Grayscale: #737373. Windows color (decimal): -5092447 or 10570674. OLE color: 10570674.

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

Color convert

RGB17875161-
CMYK00.580.100.30
HSL309.9º40.71%49.61%-
HSV(B)309.9º57.87%69.8%-
XYZ27.3117.0735.57-
YUV115.6153.62172.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 161 (63.28% from 255) = 38.89%
R=43.00%
G=18.12%
B=38.89%

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
Decimal1787516100.580.100.30309.940.7149.61
HexB24BA103AA1E1362932
Octal26211324107212364665162
Binary101100101001011101000010111010101011110100110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24BA1; }

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

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

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

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

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

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

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

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