#B1118E

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

Shades of Medium Violet Red #B1118E

Tints of Medium Violet Red #B1118E

Color information

#B1118E (or 0xB1118E) is unknown color: approx Medium Violet Red. HEX triplet: B1, 11 and 8E. RGB value is (177,17,142). Sum of RGB (Red+Green+Blue) = 177+17+142=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1118E is #4EEE71. Grayscale: #4E4E4E. Windows color (decimal): -5172850 or 9310641. OLE color: 9310641.

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

Color convert

RGB17717142-
CMYK00.900.200.31
HSL313.12º82.47%38.04%-
HSV(B)313.12º90.4%69.41%-
XYZ23.2111.726.63-
YUV79.09163.51197.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.68%
GREEN value IS 17 (7.03% from 255) = 5.06%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=52.68%
G=5.06%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771714200.900.200.31313.1282.4738.04
HexB1118E05A141F1395226
Octal261212160132243747112246
Binary1011000110001100011100101101010100111111001110011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1118E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1118E; }

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

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

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

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

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

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

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

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