#B24AA0

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

Shades of Violet Blue #B24AA0

Tints of Violet Blue #B24AA0

Color information

#B24AA0 (or 0xB24AA0) is unknown color: approx Violet Blue. HEX triplet: B2, 4A and A0. RGB value is (178,74,160). Sum of RGB (Red+Green+Blue) = 178+74+160=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B24AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24AA0 is #4DB55F. Grayscale: #727272. Windows color (decimal): -5092704 or 10504882. OLE color: 10504882.

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

Color convert

RGB17874160-
CMYK00.580.100.30
HSL310.38º41.27%49.41%-
HSV(B)310.38º58.43%69.8%-
XYZ27.1516.935.09-
YUV114.9153.46173.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 160 (62.89% from 255) = 38.83%
R=43.20%
G=17.96%
B=38.83%

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
Decimal1787416000.580.100.30310.3841.2749.41
HexB24AA003AA1E1362931
Octal26211224007212364665161
Binary101100101001010101000000111010101011110100110110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24AA0; }

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

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

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

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

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

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

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

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