#B002AC

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

Shades of Deep Magenta #B002AC

Tints of Deep Magenta #B002AC

Color information

#B002AC (or 0xB002AC) is unknown color: approx Deep Magenta. HEX triplet: B0, 02 and AC. RGB value is (176,2,172). Sum of RGB (Red+Green+Blue) = 176+2+172=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B002AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B002AC is #4FFD53. Grayscale: #484848. Windows color (decimal): -5242196 or 11272880. OLE color: 11272880.

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

Color convert

RGB1762172-
CMYK00.990.020.31
HSL301.38º97.75%34.9%-
HSV(B)301.38º98.86%69.02%-
XYZ25.3712.2540.06-
YUV73.41183.65201.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=50.29%
G=0.57%
B=49.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176217200.990.020.31301.3897.7534.9
HexB02AC06321F12d6223
Octal2602254014323745514243
Binary1011000010101011000110001110111111001011011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B002AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B002AC; }

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

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

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

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

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

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

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

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