#B111AA

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

Shades of Deep Magenta #B111AA

Tints of Deep Magenta #B111AA

Color information

#B111AA (or 0xB111AA) is unknown color: approx Deep Magenta. HEX triplet: B1, 11 and AA. RGB value is (177,17,170). Sum of RGB (Red+Green+Blue) = 177+17+170=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B111AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B111AA is #4EEE55. Grayscale: #515151. Windows color (decimal): -5172822 or 11145649. OLE color: 11145649.

HSL color Cylindrical-coordinate representation of color #B111AA: hue angle of 302.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B111AA is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17717170-
CMYK00.900.040.31
HSL302.62º82.47%38.04%-
HSV(B)302.62º90.4%69.41%-
XYZ25.5912.6539.12-
YUV82.28177.51195.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 17 (7.03% from 255) = 4.67%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=48.63%
G=4.67%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771717000.900.040.31302.6282.4738.04
HexB111AA05A41F12f5226
Octal26121252013243745712246
Binary10110001100011010101001011010100111111001011111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B111AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B111AA; }

 p { color: rgb(177,17,170); }

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

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

 a { background-color: rgb(177,17,170); }

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

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

 span { border-color: rgb(177,17,170); }

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