#b31aab

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

Shades of Deep Magenta #B31AAB

Tints of Deep Magenta #B31AAB

Color information

#B31AAB (or 0xB31AAB) is unknown color: approx Deep Magenta. HEX triplet: B3, 1A and AB. RGB value is (179,26,171). Sum of RGB (Red+Green+Blue) = 179+26+171=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B31AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31AAB is #4CE554. Grayscale: #575757. Windows color (decimal): -5039445 or 11213491. OLE color: 11213491.

HSL color Cylindrical-coordinate representation of color #B31AAB: hue angle of 303.14º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31AAB is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17926171-
CMYK00.850.040.30
HSL303.14º74.63%40.2%-
HSV(B)303.14º85.47%70.2%-
XYZ26.3113.2639.7-
YUV88.28174.69192.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 26 (10.55% from 255) = 6.91%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=47.61%
G=6.91%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792617100.850.040.30303.1474.6340.2
HexB31AAB05541E12f4b28
Octal26332253012543645711350
Binary10110011110101010101101010101100111101001011111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b31aab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b31aab; }

 p { color: rgb(179,26,171); }

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

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

 a { background-color: rgb(179,26,171); }

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

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

 span { border-color: rgb(179,26,171); }

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