Shades of Deep Magenta #BB0FB0
Tints of Deep Magenta #BB0FB0
RGB
CMYK
RGB Variations
Color information
#BB0FB0 (or 0xBB0FB0) is known color: Deep Magenta. HEX triplet: BB, 0F and B0. RGB value is (187,15,176). Sum of RGB (Red+Green+Blue) = 187+15+176=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0FB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0FB0 is #44F04F. Grayscale: #545454. Windows color (decimal): -4517968 or 11538363. OLE color: 11538363.
HSL color Cylindrical-coordinate representation of color #BB0FB0: hue angle of 303.84º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0FB0 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 176 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.27 |
| HSL | 303.84º | 0.85% | 0.4% | - |
| HSV(B) | 303.84º | 0.92% | 0.73% | - |
| XYZ | 28.5 | 14.04 | 42.28 | - |
| YUV | 84.78 | 179.48 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 176 | 0 | 0.92 | 0.06 | 0.27 | 303.84 | 0.85 | 0.4 |
| Hex | BB | F | B0 | 0 | 5C | 6 | 1B | 130 | 55 | 28 |
| Octal | 273 | 17 | 260 | 0 | 134 | 6 | 33 | 460 | 125 | 50 |
| Binary | 10111011 | 1111 | 10110000 | 0 | 1011100 | 110 | 11011 | 100110000 | 1010101 | 101000 |
Color Harmonies of #BB0FB0
Complementary color
Monochromatic Colors of #BB0FB0
Black with #BB0FB0
Text Example
Text Example
White with #BB0FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FB0; }
p { color: rgb(187,15,176); }
H1.HeaderClassName
{
color: #BB0FB0;
}
.AnyTagClassName
{
color: #BB0FB0;
}
</style>
background-color css
<style>
a { background-color: #BB0FB0; }
a { background-color: rgb(187,15,176); }
div.DivClassName
{
background-color: #BB0FB0;
}
.BgClassName
{
background-color: #BB0FB0;
}
</style>
border-color css
<style>
span { border-color: #BB0FB0; }
span { border-color: rgb(187,15,176); }
td.TdClassName
{
border-color: #BB0FB0;
}
.TagClassName
{
border-color: #BB0FB0;
}
</style>