Shades of Deep Magenta #BC0FB0
Tints of Deep Magenta #BC0FB0
RGB
CMYK
RGB Variations
Color information
#BC0FB0 (or 0xBC0FB0) is known color: Deep Magenta. HEX triplet: BC, 0F and B0. RGB value is (188,15,176). Sum of RGB (Red+Green+Blue) = 188+15+176=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0FB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0FB0 is #43F04F. Grayscale: #545454. Windows color (decimal): -4452432 or 11538364. OLE color: 11538364.
HSL color Cylindrical-coordinate representation of color #BC0FB0: hue angle of 304.16º 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 #BC0FB0 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 176 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.26 |
| HSL | 304.16º | 0.85% | 0.4% | - |
| HSV(B) | 304.16º | 0.92% | 0.74% | - |
| XYZ | 28.75 | 14.17 | 42.29 | - |
| YUV | 85.08 | 179.31 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 176 | 0 | 0.92 | 0.06 | 0.26 | 304.16 | 0.85 | 0.4 |
| Hex | BC | F | B0 | 0 | 5C | 6 | 1A | 130 | 55 | 28 |
| Octal | 274 | 17 | 260 | 0 | 134 | 6 | 32 | 460 | 125 | 50 |
| Binary | 10111100 | 1111 | 10110000 | 0 | 1011100 | 110 | 11010 | 100110000 | 1010101 | 101000 |
Color Harmonies of #BC0FB0
Complementary color
Monochromatic Colors of #BC0FB0
Black with #BC0FB0
Text Example
Text Example
White with #BC0FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FB0; }
p { color: rgb(188,15,176); }
H1.HeaderClassName
{
color: #BC0FB0;
}
.AnyTagClassName
{
color: #BC0FB0;
}
</style>
background-color css
<style>
a { background-color: #BC0FB0; }
a { background-color: rgb(188,15,176); }
div.DivClassName
{
background-color: #BC0FB0;
}
.BgClassName
{
background-color: #BC0FB0;
}
</style>
border-color css
<style>
span { border-color: #BC0FB0; }
span { border-color: rgb(188,15,176); }
td.TdClassName
{
border-color: #BC0FB0;
}
.TagClassName
{
border-color: #BC0FB0;
}
</style>