#B11EA6

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

Shades of Medium Violet Red #B11EA6

Tints of Medium Violet Red #B11EA6

Color information

#B11EA6 (or 0xB11EA6) is unknown color: approx Medium Violet Red. HEX triplet: B1, 1E and A6. RGB value is (177,30,166). Sum of RGB (Red+Green+Blue) = 177+30+166=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B11EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11EA6 is #4EE159. Grayscale: #595959. Windows color (decimal): -5169498 or 10886833. OLE color: 10886833.

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

Color convert

RGB17730166-
CMYK00.830.060.31
HSL304.49º71.01%40.59%-
HSV(B)304.49º83.05%69.41%-
XYZ25.4813.0337.25-
YUV89.46171.2190.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 166 (65.23% from 255) = 44.50%
R=47.45%
G=8.04%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773016600.830.060.31304.4971.0140.59
HexB11EA605361F1304729
Octal26136246012363746010751
Binary10110001111101010011001010011110111111001100001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11EA6; }

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

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

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

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

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

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

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

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