#B111BA

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

Shades of Deep Magenta #B111BA

Tints of Deep Magenta #B111BA

Color information

#B111BA (or 0xB111BA) is unknown color: approx Deep Magenta. HEX triplet: B1, 11 and BA. RGB value is (177,17,186). Sum of RGB (Red+Green+Blue) = 177+17+186=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #B111BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111BA is #4EEE45. Grayscale: #535353. Windows color (decimal): -5172806 or 12194225. OLE color: 12194225.

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

Color convert

RGB17717186-
CMYK0.050.9100.27
HSL296.8º83.25%39.8%-
HSV(B)296.8º90.86%72.94%-
XYZ27.1913.2947.59-
YUV84.11185.51194.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 17 (7.03% from 255) = 4.47%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=46.58%
G=4.47%
B=48.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177171860.050.9100.27296.883.2539.8
HexB111BA55B01B1295328
Octal26121272513303345112350
Binary10110001100011011101010110110110110111001010011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B111BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B111BA; }

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

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

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

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

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

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

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

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