#b01f88

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

Shades of Medium Red Violet #B01F88

Tints of Medium Red Violet #B01F88

Color information

#B01F88 (or 0xB01F88) is unknown color: approx Medium Red Violet. HEX triplet: B0, 1F and 88. RGB value is (176,31,136). Sum of RGB (Red+Green+Blue) = 176+31+136=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B01F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01F88 is #4FE077. Grayscale: #565656. Windows color (decimal): -5234808 or 8921008. OLE color: 8921008.

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

Color convert

RGB17631136-
CMYK00.820.230.31
HSL316.55º70.05%40.59%-
HSV(B)316.55º82.39%69.02%-
XYZ22.8411.9924.4-
YUV86.32156.04191.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.31%
GREEN value IS 31 (12.5% from 255) = 9.04%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=51.31%
G=9.04%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763113600.820.230.31316.5570.0540.59
HexB01F88052171F13d4629
Octal260372100122273747510651
Binary1011000011111100010000101001010111111111001111011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b01f88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b01f88; }

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

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

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

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

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

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

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

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