Shades of Deep Magenta #BB0FBC
Tints of Deep Magenta #BB0FBC
RGB
CMYK
RGB Variations
Color information
#BB0FBC (or 0xBB0FBC) is known color: Deep Magenta. HEX triplet: BB, 0F and BC. RGB value is (187,15,188). Sum of RGB (Red+Green+Blue) = 187+15+188=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB0FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0FBC is #44F043. Grayscale: #555555. Windows color (decimal): -4517956 or 12324795. OLE color: 12324795.
HSL color Cylindrical-coordinate representation of color #BB0FBC: hue angle of 299.65º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0FBC is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 15 | 188 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.26 |
| HSL | 299.65º | 0.85% | 0.4% | - |
| HSV(B) | 299.65º | 0.92% | 0.74% | - |
| XYZ | 29.74 | 14.54 | 48.82 | - |
| YUV | 86.15 | 185.48 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 188 | 0.01 | 0.92 | 0 | 0.26 | 299.65 | 0.85 | 0.4 |
| Hex | BB | F | BC | 1 | 5C | 0 | 1A | 12C | 55 | 28 |
| Octal | 273 | 17 | 274 | 1 | 134 | 0 | 32 | 454 | 125 | 50 |
| Binary | 10111011 | 1111 | 10111100 | 1 | 1011100 | 0 | 11010 | 100101100 | 1010101 | 101000 |
Color Harmonies of #BB0FBC
Complementary color
Monochromatic Colors of #BB0FBC
Black with #BB0FBC
Text Example
Text Example
White with #BB0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FBC; }
p { color: rgb(187,15,188); }
H1.HeaderClassName
{
color: #BB0FBC;
}
.AnyTagClassName
{
color: #BB0FBC;
}
</style>
background-color css
<style>
a { background-color: #BB0FBC; }
a { background-color: rgb(187,15,188); }
div.DivClassName
{
background-color: #BB0FBC;
}
.BgClassName
{
background-color: #BB0FBC;
}
</style>
border-color css
<style>
span { border-color: #BB0FBC; }
span { border-color: rgb(187,15,188); }
td.TdClassName
{
border-color: #BB0FBC;
}
.TagClassName
{
border-color: #BB0FBC;
}
</style>