#B410AD

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

Shades of Deep Magenta #B410AD

Tints of Deep Magenta #B410AD

Color information

#B410AD (or 0xB410AD) is unknown color: approx Deep Magenta. HEX triplet: B4, 10 and AD. RGB value is (180,16,173). Sum of RGB (Red+Green+Blue) = 180+16+173=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B410AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B410AD is #4BEF52. Grayscale: #525252. Windows color (decimal): -4976467 or 11342004. OLE color: 11342004.

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

Color convert

RGB18016173-
CMYK00.910.040.29
HSL302.56º83.67%38.43%-
HSV(B)302.56º91.11%70.59%-
XYZ26.5513.0940.66-
YUV82.93178.83197.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 16 (6.64% from 255) = 4.34%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=48.78%
G=4.34%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801617300.910.040.29302.5683.6738.43
HexB410AD05B41D12f5426
Octal26420255013343545712446
Binary10110100100001010110101011011100111011001011111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B410AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B410AD; }

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

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

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

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

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

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

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

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