#B111AB

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

Shades of Deep Magenta #B111AB

Tints of Deep Magenta #B111AB

Color information

#B111AB (or 0xB111AB) is unknown color: approx Deep Magenta. HEX triplet: B1, 11 and AB. RGB value is (177,17,171). Sum of RGB (Red+Green+Blue) = 177+17+171=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B111AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B111AB is #4EEE54. Grayscale: #515151. Windows color (decimal): -5172821 or 11211185. OLE color: 11211185.

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

Color convert

RGB17717171-
CMYK00.900.030.31
HSL302.25º82.47%38.04%-
HSV(B)302.25º90.4%69.41%-
XYZ25.6812.6939.62-
YUV82.4178.01195.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 17 (7.03% from 255) = 4.66%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=48.49%
G=4.66%
B=46.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771717100.900.030.31302.2582.4738.04
HexB111AB05A31F12e5226
Octal26121253013233745612246
Binary1011000110001101010110101101011111111001011101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B111AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B111AB; }

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

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

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

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

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

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

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

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