#B40AC9

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

Shades of Deep Magenta #B40AC9

Tints of Deep Magenta #B40AC9

Color information

#B40AC9 (or 0xB40AC9) is unknown color: approx Deep Magenta. HEX triplet: B4, 0A and C9. RGB value is (180,10,201). Sum of RGB (Red+Green+Blue) = 180+10+201=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #B40AC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40AC9 is #4BF536. Grayscale: #525252. Windows color (decimal): -4977975 or 13175476. OLE color: 13175476.

HSL color Cylindrical-coordinate representation of color #B40AC9: hue angle of 293.4º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40AC9 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18010201-
CMYK0.100.9500.21
HSL293.4º90.52%41.37%-
HSV(B)293.4º95.02%78.82%-
XYZ29.4714.1456.43-
YUV82.6194.82197.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 10 (4.30% from 255) = 2.56%
BLUE value IS 201 (78.91% from 255) = 51.41%
R=46.04%
G=2.56%
B=51.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180102010.100.9500.21293.490.5241.37
HexB4AC9A5F0151255b29
Octal264123111213702544513351
Binary10110100101011001001101010111110101011001001011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40AC9; }

 p { color: rgb(180,10,201); }

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

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

 a { background-color: rgb(180,10,201); }

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

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

 span { border-color: rgb(180,10,201); }

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