#B02987

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

Shades of Medium Red Violet #B02987

Tints of Medium Red Violet #B02987

Color information

#B02987 (or 0xB02987) is unknown color: approx Medium Red Violet. HEX triplet: B0, 29 and 87. RGB value is (176,41,135). Sum of RGB (Red+Green+Blue) = 176+41+135=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B02987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02987 is #4FD678. Grayscale: #5B5B5B. Windows color (decimal): -5232249 or 8858032. OLE color: 8858032.

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

Color convert

RGB17641135-
CMYK00.770.230.31
HSL318.22º62.21%42.55%-
HSV(B)318.22º76.7%69.02%-
XYZ23.0712.5724.13-
YUV92.08152.23187.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 11.65%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=50%
G=11.65%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764113500.770.230.31318.2262.2142.55
HexB0298704D171F13e3e2b
Octal26051207011527374767653
Binary1011000010100110000111010011011011111111100111110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02987; }

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

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

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

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

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

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

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

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