#B410AE

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

Shades of Deep Magenta #B410AE

Tints of Deep Magenta #B410AE

Color information

#B410AE (or 0xB410AE) is unknown color: approx Deep Magenta. HEX triplet: B4, 10 and AE. RGB value is (180,16,174). Sum of RGB (Red+Green+Blue) = 180+16+174=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B410AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B410AE is #4BEF51. Grayscale: #525252. Windows color (decimal): -4976466 or 11407540. OLE color: 11407540.

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

Color convert

RGB18016174-
CMYK00.910.030.29
HSL302.2º83.67%38.43%-
HSV(B)302.2º91.11%70.59%-
XYZ26.6513.1341.17-
YUV83.05179.33197.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 16 (6.64% from 255) = 4.32%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=48.65%
G=4.32%
B=47.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801617400.910.030.29302.283.6738.43
HexB410AE05B31D12e5426
Octal26420256013333545612446
Binary1011010010000101011100101101111111011001011101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B410AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B410AE; }

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

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

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

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

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

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

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

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