#B002A5

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

Shades of Dark Magenta #B002A5

Tints of Dark Magenta #B002A5

Color information

#B002A5 (or 0xB002A5) is unknown color: approx Dark Magenta. HEX triplet: B0, 02 and A5. RGB value is (176,2,165). Sum of RGB (Red+Green+Blue) = 176+2+165=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B002A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B002A5 is #4FFD5A. Grayscale: #484848. Windows color (decimal): -5242203 or 10814128. OLE color: 10814128.

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

Color convert

RGB1762165-
CMYK00.990.060.31
HSL303.79º97.75%34.9%-
HSV(B)303.79º98.86%69.02%-
XYZ24.7211.9936.61-
YUV72.61180.15201.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.31%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 165 (64.84% from 255) = 48.10%
R=51.31%
G=0.58%
B=48.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176216500.990.060.31303.7997.7534.9
HexB02A506361F1306223
Octal2602245014363746014243
Binary10110000101010010101100011110111111001100001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B002A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B002A5; }

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

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

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

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

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

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

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

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