#B02B81

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

Shades of Medium Red Violet #B02B81

Tints of Medium Red Violet #B02B81

Color information

#B02B81 (or 0xB02B81) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2B and 81. RGB value is (176,43,129). Sum of RGB (Red+Green+Blue) = 176+43+129=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02B81 is #4FD47E. Grayscale: #5C5C5C. Windows color (decimal): -5231743 or 8465328. OLE color: 8465328.

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

Color convert

RGB17643129-
CMYK00.760.270.31
HSL321.2º60.73%42.94%-
HSV(B)321.2º75.57%69.02%-
XYZ22.7312.5421.99-
YUV92.57148.56187.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 43 (17.19% from 255) = 12.36%
BLUE value IS 129 (50.78% from 255) = 37.07%
R=50.57%
G=12.36%
B=37.07%

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
Decimal1764312900.760.270.31321.260.7342.94
HexB02B8104C1B1F1413d2b
Octal26053201011433375017553
Binary1011000010101110000001010011001101111111101000001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02B81; }

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

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

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

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

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

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

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

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