#B24AA6

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

Shades of Violet Blue #B24AA6

Tints of Violet Blue #B24AA6

Color information

#B24AA6 (or 0xB24AA6) is unknown color: approx Violet Blue. HEX triplet: B2, 4A and A6. RGB value is (178,74,166). Sum of RGB (Red+Green+Blue) = 178+74+166=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B24AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24AA6 is #4DB559. Grayscale: #737373. Windows color (decimal): -5092698 or 10898098. OLE color: 10898098.

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

Color convert

RGB17874166-
CMYK00.580.070.30
HSL306.92º41.27%49.41%-
HSV(B)306.92º58.43%69.8%-
XYZ27.6917.1237.92-
YUV115.58156.46172.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 74 (29.30% from 255) = 17.70%
BLUE value IS 166 (65.23% from 255) = 39.71%
R=42.58%
G=17.70%
B=39.71%

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
Decimal1787416600.580.070.30306.9241.2749.41
HexB24AA603A71E1332931
Octal2621122460727364635161
Binary10110010100101010100110011101011111110100110011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24AA6; }

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

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

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

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

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

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

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

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