Shades of Deep Magenta #BB20C8
Tints of Deep Magenta #BB20C8
RGB
CMYK
RGB Variations
Color information
#BB20C8 (or 0xBB20C8) is known color: Deep Magenta. HEX triplet: BB, 20 and C8. RGB value is (187,32,200). Sum of RGB (Red+Green+Blue) = 187+32+200=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB20C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20C8 is #44DF37. Grayscale: #606060. Windows color (decimal): -4513592 or 13115579. OLE color: 13115579.
HSL color Cylindrical-coordinate representation of color #BB20C8: hue angle of 295.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB20C8 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 32 | 200 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.22 |
| HSL | 295.36º | 0.72% | 0.45% | - |
| HSV(B) | 295.36º | 0.84% | 0.78% | - |
| XYZ | 31.44 | 15.77 | 56.03 | - |
| YUV | 97.5 | 185.85 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 200 | 0.06 | 0.84 | 0 | 0.22 | 295.36 | 0.72 | 0.45 |
| Hex | BB | 20 | C8 | 6 | 54 | 0 | 16 | 127 | 48 | 2D |
| Octal | 273 | 40 | 310 | 6 | 124 | 0 | 26 | 447 | 110 | 55 |
| Binary | 10111011 | 100000 | 11001000 | 110 | 1010100 | 0 | 10110 | 100100111 | 1001000 | 101101 |
Color Harmonies of #BB20C8
Complementary color
Monochromatic Colors of #BB20C8
Black with #BB20C8
Text Example
Text Example
White with #BB20C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB20C8; }
p { color: rgb(187,32,200); }
H1.HeaderClassName
{
color: #BB20C8;
}
.AnyTagClassName
{
color: #BB20C8;
}
</style>
background-color css
<style>
a { background-color: #BB20C8; }
a { background-color: rgb(187,32,200); }
div.DivClassName
{
background-color: #BB20C8;
}
.BgClassName
{
background-color: #BB20C8;
}
</style>
border-color css
<style>
span { border-color: #BB20C8; }
span { border-color: rgb(187,32,200); }
td.TdClassName
{
border-color: #BB20C8;
}
.TagClassName
{
border-color: #BB20C8;
}
</style>