#B402A4

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

Shades of Deep Magenta #B402A4

Tints of Deep Magenta #B402A4

Color information

#B402A4 (or 0xB402A4) is unknown color: approx Deep Magenta. HEX triplet: B4, 02 and A4. RGB value is (180,2,164). Sum of RGB (Red+Green+Blue) = 180+2+164=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B402A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B402A4 is #4BFD5B. Grayscale: #494949. Windows color (decimal): -4980060 or 10748596. OLE color: 10748596.

HSL color Cylindrical-coordinate representation of color #B402A4: hue angle of 305.39º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B402A4 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB1802164-
CMYK00.990.090.29
HSL305.39º97.8%35.69%-
HSV(B)305.39º98.89%70.59%-
XYZ25.5412.4336.17-
YUV73.69178.97203.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 164 (64.45% from 255) = 47.40%
R=52.02%
G=0.58%
B=47.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180216400.990.090.29305.3997.835.69
HexB42A406391D1316224
Octal26422440143113546114244
Binary101101001010100100011000111001111011001100011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B402A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B402A4; }

 p { color: rgb(180,2,164); }

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

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

 a { background-color: rgb(180,2,164); }

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

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

 span { border-color: rgb(180,2,164); }

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