#B02F76

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

Shades of Medium Red Violet #B02F76

Tints of Medium Red Violet #B02F76

Color information

#B02F76 (or 0xB02F76) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2F and 76. RGB value is (176,47,118). Sum of RGB (Red+Green+Blue) = 176+47+118=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02F76 is #4FD089. Grayscale: #5D5D5D. Windows color (decimal): -5230730 or 7745456. OLE color: 7745456.

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

Color convert

RGB17647118-
CMYK00.730.330.31
HSL326.98º57.85%43.73%-
HSV(B)326.98º73.3%69.02%-
XYZ22.1912.5718.4-
YUV93.66141.74186.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 47 (18.75% from 255) = 13.78%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=51.61%
G=13.78%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764711800.730.330.31326.9857.8543.73
HexB02F76049211F1473a2c
Octal26057166011141375077254
Binary1011000010111111101100100100110000111111101000111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F76; }

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

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

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

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

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

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

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

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