#B11E9A

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

Shades of Medium Violet Red #B11E9A

Tints of Medium Violet Red #B11E9A

Color information

#B11E9A (or 0xB11E9A) is unknown color: approx Medium Violet Red. HEX triplet: B1, 1E and 9A. RGB value is (177,30,154). Sum of RGB (Red+Green+Blue) = 177+30+154=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11E9A is #4EE165. Grayscale: #575757. Windows color (decimal): -5169510 or 10100401. OLE color: 10100401.

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

Color convert

RGB17730154-
CMYK00.830.130.31
HSL309.39º71.01%40.59%-
HSV(B)309.39º83.05%69.41%-
XYZ24.4312.6131.72-
YUV88.09165.2191.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 30 (12.11% from 255) = 8.31%
BLUE value IS 154 (60.55% from 255) = 42.66%
R=49.03%
G=8.31%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773015400.830.130.31309.3971.0140.59
HexB11E9A053D1F1354729
Octal261362320123153746510751
Binary101100011111010011010010100111101111111001101011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E9A; }

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

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

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

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

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

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

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

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