#B40FAA

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

Shades of Deep Magenta #B40FAA

Tints of Deep Magenta #B40FAA

Color information

#B40FAA (or 0xB40FAA) is unknown color: approx Deep Magenta. HEX triplet: B4, 0F and AA. RGB value is (180,15,170). Sum of RGB (Red+Green+Blue) = 180+15+170=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B40FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40FAA is #4BF055. Grayscale: #515151. Windows color (decimal): -4976726 or 11145140. OLE color: 11145140.

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

Color convert

RGB18015170-
CMYK00.920.060.29
HSL303.64º84.62%38.24%-
HSV(B)303.64º91.67%70.59%-
XYZ26.2512.9539.15-
YUV82177.66197.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 15 (6.25% from 255) = 4.11%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=49.32%
G=4.11%
B=46.58%

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
Decimal1801517000.920.060.29303.6484.6238.24
HexB4FAA05C61D1305526
Octal26417252013463546012546
Binary1011010011111010101001011100110111011001100001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40FAA; }

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

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

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

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

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

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

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

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