#B419AD

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

Shades of Deep Magenta #B419AD

Tints of Deep Magenta #B419AD

Color information

#B419AD (or 0xB419AD) is unknown color: approx Deep Magenta. HEX triplet: B4, 19 and AD. RGB value is (180,25,173). Sum of RGB (Red+Green+Blue) = 180+25+173=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B419AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B419AD is #4BE652. Grayscale: #575757. Windows color (decimal): -4974163 or 11344308. OLE color: 11344308.

HSL color Cylindrical-coordinate representation of color #B419AD: hue angle of 302.71º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B419AD is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18025173-
CMYK00.860.040.29
HSL302.71º75.61%40.2%-
HSV(B)302.71º86.11%70.59%-
XYZ26.7113.4240.72-
YUV88.22175.85193.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 25 (10.16% from 255) = 6.61%
BLUE value IS 173 (67.97% from 255) = 45.77%
R=47.62%
G=6.61%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802517300.860.040.29302.7175.6140.2
HexB419AD05641D12f4c28
Octal26431255012643545711450
Binary10110100110011010110101010110100111011001011111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B419AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B419AD; }

 p { color: rgb(180,25,173); }

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

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

 a { background-color: rgb(180,25,173); }

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

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

 span { border-color: rgb(180,25,173); }

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