Shades of Deep Magenta #BB0FC9
Tints of Deep Magenta #BB0FC9
RGB
CMYK
RGB Variations
Color information
#BB0FC9 (or 0xBB0FC9) is known color: Deep Magenta. HEX triplet: BB, 0F and C9. RGB value is (187,15,201). Sum of RGB (Red+Green+Blue) = 187+15+201=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB0FC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0FC9 is #44F036. Grayscale: #575757. Windows color (decimal): -4517943 or 13176763. OLE color: 13176763.
HSL color Cylindrical-coordinate representation of color #BB0FC9: hue angle of 295.48º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0FC9 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 15 | 201 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.21 |
| HSL | 295.48º | 0.86% | 0.42% | - |
| HSV(B) | 295.48º | 0.93% | 0.79% | - |
| XYZ | 31.21 | 15.12 | 56.53 | - |
| YUV | 87.63 | 191.98 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 201 | 0.07 | 0.93 | 0 | 0.21 | 295.48 | 0.86 | 0.42 |
| Hex | BB | F | C9 | 7 | 5D | 0 | 15 | 127 | 56 | 2A |
| Octal | 273 | 17 | 311 | 7 | 135 | 0 | 25 | 447 | 126 | 52 |
| Binary | 10111011 | 1111 | 11001001 | 111 | 1011101 | 0 | 10101 | 100100111 | 1010110 | 101010 |
Color Harmonies of #BB0FC9
Complementary color
Monochromatic Colors of #BB0FC9
Black with #BB0FC9
Text Example
Text Example
White with #BB0FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FC9; }
p { color: rgb(187,15,201); }
H1.HeaderClassName
{
color: #BB0FC9;
}
.AnyTagClassName
{
color: #BB0FC9;
}
</style>
background-color css
<style>
a { background-color: #BB0FC9; }
a { background-color: rgb(187,15,201); }
div.DivClassName
{
background-color: #BB0FC9;
}
.BgClassName
{
background-color: #BB0FC9;
}
</style>
border-color css
<style>
span { border-color: #BB0FC9; }
span { border-color: rgb(187,15,201); }
td.TdClassName
{
border-color: #BB0FC9;
}
.TagClassName
{
border-color: #BB0FC9;
}
</style>