#B11B95

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

Shades of Medium Violet Red #B11B95

Tints of Medium Violet Red #B11B95

Color information

#B11B95 (or 0xB11B95) is unknown color: approx Medium Violet Red. HEX triplet: B1, 1B and 95. RGB value is (177,27,149). Sum of RGB (Red+Green+Blue) = 177+27+149=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11B95 is #4EE46A. Grayscale: #555555. Windows color (decimal): -5170283 or 9771953. OLE color: 9771953.

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

Color convert

RGB17727149-
CMYK00.850.160.31
HSL311.2º73.53%40%-
HSV(B)311.2º84.75%69.41%-
XYZ23.9512.329.55-
YUV85.76163.7193.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 27 (10.94% from 255) = 7.65%
BLUE value IS 149 (58.59% from 255) = 42.21%
R=50.14%
G=7.65%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772714900.850.160.31311.273.5340
HexB11B95055101F1374a28
Octal261332250125203746711250
Binary1011000111011100101010101010110000111111001101111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11B95; }

 p { color: rgb(177,27,149); }

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

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

 a { background-color: rgb(177,27,149); }

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

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

 span { border-color: rgb(177,27,149); }

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