Shades of Deep Magenta #BB0FCB
Tints of Deep Magenta #BB0FCB
RGB
CMYK
RGB Variations
Color information
#BB0FCB (or 0xBB0FCB) is known color: Deep Magenta. HEX triplet: BB, 0F and CB. RGB value is (187,15,203). Sum of RGB (Red+Green+Blue) = 187+15+203=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB0FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0FCB is #44F034. Grayscale: #575757. Windows color (decimal): -4517941 or 13307835. OLE color: 13307835.
HSL color Cylindrical-coordinate representation of color #BB0FCB: hue angle of 294.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0FCB is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 15 | 203 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.20 |
| HSL | 294.89º | 0.86% | 0.43% | - |
| HSV(B) | 294.89º | 0.93% | 0.8% | - |
| XYZ | 31.44 | 15.22 | 57.78 | - |
| YUV | 87.86 | 192.98 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 203 | 0.08 | 0.93 | 0 | 0.20 | 294.89 | 0.86 | 0.43 |
| Hex | BB | F | CB | 8 | 5D | 0 | 14 | 127 | 56 | 2B |
| Octal | 273 | 17 | 313 | 10 | 135 | 0 | 24 | 447 | 126 | 53 |
| Binary | 10111011 | 1111 | 11001011 | 1000 | 1011101 | 0 | 10100 | 100100111 | 1010110 | 101011 |
Color Harmonies of #BB0FCB
Complementary color
Monochromatic Colors of #BB0FCB
Black with #BB0FCB
Text Example
Text Example
White with #BB0FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FCB; }
p { color: rgb(187,15,203); }
H1.HeaderClassName
{
color: #BB0FCB;
}
.AnyTagClassName
{
color: #BB0FCB;
}
</style>
background-color css
<style>
a { background-color: #BB0FCB; }
a { background-color: rgb(187,15,203); }
div.DivClassName
{
background-color: #BB0FCB;
}
.BgClassName
{
background-color: #BB0FCB;
}
</style>
border-color css
<style>
span { border-color: #BB0FCB; }
span { border-color: rgb(187,15,203); }
td.TdClassName
{
border-color: #BB0FCB;
}
.TagClassName
{
border-color: #BB0FCB;
}
</style>