#B02988

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

Shades of Medium Red Violet #B02988

Tints of Medium Red Violet #B02988

Color information

#B02988 (or 0xB02988) is unknown color: approx Medium Red Violet. HEX triplet: B0, 29 and 88. RGB value is (176,41,136). Sum of RGB (Red+Green+Blue) = 176+41+136=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B02988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02988 is #4FD677. Grayscale: #5B5B5B. Windows color (decimal): -5232248 or 8923568. OLE color: 8923568.

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

Color convert

RGB17641136-
CMYK00.770.230.31
HSL317.78º62.21%42.55%-
HSV(B)317.78º76.7%69.02%-
XYZ23.1412.5924.5-
YUV92.2152.73187.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.86%
GREEN value IS 41 (16.41% from 255) = 11.61%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=49.86%
G=11.61%
B=38.53%

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
Decimal1764113600.770.230.31317.7862.2142.55
HexB0298804D171F13e3e2b
Octal26051210011527374767653
Binary1011000010100110001000010011011011111111100111110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02988; }

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

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

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

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

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

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

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

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