#B002AB

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

Shades of Deep Magenta #B002AB

Tints of Deep Magenta #B002AB

Color information

#B002AB (or 0xB002AB) is unknown color: approx Deep Magenta. HEX triplet: B0, 02 and AB. RGB value is (176,2,171). Sum of RGB (Red+Green+Blue) = 176+2+171=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B002AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B002AB is #4FFD54. Grayscale: #484848. Windows color (decimal): -5242197 or 11207344. OLE color: 11207344.

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

Color convert

RGB1762171-
CMYK00.990.030.31
HSL301.72º97.75%34.9%-
HSV(B)301.72º98.86%69.02%-
XYZ25.2812.2139.55-
YUV73.29183.15201.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=50.43%
G=0.57%
B=49.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176217100.990.030.31301.7297.7534.9
HexB02AB06331F12e6223
Octal2602253014333745614243
Binary1011000010101010110110001111111111001011101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B002AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B002AB; }

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

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

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

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

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

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

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

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