#B11ABE

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

Shades of Deep Magenta #B11ABE

Tints of Deep Magenta #B11ABE

Color information

#B11ABE (or 0xB11ABE) is unknown color: approx Deep Magenta. HEX triplet: B1, 1A and BE. RGB value is (177,26,190). Sum of RGB (Red+Green+Blue) = 177+26+190=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #B11ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11ABE is #4EE541. Grayscale: #595959. Windows color (decimal): -5170498 or 12458673. OLE color: 12458673.

HSL color Cylindrical-coordinate representation of color #B11ABE: hue angle of 295.24º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11ABE is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17726190-
CMYK0.070.8600.25
HSL295.24º75.93%42.35%-
HSV(B)295.24º86.32%74.51%-
XYZ27.813.849.91-
YUV89.84184.53190.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 26 (10.55% from 255) = 6.62%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=45.04%
G=6.62%
B=48.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177261900.070.8600.25295.2475.9342.35
HexB11ABE7560191274c2a
Octal26132276712603144711452
Binary10110001110101011111011110101100110011001001111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11ABE; }

 p { color: rgb(177,26,190); }

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

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

 a { background-color: rgb(177,26,190); }

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

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

 span { border-color: rgb(177,26,190); }

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