#B116AB

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

Shades of Deep Magenta #B116AB

Tints of Deep Magenta #B116AB

Color information

#B116AB (or 0xB116AB) is unknown color: approx Deep Magenta. HEX triplet: B1, 16 and AB. RGB value is (177,22,171). Sum of RGB (Red+Green+Blue) = 177+22+171=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B116AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B116AB is #4EE954. Grayscale: #545454. Windows color (decimal): -5171541 or 11212465. OLE color: 11212465.

HSL color Cylindrical-coordinate representation of color #B116AB: hue angle of 302.32º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B116AB is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17722171-
CMYK00.880.030.31
HSL302.32º77.89%39.02%-
HSV(B)302.32º87.57%69.41%-
XYZ25.7712.8639.65-
YUV85.33176.35193.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 22 (8.98% from 255) = 5.95%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=47.84%
G=5.95%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772217100.880.030.31302.3277.8939.02
HexB116AB05831F12e4e27
Octal26126253013033745611647
Binary1011000110110101010110101100011111111001011101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B116AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B116AB; }

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

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

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

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

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

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

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

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