Shades of Deep Magenta #BB20BC
Tints of Deep Magenta #BB20BC
RGB
CMYK
RGB Variations
Color information
#BB20BC (or 0xBB20BC) is known color: Deep Magenta. HEX triplet: BB, 20 and BC. RGB value is (187,32,188). Sum of RGB (Red+Green+Blue) = 187+32+188=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB20BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20BC is #44DF43. Grayscale: #5F5F5F. Windows color (decimal): -4513604 or 12329147. OLE color: 12329147.
HSL color Cylindrical-coordinate representation of color #BB20BC: hue angle of 299.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB20BC is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 32 | 188 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.26 |
| HSL | 299.62º | 0.71% | 0.43% | - |
| HSV(B) | 299.62º | 0.83% | 0.74% | - |
| XYZ | 30.09 | 15.23 | 48.93 | - |
| YUV | 96.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 188 | 0.01 | 0.83 | 0 | 0.26 | 299.62 | 0.71 | 0.43 |
| Hex | BB | 20 | BC | 1 | 53 | 0 | 1A | 12C | 47 | 2B |
| Octal | 273 | 40 | 274 | 1 | 123 | 0 | 32 | 454 | 107 | 53 |
| Binary | 10111011 | 100000 | 10111100 | 1 | 1010011 | 0 | 11010 | 100101100 | 1000111 | 101011 |
Color Harmonies of #BB20BC
Complementary color
Monochromatic Colors of #BB20BC
Black with #BB20BC
Text Example
Text Example
White with #BB20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB20BC; }
p { color: rgb(187,32,188); }
H1.HeaderClassName
{
color: #BB20BC;
}
.AnyTagClassName
{
color: #BB20BC;
}
</style>
background-color css
<style>
a { background-color: #BB20BC; }
a { background-color: rgb(187,32,188); }
div.DivClassName
{
background-color: #BB20BC;
}
.BgClassName
{
background-color: #BB20BC;
}
</style>
border-color css
<style>
span { border-color: #BB20BC; }
span { border-color: rgb(187,32,188); }
td.TdClassName
{
border-color: #BB20BC;
}
.TagClassName
{
border-color: #BB20BC;
}
</style>