Shades of Deep Magenta #BB1AB8
Tints of Deep Magenta #BB1AB8
RGB
CMYK
RGB Variations
Color information
#BB1AB8 (or 0xBB1AB8) is known color: Deep Magenta. HEX triplet: BB, 1A and B8. RGB value is (187,26,184). Sum of RGB (Red+Green+Blue) = 187+26+184=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1AB8 is #44E547. Grayscale: #5B5B5B. Windows color (decimal): -4515144 or 12065467. OLE color: 12065467.
HSL color Cylindrical-coordinate representation of color #BB1AB8: hue angle of 301.12º 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 #BB1AB8 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 184 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.27 |
| HSL | 301.12º | 0.76% | 0.42% | - |
| HSV(B) | 301.12º | 0.86% | 0.73% | - |
| XYZ | 29.51 | 14.76 | 46.64 | - |
| YUV | 92.15 | 179.84 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 184 | 0 | 0.86 | 0.02 | 0.27 | 301.12 | 0.76 | 0.42 |
| Hex | BB | 1A | B8 | 0 | 56 | 2 | 1B | 12D | 4C | 2A |
| Octal | 273 | 32 | 270 | 0 | 126 | 2 | 33 | 455 | 114 | 52 |
| Binary | 10111011 | 11010 | 10111000 | 0 | 1010110 | 10 | 11011 | 100101101 | 1001100 | 101010 |
Color Harmonies of #BB1AB8
Complementary color
Monochromatic Colors of #BB1AB8
Black with #BB1AB8
Text Example
Text Example
White with #BB1AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1AB8; }
p { color: rgb(187,26,184); }
H1.HeaderClassName
{
color: #BB1AB8;
}
.AnyTagClassName
{
color: #BB1AB8;
}
</style>
background-color css
<style>
a { background-color: #BB1AB8; }
a { background-color: rgb(187,26,184); }
div.DivClassName
{
background-color: #BB1AB8;
}
.BgClassName
{
background-color: #BB1AB8;
}
</style>
border-color css
<style>
span { border-color: #BB1AB8; }
span { border-color: rgb(187,26,184); }
td.TdClassName
{
border-color: #BB1AB8;
}
.TagClassName
{
border-color: #BB1AB8;
}
</style>