Shades of Deep Magenta #BB15C0
Tints of Deep Magenta #BB15C0
RGB
CMYK
RGB Variations
Color information
#BB15C0 (or 0xBB15C0) is known color: Deep Magenta. HEX triplet: BB, 15 and C0. RGB value is (187,21,192). Sum of RGB (Red+Green+Blue) = 187+21+192=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB15C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15C0 is #44EA3F. Grayscale: #595959. Windows color (decimal): -4516416 or 12588475. OLE color: 12588475.
HSL color Cylindrical-coordinate representation of color #BB15C0: hue angle of 298.25º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB15C0 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 21 | 192 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.25 |
| HSL | 298.25º | 0.8% | 0.42% | - |
| HSV(B) | 298.25º | 0.89% | 0.75% | - |
| XYZ | 30.28 | 14.91 | 51.15 | - |
| YUV | 90.13 | 185.5 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 192 | 0.03 | 0.89 | 0 | 0.25 | 298.25 | 0.8 | 0.42 |
| Hex | BB | 15 | C0 | 3 | 59 | 0 | 19 | 12A | 50 | 2A |
| Octal | 273 | 25 | 300 | 3 | 131 | 0 | 31 | 452 | 120 | 52 |
| Binary | 10111011 | 10101 | 11000000 | 11 | 1011001 | 0 | 11001 | 100101010 | 1010000 | 101010 |
Color Harmonies of #BB15C0
Complementary color
Monochromatic Colors of #BB15C0
Black with #BB15C0
Text Example
Text Example
White with #BB15C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB15C0; }
p { color: rgb(187,21,192); }
H1.HeaderClassName
{
color: #BB15C0;
}
.AnyTagClassName
{
color: #BB15C0;
}
</style>
background-color css
<style>
a { background-color: #BB15C0; }
a { background-color: rgb(187,21,192); }
div.DivClassName
{
background-color: #BB15C0;
}
.BgClassName
{
background-color: #BB15C0;
}
</style>
border-color css
<style>
span { border-color: #BB15C0; }
span { border-color: rgb(187,21,192); }
td.TdClassName
{
border-color: #BB15C0;
}
.TagClassName
{
border-color: #BB15C0;
}
</style>