#B40BAB

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

Shades of Deep Magenta #B40BAB

Tints of Deep Magenta #B40BAB

Color information

#B40BAB (or 0xB40BAB) is unknown color: approx Deep Magenta. HEX triplet: B4, 0B and AB. RGB value is (180,11,171). Sum of RGB (Red+Green+Blue) = 180+11+171=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B40BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40BAB is #4BF454. Grayscale: #4F4F4F. Windows color (decimal): -4977749 or 11209652. OLE color: 11209652.

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

Color convert

RGB18011171-
CMYK00.940.050.29
HSL303.2º88.48%37.45%-
HSV(B)303.2º93.89%70.59%-
XYZ26.2912.8839.63-
YUV79.77179.49199.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 11 (4.69% from 255) = 3.04%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=49.72%
G=3.04%
B=47.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801117100.940.050.29303.288.4837.45
HexB4BAB05E51D12f5825
Octal26413253013653545713045
Binary1011010010111010101101011110101111011001011111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40BAB; }

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

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

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

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

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

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

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

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