#B02B80

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

Shades of Medium Red Violet #B02B80

Tints of Medium Red Violet #B02B80

Color information

#B02B80 (or 0xB02B80) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2B and 80. RGB value is (176,43,128). Sum of RGB (Red+Green+Blue) = 176+43+128=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02B80 is #4FD47F. Grayscale: #5C5C5C. Windows color (decimal): -5231744 or 8399792. OLE color: 8399792.

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

Color convert

RGB17643128-
CMYK00.760.270.31
HSL321.65º60.73%42.94%-
HSV(B)321.65º75.57%69.02%-
XYZ22.6612.5221.64-
YUV92.46148.06187.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.72%
GREEN value IS 43 (17.19% from 255) = 12.39%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=50.72%
G=12.39%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764312800.760.270.31321.6560.7342.94
HexB02B8004C1B1F1423d2b
Octal26053200011433375027553
Binary1011000010101110000000010011001101111111101000010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02B80; }

 p { color: rgb(176,43,128); }

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

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

 a { background-color: rgb(176,43,128); }

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

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

 span { border-color: rgb(176,43,128); }

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