Shades of Deep Magenta #BB1ABB
Tints of Deep Magenta #BB1ABB
RGB
CMYK
RGB Variations
Color information
#BB1ABB (or 0xBB1ABB) is known color: Deep Magenta. HEX triplet: BB, 1A and BB. RGB value is (187,26,187). Sum of RGB (Red+Green+Blue) = 187+26+187=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB1ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1ABB is #44E544. Grayscale: #5C5C5C. Windows color (decimal): -4515141 or 12262075. OLE color: 12262075.
HSL color Cylindrical-coordinate representation of color #BB1ABB: hue angle of 300º 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 #BB1ABB is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 187 | - |
| CMYK | 0 | 0.86 | 0 | 0.27 |
| HSL | 300º | 0.76% | 0.42% | - |
| HSV(B) | 300º | 0.86% | 0.73% | - |
| XYZ | 29.83 | 14.89 | 48.32 | - |
| YUV | 92.49 | 181.34 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 187 | 0 | 0.86 | 0 | 0.27 | 300 | 0.76 | 0.42 |
| Hex | BB | 1A | BB | 0 | 56 | 0 | 1B | 12C | 4C | 2A |
| Octal | 273 | 32 | 273 | 0 | 126 | 0 | 33 | 454 | 114 | 52 |
| Binary | 10111011 | 11010 | 10111011 | 0 | 1010110 | 0 | 11011 | 100101100 | 1001100 | 101010 |
Color Harmonies of #BB1ABB
Complementary color
Monochromatic Colors of #BB1ABB
Black with #BB1ABB
Text Example
Text Example
White with #BB1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1ABB; }
p { color: rgb(187,26,187); }
H1.HeaderClassName
{
color: #BB1ABB;
}
.AnyTagClassName
{
color: #BB1ABB;
}
</style>
background-color css
<style>
a { background-color: #BB1ABB; }
a { background-color: rgb(187,26,187); }
div.DivClassName
{
background-color: #BB1ABB;
}
.BgClassName
{
background-color: #BB1ABB;
}
</style>
border-color css
<style>
span { border-color: #BB1ABB; }
span { border-color: rgb(187,26,187); }
td.TdClassName
{
border-color: #BB1ABB;
}
.TagClassName
{
border-color: #BB1ABB;
}
</style>