#B219AC

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

Shades of Deep Magenta #B219AC

Tints of Deep Magenta #B219AC

Color information

#B219AC (or 0xB219AC) is unknown color: approx Deep Magenta. HEX triplet: B2, 19 and AC. RGB value is (178,25,172). Sum of RGB (Red+Green+Blue) = 178+25+172=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B219AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B219AC is #4DE653. Grayscale: #575757. Windows color (decimal): -5105236 or 11278770. OLE color: 11278770.

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

Color convert

RGB17825172-
CMYK00.860.030.30
HSL302.35º75.37%39.8%-
HSV(B)302.35º85.96%69.8%-
XYZ26.1513.1440.19-
YUV87.51175.69192.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=47.47%
G=6.67%
B=45.87%

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
Decimal1782517200.860.030.30302.3575.3739.8
HexB219AC05631E12e4b28
Octal26231254012633645611350
Binary1011001011001101011000101011011111101001011101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B219AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B219AC; }

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

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

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

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

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

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

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

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