#B421AE

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

Shades of Deep Magenta #B421AE

Tints of Deep Magenta #B421AE

Color information

#B421AE (or 0xB421AE) is unknown color: approx Deep Magenta. HEX triplet: B4, 21 and AE. RGB value is (180,33,174). Sum of RGB (Red+Green+Blue) = 180+33+174=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B421AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421AE is #4BDE51. Grayscale: #5C5C5C. Windows color (decimal): -4972114 or 11411892. OLE color: 11411892.

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

Color convert

RGB18033174-
CMYK00.820.030.29
HSL302.45º69.01%41.76%-
HSV(B)302.45º81.67%70.59%-
XYZ27.0113.8541.29-
YUV93.03173.7190.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 33 (13.28% from 255) = 8.53%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=46.51%
G=8.53%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803317400.820.030.29302.4569.0141.76
HexB421AE05231D12e452a
Octal26441256012233545610552
Binary10110100100001101011100101001011111011001011101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B421AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B421AE; }

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

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

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

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

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

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

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

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