#B40EAD

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

Shades of Deep Magenta #B40EAD

Tints of Deep Magenta #B40EAD

Color information

#B40EAD (or 0xB40EAD) is unknown color: approx Deep Magenta. HEX triplet: B4, 0E and AD. RGB value is (180,14,173). Sum of RGB (Red+Green+Blue) = 180+14+173=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B40EAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40EAD is #4BF152. Grayscale: #515151. Windows color (decimal): -4976979 or 11341492. OLE color: 11341492.

HSL color Cylindrical-coordinate representation of color #B40EAD: hue angle of 302.53º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40EAD is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18014173-
CMYK00.920.040.29
HSL302.53º85.57%38.04%-
HSV(B)302.53º92.22%70.59%-
XYZ26.5213.0340.65-
YUV81.76179.5198.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 14 (5.86% from 255) = 3.81%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=49.05%
G=3.81%
B=47.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801417300.920.040.29302.5385.5738.04
HexB4EAD05C41D12f5626
Octal26416255013443545712646
Binary1011010011101010110101011100100111011001011111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40EAD; }

 p { color: rgb(180,14,173); }

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

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

 a { background-color: rgb(180,14,173); }

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

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

 span { border-color: rgb(180,14,173); }

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