#B112AD

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

Shades of Deep Magenta #B112AD

Tints of Deep Magenta #B112AD

Color information

#B112AD (or 0xB112AD) is unknown color: approx Deep Magenta. HEX triplet: B1, 12 and AD. RGB value is (177,18,173). Sum of RGB (Red+Green+Blue) = 177+18+173=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B112AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B112AD is #4EED52. Grayscale: #525252. Windows color (decimal): -5172563 or 11342513. OLE color: 11342513.

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

Color convert

RGB17718173-
CMYK00.900.020.31
HSL301.51º81.54%38.24%-
HSV(B)301.51º89.83%69.41%-
XYZ25.8912.840.64-
YUV83.21178.68194.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 18 (7.42% from 255) = 4.89%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=48.10%
G=4.89%
B=47.01%

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
Decimal1771817300.900.020.31301.5181.5438.24
HexB112AD05A21F12e5226
Octal26122255013223745612246
Binary1011000110010101011010101101010111111001011101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B112AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B112AD; }

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

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

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

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

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

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

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

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