#B02F81

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

Shades of Medium Red Violet #B02F81

Tints of Medium Red Violet #B02F81

Color information

#B02F81 (or 0xB02F81) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2F and 81. RGB value is (176,47,129). Sum of RGB (Red+Green+Blue) = 176+47+129=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02F81 is #4FD07E. Grayscale: #5E5E5E. Windows color (decimal): -5230719 or 8466352. OLE color: 8466352.

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

Color convert

RGB17647129-
CMYK00.730.270.31
HSL321.86º57.85%43.73%-
HSV(B)321.86º73.3%69.02%-
XYZ22.8812.8522.04-
YUV94.92147.24185.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 47 (18.75% from 255) = 13.35%
BLUE value IS 129 (50.78% from 255) = 36.65%
R=50%
G=13.35%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764712900.730.270.31321.8657.8543.73
HexB02F810491B1F1423a2c
Octal26057201011133375027254
Binary1011000010111110000001010010011101111111101000010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F81; }

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

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

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

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

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

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

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

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