#B11180

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

Shades of Medium Violet Red #B11180

Tints of Medium Violet Red #B11180

Color information

#B11180 (or 0xB11180) is unknown color: approx Medium Violet Red. HEX triplet: B1, 11 and 80. RGB value is (177,17,128). Sum of RGB (Red+Green+Blue) = 177+17+128=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B11180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11180 is #4EEE7F. Grayscale: #4D4D4D. Windows color (decimal): -5172864 or 8393137. OLE color: 8393137.

HSL color Cylindrical-coordinate representation of color #B11180: hue angle of 318.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11180 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17717128-
CMYK00.900.280.31
HSL318.38º82.47%38.04%-
HSV(B)318.38º90.4%69.41%-
XYZ22.2311.3121.43-
YUV77.49156.51198.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 17 (7.03% from 255) = 5.28%
BLUE value IS 128 (50.39% from 255) = 39.75%
R=54.97%
G=5.28%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771712800.900.280.31318.3882.4738.04
HexB1118005A1C1F13e5226
Octal261212000132343747612246
Binary1011000110001100000000101101011100111111001111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11180; }

 p { color: rgb(177,17,128); }

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

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

 a { background-color: rgb(177,17,128); }

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

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

 span { border-color: rgb(177,17,128); }

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