#B40FA9

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

Shades of Deep Magenta #B40FA9

Tints of Deep Magenta #B40FA9

Color information

#B40FA9 (or 0xB40FA9) is unknown color: approx Deep Magenta. HEX triplet: B4, 0F and A9. RGB value is (180,15,169). Sum of RGB (Red+Green+Blue) = 180+15+169=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 169 (66.41% from 255 or 46.43% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B40FA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40FA9 is #4BF056. Grayscale: #515151. Windows color (decimal): -4976727 or 11079604. OLE color: 11079604.

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

Color convert

RGB18015169-
CMYK00.920.060.29
HSL304º84.62%38.24%-
HSV(B)304º91.67%70.59%-
XYZ26.1512.9138.65-
YUV81.89177.16197.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 15 (6.25% from 255) = 4.12%
BLUE value IS 169 (66.41% from 255) = 46.43%
R=49.45%
G=4.12%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801516900.920.060.2930484.6238.24
HexB4FA905C61D1305526
Octal26417251013463546012546
Binary1011010011111010100101011100110111011001100001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40FA9; }

 p { color: rgb(180,15,169); }

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

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

 a { background-color: rgb(180,15,169); }

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

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

 span { border-color: rgb(180,15,169); }

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