Shades of Deep Magenta #BB20B9
Tints of Deep Magenta #BB20B9
RGB
CMYK
RGB Variations
Color information
#BB20B9 (or 0xBB20B9) is known color: Deep Magenta. HEX triplet: BB, 20 and B9. RGB value is (187,32,185). Sum of RGB (Red+Green+Blue) = 187+32+185=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB20B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20B9 is #44DF46. Grayscale: #5F5F5F. Windows color (decimal): -4513607 or 12132539. OLE color: 12132539.
HSL color Cylindrical-coordinate representation of color #BB20B9: hue angle of 300.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB20B9 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 185 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.27 |
| HSL | 300.77º | 0.71% | 0.43% | - |
| HSV(B) | 300.77º | 0.83% | 0.73% | - |
| XYZ | 29.77 | 15.1 | 47.24 | - |
| YUV | 95.79 | 178.35 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 185 | 0 | 0.83 | 0.01 | 0.27 | 300.77 | 0.71 | 0.43 |
| Hex | BB | 20 | B9 | 0 | 53 | 1 | 1B | 12D | 47 | 2B |
| Octal | 273 | 40 | 271 | 0 | 123 | 1 | 33 | 455 | 107 | 53 |
| Binary | 10111011 | 100000 | 10111001 | 0 | 1010011 | 1 | 11011 | 100101101 | 1000111 | 101011 |
Color Harmonies of #BB20B9
Complementary color
Monochromatic Colors of #BB20B9
Black with #BB20B9
Text Example
Text Example
White with #BB20B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB20B9; }
p { color: rgb(187,32,185); }
H1.HeaderClassName
{
color: #BB20B9;
}
.AnyTagClassName
{
color: #BB20B9;
}
</style>
background-color css
<style>
a { background-color: #BB20B9; }
a { background-color: rgb(187,32,185); }
div.DivClassName
{
background-color: #BB20B9;
}
.BgClassName
{
background-color: #BB20B9;
}
</style>
border-color css
<style>
span { border-color: #BB20B9; }
span { border-color: rgb(187,32,185); }
td.TdClassName
{
border-color: #BB20B9;
}
.TagClassName
{
border-color: #BB20B9;
}
</style>