#B11B82

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

Shades of Medium Violet Red #B11B82

Tints of Medium Violet Red #B11B82

Color information

#B11B82 (or 0xB11B82) is unknown color: approx Medium Violet Red. HEX triplet: B1, 1B and 82. RGB value is (177,27,130). Sum of RGB (Red+Green+Blue) = 177+27+130=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11B82 is #4EE47D. Grayscale: #535353. Windows color (decimal): -5170302 or 8526769. OLE color: 8526769.

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

Color convert

RGB17727130-
CMYK00.850.270.31
HSL318.8º73.53%40%-
HSV(B)318.8º84.75%69.41%-
XYZ22.5511.7422.2-
YUV83.59154.2194.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 27 (10.94% from 255) = 8.08%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=52.99%
G=8.08%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772713000.850.270.31318.873.5340
HexB11B820551B1F13f4a28
Octal261332020125333747711250
Binary1011000111011100000100101010111011111111001111111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11B82; }

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

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

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

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

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

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

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

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