#B406AE

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

Shades of Deep Magenta #B406AE

Tints of Deep Magenta #B406AE

Color information

#B406AE (or 0xB406AE) is unknown color: approx Deep Magenta. HEX triplet: B4, 06 and AE. RGB value is (180,6,174). Sum of RGB (Red+Green+Blue) = 180+6+174=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B406AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B406AE is #4BF951. Grayscale: #4C4C4C. Windows color (decimal): -4979026 or 11404980. OLE color: 11404980.

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

Color convert

RGB1806174-
CMYK00.970.030.29
HSL302.07º93.55%36.47%-
HSV(B)302.07º96.67%70.59%-
XYZ26.5312.8941.13-
YUV77.18182.65201.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 1.67%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=50%
G=1.67%
B=48.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180617400.970.030.29302.0793.5536.47
HexB46AE06131D12e5e24
Octal2646256014133545613644
Binary10110100110101011100110000111111011001011101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B406AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B406AE; }

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

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

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

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

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

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

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

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