#B02F71

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

Shades of Medium Red Violet #B02F71

Tints of Medium Red Violet #B02F71

Color information

#B02F71 (or 0xB02F71) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2F and 71. RGB value is (176,47,113). Sum of RGB (Red+Green+Blue) = 176+47+113=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02F71 is #4FD08E. Grayscale: #5C5C5C. Windows color (decimal): -5230735 or 7417776. OLE color: 7417776.

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

Color convert

RGB17647113-
CMYK00.730.360.31
HSL329.3º57.85%43.73%-
HSV(B)329.3º73.3%69.02%-
XYZ21.912.4616.87-
YUV93.1139.24187.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.38%
GREEN value IS 47 (18.75% from 255) = 13.99%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=52.38%
G=13.99%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764711300.730.360.31329.357.8543.73
HexB02F71049241F1493a2c
Octal26057161011144375117254
Binary1011000010111111100010100100110010011111101001001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F71; }

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

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

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

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

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

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

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

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