#b01b83

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

Shades of Medium Violet Red #B01B83

Tints of Medium Violet Red #B01B83

Color information

#B01B83 (or 0xB01B83) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1B and 83. RGB value is (176,27,131). Sum of RGB (Red+Green+Blue) = 176+27+131=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01B83 is #4FE47C. Grayscale: #535353. Windows color (decimal): -5235837 or 8592304. OLE color: 8592304.

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

Color convert

RGB17627131-
CMYK00.850.260.31
HSL318.12º73.4%39.8%-
HSV(B)318.12º84.66%69.02%-
XYZ22.3911.6522.54-
YUV83.41154.86194.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 27 (10.94% from 255) = 8.08%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=52.69%
G=8.08%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762713100.850.260.31318.1273.439.8
HexB01B830551A1F13e4928
Octal260332030125323747611150
Binary1011000011011100000110101010111010111111001111101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b01b83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b01b83; }

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

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

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

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

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

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

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

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