#B41EAE

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

Shades of Deep Magenta #B41EAE

Tints of Deep Magenta #B41EAE

Color information

#B41EAE (or 0xB41EAE) is unknown color: approx Deep Magenta. HEX triplet: B4, 1E and AE. RGB value is (180,30,174). Sum of RGB (Red+Green+Blue) = 180+30+174=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B41EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41EAE is #4BE151. Grayscale: #5A5A5A. Windows color (decimal): -4972882 or 11411124. OLE color: 11411124.

HSL color Cylindrical-coordinate representation of color #B41EAE: hue angle of 302.4º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41EAE is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18030174-
CMYK00.830.030.29
HSL302.4º71.43%41.18%-
HSV(B)302.4º83.33%70.59%-
XYZ26.9313.6941.27-
YUV91.27174.7191.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 30 (12.11% from 255) = 7.81%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=46.88%
G=7.81%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803017400.830.030.29302.471.4341.18
HexB41EAE05331D12e4729
Octal26436256012333545610751
Binary1011010011110101011100101001111111011001011101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41EAE; }

 p { color: rgb(180,30,174); }

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

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

 a { background-color: rgb(180,30,174); }

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

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

 span { border-color: rgb(180,30,174); }

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