#B20EAE

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

Shades of Deep Magenta #B20EAE

Tints of Deep Magenta #B20EAE

Color information

#B20EAE (or 0xB20EAE) is unknown color: approx Deep Magenta. HEX triplet: B2, 0E and AE. RGB value is (178,14,174). Sum of RGB (Red+Green+Blue) = 178+14+174=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B20EAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20EAE is #4DF151. Grayscale: #505050. Windows color (decimal): -5108050 or 11407026. OLE color: 11407026.

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

Color convert

RGB17814174-
CMYK00.920.020.30
HSL301.46º85.42%37.65%-
HSV(B)301.46º92.13%69.8%-
XYZ26.1612.8441.14-
YUV81.28180.33196.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.63%
GREEN value IS 14 (5.86% from 255) = 3.83%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=48.63%
G=3.83%
B=47.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781417400.920.020.30301.4685.4237.65
HexB2EAE05C21E12d5526
Octal26216256013423645512546
Binary101100101110101011100101110010111101001011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20EAE; }

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

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

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

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

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

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

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

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