#B112AE

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

Shades of Deep Magenta #B112AE

Tints of Deep Magenta #B112AE

Color information

#B112AE (or 0xB112AE) is unknown color: approx Deep Magenta. HEX triplet: B1, 12 and AE. RGB value is (177,18,174). Sum of RGB (Red+Green+Blue) = 177+18+174=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B112AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B112AE is #4EED51. Grayscale: #525252. Windows color (decimal): -5172562 or 11408049. OLE color: 11408049.

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

Color convert

RGB17718174-
CMYK00.900.020.31
HSL301.13º81.54%38.24%-
HSV(B)301.13º89.83%69.41%-
XYZ25.9912.8441.15-
YUV83.32179.18194.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 18 (7.42% from 255) = 4.88%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=47.97%
G=4.88%
B=47.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771817400.900.020.31301.1381.5438.24
HexB112AE05A21F12d5226
Octal26122256013223745512246
Binary1011000110010101011100101101010111111001011011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B112AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B112AE; }

 p { color: rgb(177,18,174); }

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

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

 a { background-color: rgb(177,18,174); }

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

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

 span { border-color: rgb(177,18,174); }

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