#B110AC

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

Shades of Deep Magenta #B110AC

Tints of Deep Magenta #B110AC

Color information

#B110AC (or 0xB110AC) is unknown color: approx Deep Magenta. HEX triplet: B1, 10 and AC. RGB value is (177,16,172). Sum of RGB (Red+Green+Blue) = 177+16+172=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B110AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B110AC is #4EEF53. Grayscale: #515151. Windows color (decimal): -5173076 or 11276465. OLE color: 11276465.

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

Color convert

RGB17716172-
CMYK00.910.030.31
HSL301.86º83.42%37.84%-
HSV(B)301.86º90.96%69.41%-
XYZ25.7612.740.12-
YUV81.92178.84195.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 16 (6.64% from 255) = 4.38%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=48.49%
G=4.38%
B=47.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771617200.910.030.31301.8683.4237.84
HexB110AC05B31F12e5326
Octal26120254013333745612346
Binary1011000110000101011000101101111111111001011101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B110AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B110AC; }

 p { color: rgb(177,16,172); }

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

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

 a { background-color: rgb(177,16,172); }

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

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

 span { border-color: rgb(177,16,172); }

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