#b11f86

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

Shades of Medium Red Violet #B11F86

Tints of Medium Red Violet #B11F86

Color information

#B11F86 (or 0xB11F86) is unknown color: approx Medium Red Violet. HEX triplet: B1, 1F and 86. RGB value is (177,31,134). Sum of RGB (Red+Green+Blue) = 177+31+134=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11F86 is #4EE079. Grayscale: #565656. Windows color (decimal): -5169274 or 8789937. OLE color: 8789937.

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

Color convert

RGB17731134-
CMYK00.820.240.31
HSL317.67º70.19%40.78%-
HSV(B)317.67º82.49%69.41%-
XYZ22.9212.0523.67-
YUV86.4154.87192.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 31 (12.5% from 255) = 9.06%
BLUE value IS 134 (52.73% from 255) = 39.18%
R=51.75%
G=9.06%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773113400.820.240.31317.6770.1940.78
HexB11F86052181F13e4629
Octal261372060122303747610651
Binary1011000111111100001100101001011000111111001111101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b11f86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b11f86; }

 p { color: rgb(177,31,134); }

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

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

 a { background-color: rgb(177,31,134); }

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

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

 span { border-color: rgb(177,31,134); }

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