#B01B87

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

Shades of Medium Violet Red #B01B87

Tints of Medium Violet Red #B01B87

Color information

#B01B87 (or 0xB01B87) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1B and 87. RGB value is (176,27,135). Sum of RGB (Red+Green+Blue) = 176+27+135=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01B87 is #4FE478. Grayscale: #535353. Windows color (decimal): -5235833 or 8854448. OLE color: 8854448.

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

Color convert

RGB17627135-
CMYK00.850.230.31
HSL316.51º73.4%39.8%-
HSV(B)316.51º84.66%69.02%-
XYZ22.6711.7624-
YUV83.86156.86193.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.07%
GREEN value IS 27 (10.94% from 255) = 7.99%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=52.07%
G=7.99%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762713500.850.230.31316.5173.439.8
HexB01B87055171F13d4928
Octal260332070125273747511150
Binary1011000011011100001110101010110111111111001111011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01B87; }

 p { color: rgb(176,27,135); }

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

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

 a { background-color: rgb(176,27,135); }

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

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

 span { border-color: rgb(176,27,135); }

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