#B02287

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

Shades of Medium Red Violet #B02287

Tints of Medium Red Violet #B02287

Color information

#B02287 (or 0xB02287) is unknown color: approx Medium Red Violet. HEX triplet: B0, 22 and 87. RGB value is (176,34,135). Sum of RGB (Red+Green+Blue) = 176+34+135=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B02287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02287 is #4FDD78. Grayscale: #575757. Windows color (decimal): -5234041 or 8856240. OLE color: 8856240.

HSL color Cylindrical-coordinate representation of color #B02287: hue angle of 317.32º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02287 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17634135-
CMYK00.810.230.31
HSL317.32º67.62%41.18%-
HSV(B)317.32º80.68%69.02%-
XYZ22.8512.1224.06-
YUV87.97154.54190.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.01%
GREEN value IS 34 (13.67% from 255) = 9.86%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=51.01%
G=9.86%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763413500.810.230.31317.3267.6241.18
HexB02287051171F13d4429
Octal260422070121273747510451
Binary10110000100010100001110101000110111111111001111011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02287; }

 p { color: rgb(176,34,135); }

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

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

 a { background-color: rgb(176,34,135); }

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

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

 span { border-color: rgb(176,34,135); }

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