#B24AA8

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

Shades of Violet Blue #B24AA8

Tints of Violet Blue #B24AA8

Color information

#B24AA8 (or 0xB24AA8) is unknown color: approx Violet Blue. HEX triplet: B2, 4A and A8. RGB value is (178,74,168). Sum of RGB (Red+Green+Blue) = 178+74+168=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B24AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24AA8 is #4DB557. Grayscale: #737373. Windows color (decimal): -5092696 or 11029170. OLE color: 11029170.

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

Color convert

RGB17874168-
CMYK00.580.060.30
HSL305.77º41.27%49.41%-
HSV(B)305.77º58.43%69.8%-
XYZ27.8817.1938.89-
YUV115.81157.46172.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 74 (29.30% from 255) = 17.62%
BLUE value IS 168 (66.02% from 255) = 40%
R=42.38%
G=17.62%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787416800.580.060.30305.7741.2749.41
HexB24AA803A61E1322931
Octal2621122500726364625161
Binary10110010100101010101000011101011011110100110010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24AA8; }

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

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

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

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

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

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

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

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