#b01f76

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

Shades of Medium Red Violet #B01F76

Tints of Medium Red Violet #B01F76

Color information

#B01F76 (or 0xB01F76) is unknown color: approx Medium Red Violet. HEX triplet: B0, 1F and 76. RGB value is (176,31,118). Sum of RGB (Red+Green+Blue) = 176+31+118=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B01F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01F76 is #4FE089. Grayscale: #545454. Windows color (decimal): -5234826 or 7741360. OLE color: 7741360.

HSL color Cylindrical-coordinate representation of color #B01F76: hue angle of 324º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B01F76 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17631118-
CMYK00.820.330.31
HSL324º70.05%40.59%-
HSV(B)324º82.39%69.02%-
XYZ21.6611.5218.22-
YUV84.27147.04193.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.15%
GREEN value IS 31 (12.5% from 255) = 9.54%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=54.15%
G=9.54%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763111800.820.330.3132470.0540.59
HexB01F76052211F1444629
Octal260371660122413750410651
Binary1011000011111111011001010010100001111111010001001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b01f76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b01f76; }

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

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

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

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

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

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

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

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