Shades of Deep Magenta #BB20C9
Tints of Deep Magenta #BB20C9
RGB
CMYK
RGB Variations
Color information
#BB20C9 (or 0xBB20C9) is known color: Deep Magenta. HEX triplet: BB, 20 and C9. RGB value is (187,32,201). Sum of RGB (Red+Green+Blue) = 187+32+201=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB20C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20C9 is #44DF36. Grayscale: #616161. Windows color (decimal): -4513591 or 13181115. OLE color: 13181115.
HSL color Cylindrical-coordinate representation of color #BB20C9: hue angle of 295.03º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB20C9 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 32 | 201 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.21 |
| HSL | 295.03º | 0.73% | 0.46% | - |
| HSV(B) | 295.03º | 0.84% | 0.79% | - |
| XYZ | 31.55 | 15.81 | 56.65 | - |
| YUV | 97.61 | 186.35 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 201 | 0.07 | 0.84 | 0 | 0.21 | 295.03 | 0.73 | 0.46 |
| Hex | BB | 20 | C9 | 7 | 54 | 0 | 15 | 127 | 49 | 2E |
| Octal | 273 | 40 | 311 | 7 | 124 | 0 | 25 | 447 | 111 | 56 |
| Binary | 10111011 | 100000 | 11001001 | 111 | 1010100 | 0 | 10101 | 100100111 | 1001001 | 101110 |
Color Harmonies of #BB20C9
Complementary color
Monochromatic Colors of #BB20C9
Black with #BB20C9
Text Example
Text Example
White with #BB20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB20C9; }
p { color: rgb(187,32,201); }
H1.HeaderClassName
{
color: #BB20C9;
}
.AnyTagClassName
{
color: #BB20C9;
}
</style>
background-color css
<style>
a { background-color: #BB20C9; }
a { background-color: rgb(187,32,201); }
div.DivClassName
{
background-color: #BB20C9;
}
.BgClassName
{
background-color: #BB20C9;
}
</style>
border-color css
<style>
span { border-color: #BB20C9; }
span { border-color: rgb(187,32,201); }
td.TdClassName
{
border-color: #BB20C9;
}
.TagClassName
{
border-color: #BB20C9;
}
</style>