#B116BA

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

Shades of Deep Magenta #B116BA

Tints of Deep Magenta #B116BA

Color information

#B116BA (or 0xB116BA) is unknown color: approx Deep Magenta. HEX triplet: B1, 16 and BA. RGB value is (177,22,186). Sum of RGB (Red+Green+Blue) = 177+22+186=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #B116BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116BA is #4EE945. Grayscale: #565656. Windows color (decimal): -5171526 or 12195505. OLE color: 12195505.

HSL color Cylindrical-coordinate representation of color #B116BA: hue angle of 296.71º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B116BA is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17722186-
CMYK0.050.8800.27
HSL296.71º78.85%40.78%-
HSV(B)296.71º88.17%72.94%-
XYZ27.2813.4747.62-
YUV87.04183.85192.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 22 (8.98% from 255) = 5.71%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=45.97%
G=5.71%
B=48.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177221860.050.8800.27296.7178.8540.78
HexB116BA55801B1294f29
Octal26126272513003345111751
Binary10110001101101011101010110110000110111001010011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B116BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B116BA; }

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

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

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

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

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

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

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

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