#B01B88

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

Shades of Medium Violet Red #B01B88

Tints of Medium Violet Red #B01B88

Color information

#B01B88 (or 0xB01B88) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1B and 88. RGB value is (176,27,136). Sum of RGB (Red+Green+Blue) = 176+27+136=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01B88 is #4FE477. Grayscale: #535353. Windows color (decimal): -5235832 or 8919984. OLE color: 8919984.

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

Color convert

RGB17627136-
CMYK00.850.230.31
HSL316.11º73.4%39.8%-
HSV(B)316.11º84.66%69.02%-
XYZ22.7411.7924.37-
YUV83.98157.36193.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 27 (10.94% from 255) = 7.96%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=51.92%
G=7.96%
B=40.12%

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
Decimal1762713600.850.230.31316.1173.439.8
HexB01B88055171F13c4928
Octal260332100125273747411150
Binary1011000011011100010000101010110111111111001111001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01B88; }

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

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

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

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

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

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

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

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