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