#B11E99

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

Shades of Medium Violet Red #B11E99

Tints of Medium Violet Red #B11E99

Color information

#B11E99 (or 0xB11E99) is unknown color: approx Medium Violet Red. HEX triplet: B1, 1E and 99. RGB value is (177,30,153). Sum of RGB (Red+Green+Blue) = 177+30+153=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11E99 is #4EE166. Grayscale: #575757. Windows color (decimal): -5169511 or 10034865. OLE color: 10034865.

HSL color Cylindrical-coordinate representation of color #B11E99: hue angle of 309.8º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B11E99 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17730153-
CMYK00.830.140.31
HSL309.8º71.01%40.59%-
HSV(B)309.8º83.05%69.41%-
XYZ24.3512.5831.28-
YUV87.98164.7191.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 30 (12.11% from 255) = 8.33%
BLUE value IS 153 (60.16% from 255) = 42.5%
R=49.17%
G=8.33%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773015300.830.140.31309.871.0140.59
HexB11E99053E1F1364729
Octal261362310123163746610751
Binary101100011111010011001010100111110111111001101101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E99; }

 p { color: rgb(177,30,153); }

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

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

 a { background-color: rgb(177,30,153); }

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

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

 span { border-color: rgb(177,30,153); }

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