#B11E73

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

Shades of Medium Red Violet #B11E73

Tints of Medium Red Violet #B11E73

Color information

#B11E73 (or 0xB11E73) is unknown color: approx Medium Red Violet. HEX triplet: B1, 1E and 73. RGB value is (177,30,115). Sum of RGB (Red+Green+Blue) = 177+30+115=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11E73 is #4EE18C. Grayscale: #535353. Windows color (decimal): -5169549 or 7544497. OLE color: 7544497.

HSL color Cylindrical-coordinate representation of color #B11E73: hue angle of 325.31º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B11E73 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB17730115-
CMYK00.830.350.31
HSL325.31º71.01%40.59%-
HSV(B)325.31º83.05%69.41%-
XYZ21.6911.5117.3-
YUV83.64145.7194.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 30 (12.11% from 255) = 9.32%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=54.97%
G=9.32%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773011500.830.350.31325.3171.0140.59
HexB11E73053231F1454729
Octal261361630123433750510751
Binary1011000111110111001101010011100011111111010001011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E73; }

 p { color: rgb(177,30,115); }

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

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

 a { background-color: rgb(177,30,115); }

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

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

 span { border-color: rgb(177,30,115); }

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