Shades of Deep Magenta #BB1AB1
Tints of Deep Magenta #BB1AB1
RGB
CMYK
RGB Variations
Color information
#BB1AB1 (or 0xBB1AB1) is known color: Deep Magenta. HEX triplet: BB, 1A and B1. RGB value is (187,26,177). Sum of RGB (Red+Green+Blue) = 187+26+177=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1AB1 is #44E54E. Grayscale: #5A5A5A. Windows color (decimal): -4515151 or 11606715. OLE color: 11606715.
HSL color Cylindrical-coordinate representation of color #BB1AB1: hue angle of 303.73º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1AB1 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 177 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.27 |
| HSL | 303.73º | 0.76% | 0.42% | - |
| HSV(B) | 303.73º | 0.86% | 0.73% | - |
| XYZ | 28.8 | 14.48 | 42.87 | - |
| YUV | 91.35 | 176.34 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 177 | 0 | 0.86 | 0.05 | 0.27 | 303.73 | 0.76 | 0.42 |
| Hex | BB | 1A | B1 | 0 | 56 | 5 | 1B | 130 | 4C | 2A |
| Octal | 273 | 32 | 261 | 0 | 126 | 5 | 33 | 460 | 114 | 52 |
| Binary | 10111011 | 11010 | 10110001 | 0 | 1010110 | 101 | 11011 | 100110000 | 1001100 | 101010 |
Color Harmonies of #BB1AB1
Complementary color
Monochromatic Colors of #BB1AB1
Black with #BB1AB1
Text Example
Text Example
White with #BB1AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1AB1; }
p { color: rgb(187,26,177); }
H1.HeaderClassName
{
color: #BB1AB1;
}
.AnyTagClassName
{
color: #BB1AB1;
}
</style>
background-color css
<style>
a { background-color: #BB1AB1; }
a { background-color: rgb(187,26,177); }
div.DivClassName
{
background-color: #BB1AB1;
}
.BgClassName
{
background-color: #BB1AB1;
}
</style>
border-color css
<style>
span { border-color: #BB1AB1; }
span { border-color: rgb(187,26,177); }
td.TdClassName
{
border-color: #BB1AB1;
}
.TagClassName
{
border-color: #BB1AB1;
}
</style>