#B11EA5

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

Shades of Medium Violet Red #B11EA5

Tints of Medium Violet Red #B11EA5

Color information

#B11EA5 (or 0xB11EA5) is unknown color: approx Medium Violet Red. HEX triplet: B1, 1E and A5. RGB value is (177,30,165). Sum of RGB (Red+Green+Blue) = 177+30+165=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B11EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11EA5 is #4EE15A. Grayscale: #585858. Windows color (decimal): -5169499 or 10821297. OLE color: 10821297.

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

Color convert

RGB17730165-
CMYK00.830.070.31
HSL304.9º71.01%40.59%-
HSV(B)304.9º83.05%69.41%-
XYZ25.3912.9936.77-
YUV89.34170.7190.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 30 (12.11% from 255) = 8.06%
BLUE value IS 165 (64.84% from 255) = 44.35%
R=47.58%
G=8.06%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773016500.830.070.31304.971.0140.59
HexB11EA505371F1314729
Octal26136245012373746110751
Binary10110001111101010010101010011111111111001100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11EA5; }

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

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

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

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

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

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

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

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