#B219AD

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

Shades of Deep Magenta #B219AD

Tints of Deep Magenta #B219AD

Color information

#B219AD (or 0xB219AD) is unknown color: approx Deep Magenta. HEX triplet: B2, 19 and AD. RGB value is (178,25,173). Sum of RGB (Red+Green+Blue) = 178+25+173=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B219AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B219AD is #4DE652. Grayscale: #575757. Windows color (decimal): -5105235 or 11344306. OLE color: 11344306.

HSL color Cylindrical-coordinate representation of color #B219AD: hue angle of 301.96º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B219AD is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB17825173-
CMYK00.860.030.30
HSL301.96º75.37%39.8%-
HSV(B)301.96º85.96%69.8%-
XYZ26.2513.1840.7-
YUV87.62176.19192.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 25 (10.16% from 255) = 6.65%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=47.34%
G=6.65%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782517300.860.030.30301.9675.3739.8
HexB219AD05631E12e4b28
Octal26231255012633645611350
Binary1011001011001101011010101011011111101001011101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B219AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B219AD; }

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

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

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

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

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

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

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

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