#B11192

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

Shades of Medium Violet Red #B11192

Tints of Medium Violet Red #B11192

Color information

#B11192 (or 0xB11192) is unknown color: approx Medium Violet Red. HEX triplet: B1, 11 and 92. RGB value is (177,17,146). Sum of RGB (Red+Green+Blue) = 177+17+146=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B11192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11192 is #4EEE6D. Grayscale: #4F4F4F. Windows color (decimal): -5172846 or 9572785. OLE color: 9572785.

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

Color convert

RGB17717146-
CMYK00.900.180.31
HSL311.62º82.47%38.04%-
HSV(B)311.62º90.4%69.41%-
XYZ23.5211.8228.24-
YUV79.55165.51197.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 17 (7.03% from 255) = 5%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=52.06%
G=5%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771714600.900.180.31311.6282.4738.04
HexB1119205A121F1385226
Octal261212220132223747012246
Binary1011000110001100100100101101010010111111001110001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11192; }

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

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

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

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

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

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

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

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