#B014AB

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

Shades of Deep Magenta #B014AB

Tints of Deep Magenta #B014AB

Color information

#B014AB (or 0xB014AB) is unknown color: approx Deep Magenta. HEX triplet: B0, 14 and AB. RGB value is (176,20,171). Sum of RGB (Red+Green+Blue) = 176+20+171=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B014AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B014AB is #4FEB54. Grayscale: #535353. Windows color (decimal): -5237589 or 11211952. OLE color: 11211952.

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

Color convert

RGB17620171-
CMYK00.890.030.31
HSL301.92º79.59%38.43%-
HSV(B)301.92º88.64%69.02%-
XYZ25.5112.6739.63-
YUV83.86177.18193.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 20 (8.20% from 255) = 5.45%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=47.96%
G=5.45%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762017100.890.030.31301.9279.5938.43
HexB014AB05931F12e5026
Octal26024253013133745612046
Binary1011000010100101010110101100111111111001011101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B014AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B014AB; }

 p { color: rgb(176,20,171); }

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

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

 a { background-color: rgb(176,20,171); }

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

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

 span { border-color: rgb(176,20,171); }

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