#B11184

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

Shades of Medium Violet Red #B11184

Tints of Medium Violet Red #B11184

Color information

#B11184 (or 0xB11184) is unknown color: approx Medium Violet Red. HEX triplet: B1, 11 and 84. RGB value is (177,17,132). Sum of RGB (Red+Green+Blue) = 177+17+132=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B11184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11184 is #4EEE7B. Grayscale: #4D4D4D. Windows color (decimal): -5172860 or 8655281. OLE color: 8655281.

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

Color convert

RGB17717132-
CMYK00.900.250.31
HSL316.88º82.47%38.04%-
HSV(B)316.88º90.4%69.41%-
XYZ22.511.4122.85-
YUV77.95158.51198.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.29%
GREEN value IS 17 (7.03% from 255) = 5.21%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=54.29%
G=5.21%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771713200.900.250.31316.8882.4738.04
HexB1118405A191F13d5226
Octal261212040132313747512246
Binary1011000110001100001000101101011001111111001111011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11184; }

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

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

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

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

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

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

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

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