#B016A9

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

Shades of Deep Magenta #B016A9

Tints of Deep Magenta #B016A9

Color information

#B016A9 (or 0xB016A9) is unknown color: approx Deep Magenta. HEX triplet: B0, 16 and A9. RGB value is (176,22,169). Sum of RGB (Red+Green+Blue) = 176+22+169=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B016A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B016A9 is #4FE956. Grayscale: #545454. Windows color (decimal): -5237079 or 11081392. OLE color: 11081392.

HSL color Cylindrical-coordinate representation of color #B016A9: hue angle of 302.73º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B016A9 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17622169-
CMYK00.880.040.31
HSL302.73º77.78%38.82%-
HSV(B)302.73º87.5%69.02%-
XYZ25.3512.6738.65-
YUV84.8175.52193.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 22 (8.98% from 255) = 5.99%
BLUE value IS 169 (66.41% from 255) = 46.05%
R=47.96%
G=5.99%
B=46.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762216900.880.040.31302.7377.7838.82
HexB016A905841F12f4e27
Octal26026251013043745711647
Binary10110000101101010100101011000100111111001011111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B016A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B016A9; }

 p { color: rgb(176,22,169); }

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

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

 a { background-color: rgb(176,22,169); }

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

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

 span { border-color: rgb(176,22,169); }

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