#B024A2

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

Shades of Medium Red Violet #B024A2

Tints of Medium Red Violet #B024A2

Color information

#B024A2 (or 0xB024A2) is unknown color: approx Medium Red Violet. HEX triplet: B0, 24 and A2. RGB value is (176,36,162). Sum of RGB (Red+Green+Blue) = 176+36+162=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B024A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B024A2 is #4FDB5D. Grayscale: #5B5B5B. Windows color (decimal): -5233502 or 10626224. OLE color: 10626224.

HSL color Cylindrical-coordinate representation of color #B024A2: hue angle of 306º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B024A2 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB17636162-
CMYK00.800.080.31
HSL306º66.04%41.57%-
HSV(B)306º79.55%69.02%-
XYZ25.0613.135.39-
YUV92.22167.38187.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 36 (14.45% from 255) = 9.63%
BLUE value IS 162 (63.67% from 255) = 43.32%
R=47.06%
G=9.63%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763616200.800.080.3130666.0441.57
HexB024A205081F132422a
Octal260442420120103746210252
Binary1011000010010010100010010100001000111111001100101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B024A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B024A2; }

 p { color: rgb(176,36,162); }

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

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

 a { background-color: rgb(176,36,162); }

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

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

 span { border-color: rgb(176,36,162); }

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