#B410AA

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

Shades of Deep Magenta #B410AA

Tints of Deep Magenta #B410AA

Color information

#B410AA (or 0xB410AA) is unknown color: approx Deep Magenta. HEX triplet: B4, 10 and AA. RGB value is (180,16,170). Sum of RGB (Red+Green+Blue) = 180+16+170=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B410AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B410AA is #4BEF55. Grayscale: #525252. Windows color (decimal): -4976470 or 11145396. OLE color: 11145396.

HSL color Cylindrical-coordinate representation of color #B410AA: hue angle of 303.66º 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 #B410AA is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18016170-
CMYK00.910.060.29
HSL303.66º83.67%38.43%-
HSV(B)303.66º91.11%70.59%-
XYZ26.2612.9839.15-
YUV82.59177.33197.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 16 (6.64% from 255) = 4.37%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=49.18%
G=4.37%
B=46.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801617000.910.060.29303.6683.6738.43
HexB410AA05B61D1305426
Octal26420252013363546012446
Binary10110100100001010101001011011110111011001100001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B410AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B410AA; }

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

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

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

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

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

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

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

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