Shades of Deep Magenta #BB20CB
Tints of Deep Magenta #BB20CB
RGB
CMYK
RGB Variations
Color information
#BB20CB (or 0xBB20CB) is known color: Deep Magenta. HEX triplet: BB, 20 and CB. RGB value is (187,32,203). Sum of RGB (Red+Green+Blue) = 187+32+203=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB20CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20CB is #44DF34. Grayscale: #616161. Windows color (decimal): -4513589 or 13312187. OLE color: 13312187.
HSL color Cylindrical-coordinate representation of color #BB20CB: hue angle of 294.39º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB20CB is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 32 | 203 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.20 |
| HSL | 294.39º | 0.73% | 0.46% | - |
| HSV(B) | 294.39º | 0.84% | 0.8% | - |
| XYZ | 31.79 | 15.91 | 57.9 | - |
| YUV | 97.84 | 187.35 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 203 | 0.08 | 0.84 | 0 | 0.20 | 294.39 | 0.73 | 0.46 |
| Hex | BB | 20 | CB | 8 | 54 | 0 | 14 | 126 | 49 | 2E |
| Octal | 273 | 40 | 313 | 10 | 124 | 0 | 24 | 446 | 111 | 56 |
| Binary | 10111011 | 100000 | 11001011 | 1000 | 1010100 | 0 | 10100 | 100100110 | 1001001 | 101110 |
Color Harmonies of #BB20CB
Complementary color
Monochromatic Colors of #BB20CB
Black with #BB20CB
Text Example
Text Example
White with #BB20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB20CB; }
p { color: rgb(187,32,203); }
H1.HeaderClassName
{
color: #BB20CB;
}
.AnyTagClassName
{
color: #BB20CB;
}
</style>
background-color css
<style>
a { background-color: #BB20CB; }
a { background-color: rgb(187,32,203); }
div.DivClassName
{
background-color: #BB20CB;
}
.BgClassName
{
background-color: #BB20CB;
}
</style>
border-color css
<style>
span { border-color: #BB20CB; }
span { border-color: rgb(187,32,203); }
td.TdClassName
{
border-color: #BB20CB;
}
.TagClassName
{
border-color: #BB20CB;
}
</style>