#B218AE

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

Shades of Deep Magenta #B218AE

Tints of Deep Magenta #B218AE

Color information

#B218AE (or 0xB218AE) is unknown color: approx Deep Magenta. HEX triplet: B2, 18 and AE. RGB value is (178,24,174). Sum of RGB (Red+Green+Blue) = 178+24+174=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B218AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B218AE is #4DE751. Grayscale: #565656. Windows color (decimal): -5105490 or 11409586. OLE color: 11409586.

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

Color convert

RGB17824174-
CMYK00.870.020.30
HSL301.56º76.24%39.61%-
HSV(B)301.56º86.52%69.8%-
XYZ26.3313.1741.2-
YUV87.15177.02192.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 24 (9.77% from 255) = 6.38%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=47.34%
G=6.38%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782417400.870.020.30301.5676.2439.61
HexB218AE05721E12e4c28
Octal26230256012723645611450
Binary1011001011000101011100101011110111101001011101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B218AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B218AE; }

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

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

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

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

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

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

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

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