#B02492

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

Shades of Medium Red Violet #B02492

Tints of Medium Red Violet #B02492

Color information

#B02492 (or 0xB02492) is unknown color: approx Medium Red Violet. HEX triplet: B0, 24 and 92. RGB value is (176,36,146). Sum of RGB (Red+Green+Blue) = 176+36+146=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B02492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02492 is #4FDB6D. Grayscale: #5A5A5A. Windows color (decimal): -5233518 or 9577648. OLE color: 9577648.

HSL color Cylindrical-coordinate representation of color #B02492: hue angle of 312.86º 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 #B02492 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB17636146-
CMYK00.800.170.31
HSL312.86º66.04%41.57%-
HSV(B)312.86º79.55%69.02%-
XYZ23.7212.5728.37-
YUV90.4159.38189.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.16%
GREEN value IS 36 (14.45% from 255) = 10.06%
BLUE value IS 146 (57.42% from 255) = 40.78%
R=49.16%
G=10.06%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763614600.800.170.31312.8666.0441.57
HexB02492050111F139422a
Octal260442220120213747110252
Binary10110000100100100100100101000010001111111001110011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02492; }

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

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

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

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

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

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

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

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