#B219AE

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

Shades of Deep Magenta #B219AE

Tints of Deep Magenta #B219AE

Color information

#B219AE (or 0xB219AE) is unknown color: approx Deep Magenta. HEX triplet: B2, 19 and AE. RGB value is (178,25,174). Sum of RGB (Red+Green+Blue) = 178+25+174=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B219AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B219AE is #4DE651. Grayscale: #575757. Windows color (decimal): -5105234 or 11409842. OLE color: 11409842.

HSL color Cylindrical-coordinate representation of color #B219AE: hue angle of 301.57º 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 #B219AE is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB17825174-
CMYK00.860.020.30
HSL301.57º75.37%39.8%-
HSV(B)301.57º85.96%69.8%-
XYZ26.3513.2241.21-
YUV87.73176.69192.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 25 (10.16% from 255) = 6.63%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=47.21%
G=6.63%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782517400.860.020.30301.5775.3739.8
HexB219AE05621E12e4b28
Octal26231256012623645611350
Binary1011001011001101011100101011010111101001011101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B219AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B219AE; }

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

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

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

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

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

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

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

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