#B219AA

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

Shades of Deep Magenta #B219AA

Tints of Deep Magenta #B219AA

Color information

#B219AA (or 0xB219AA) is unknown color: approx Deep Magenta. HEX triplet: B2, 19 and AA. RGB value is (178,25,170). Sum of RGB (Red+Green+Blue) = 178+25+170=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B219AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B219AA is #4DE655. Grayscale: #565656. Windows color (decimal): -5105238 or 11147698. OLE color: 11147698.

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

Color convert

RGB17825170-
CMYK00.860.040.30
HSL303.14º75.37%39.8%-
HSV(B)303.14º85.96%69.8%-
XYZ25.9613.0639.18-
YUV87.28174.69192.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 25 (10.16% from 255) = 6.70%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=47.72%
G=6.70%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782517000.860.040.30303.1475.3739.8
HexB219AA05641E12f4b28
Octal26231252012643645711350
Binary10110010110011010101001010110100111101001011111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B219AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B219AA; }

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

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

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

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

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

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

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

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