#B413AA

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

Shades of Deep Magenta #B413AA

Tints of Deep Magenta #B413AA

Color information

#B413AA (or 0xB413AA) is unknown color: approx Deep Magenta. HEX triplet: B4, 13 and AA. RGB value is (180,19,170). Sum of RGB (Red+Green+Blue) = 180+19+170=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B413AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B413AA is #4BEC55. Grayscale: #535353. Windows color (decimal): -4975702 or 11146164. OLE color: 11146164.

HSL color Cylindrical-coordinate representation of color #B413AA: hue angle of 303.73º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B413AA is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18019170-
CMYK00.890.060.29
HSL303.73º80.9%39.02%-
HSV(B)303.73º89.44%70.59%-
XYZ26.3113.0739.17-
YUV84.35176.34196.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 19 (7.81% from 255) = 5.15%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=48.78%
G=5.15%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801917000.890.060.29303.7380.939.02
HexB413AA05961D1305127
Octal26423252013163546012147
Binary10110100100111010101001011001110111011001100001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B413AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B413AA; }

 p { color: rgb(180,19,170); }

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

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

 a { background-color: rgb(180,19,170); }

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

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

 span { border-color: rgb(180,19,170); }

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