#b40bae

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

Shades of Deep Magenta #B40BAE

Tints of Deep Magenta #B40BAE

Color information

#B40BAE (or 0xB40BAE) is unknown color: approx Deep Magenta. HEX triplet: B4, 0B and AE. RGB value is (180,11,174). Sum of RGB (Red+Green+Blue) = 180+11+174=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B40BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40BAE is #4BF451. Grayscale: #4F4F4F. Windows color (decimal): -4977746 or 11406260. OLE color: 11406260.

HSL color Cylindrical-coordinate representation of color #B40BAE: hue angle of 302.13º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40BAE is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18011174-
CMYK00.940.030.29
HSL302.13º88.48%37.45%-
HSV(B)302.13º93.89%70.59%-
XYZ26.581341.15-
YUV80.11180.99199.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 11 (4.69% from 255) = 3.01%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=49.32%
G=3.01%
B=47.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801117400.940.030.29302.1388.4837.45
HexB4BAE05E31D12e5825
Octal26413256013633545613045
Binary101101001011101011100101111011111011001011101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b40bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b40bae; }

 p { color: rgb(180,11,174); }

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

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

 a { background-color: rgb(180,11,174); }

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

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

 span { border-color: rgb(180,11,174); }

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