Shades of Deep Magenta #BB1BB9
Tints of Deep Magenta #BB1BB9
RGB
CMYK
RGB Variations
Color information
#BB1BB9 (or 0xBB1BB9) is known color: Deep Magenta. HEX triplet: BB, 1B and B9. RGB value is (187,27,185). Sum of RGB (Red+Green+Blue) = 187+27+185=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BB9 is #44E446. Grayscale: #5C5C5C. Windows color (decimal): -4514887 or 12131259. OLE color: 12131259.
HSL color Cylindrical-coordinate representation of color #BB1BB9: hue angle of 300.75º degrees, saturation: 0.75, 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 #BB1BB9 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 185 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.27 |
| HSL | 300.75º | 0.75% | 0.42% | - |
| HSV(B) | 300.75º | 0.86% | 0.73% | - |
| XYZ | 29.64 | 14.85 | 47.2 | - |
| YUV | 92.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 185 | 0 | 0.86 | 0.01 | 0.27 | 300.75 | 0.75 | 0.42 |
| Hex | BB | 1B | B9 | 0 | 56 | 1 | 1B | 12D | 4B | 2A |
| Octal | 273 | 33 | 271 | 0 | 126 | 1 | 33 | 455 | 113 | 52 |
| Binary | 10111011 | 11011 | 10111001 | 0 | 1010110 | 1 | 11011 | 100101101 | 1001011 | 101010 |
Color Harmonies of #BB1BB9
Complementary color
Monochromatic Colors of #BB1BB9
Black with #BB1BB9
Text Example
Text Example
White with #BB1BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BB9; }
p { color: rgb(187,27,185); }
H1.HeaderClassName
{
color: #BB1BB9;
}
.AnyTagClassName
{
color: #BB1BB9;
}
</style>
background-color css
<style>
a { background-color: #BB1BB9; }
a { background-color: rgb(187,27,185); }
div.DivClassName
{
background-color: #BB1BB9;
}
.BgClassName
{
background-color: #BB1BB9;
}
</style>
border-color css
<style>
span { border-color: #BB1BB9; }
span { border-color: rgb(187,27,185); }
td.TdClassName
{
border-color: #BB1BB9;
}
.TagClassName
{
border-color: #BB1BB9;
}
</style>