#B40FAB

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

Shades of Deep Magenta #B40FAB

Tints of Deep Magenta #B40FAB

Color information

#B40FAB (or 0xB40FAB) is unknown color: approx Deep Magenta. HEX triplet: B4, 0F and AB. RGB value is (180,15,171). Sum of RGB (Red+Green+Blue) = 180+15+171=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B40FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40FAB is #4BF054. Grayscale: #515151. Windows color (decimal): -4976725 or 11210676. OLE color: 11210676.

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

Color convert

RGB18015171-
CMYK00.920.050.29
HSL303.27º84.62%38.24%-
HSV(B)303.27º91.67%70.59%-
XYZ26.3412.9939.65-
YUV82.12178.16197.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 15 (6.25% from 255) = 4.10%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=49.18%
G=4.10%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801517100.920.050.29303.2784.6238.24
HexB4FAB05C51D12f5526
Octal26417253013453545712546
Binary1011010011111010101101011100101111011001011111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40FAB; }

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

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

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

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

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

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

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

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