#B11EB2

Color #B11EB2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B11EB2

Tints of Deep Magenta #B11EB2

Color information

#B11EB2 (or 0xB11EB2) is unknown color: approx Deep Magenta. HEX triplet: B1, 1E and B2. RGB value is (177,30,178). Sum of RGB (Red+Green+Blue) = 177+30+178=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #B11EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11EB2 is #4EE14D. Grayscale: #5A5A5A. Windows color (decimal): -5169486 or 11673265. OLE color: 11673265.

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

Color convert

RGB17730178-
CMYK0.010.8300.30
HSL299.59º71.15%40.78%-
HSV(B)299.59º83.15%69.8%-
XYZ26.6313.4943.32-
YUV90.82177.2189.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 30 (12.11% from 255) = 7.79%
BLUE value IS 178 (69.92% from 255) = 46.23%
R=45.97%
G=7.79%
B=46.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177301780.010.8300.30299.5971.1540.78
HexB11EB215301E12c4729
Octal26136262112303645410751
Binary101100011111010110010110100110111101001011001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11EB2; }

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

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

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

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

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

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

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

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