Shades of Deep Magenta #BC10B0
Tints of Deep Magenta #BC10B0
RGB
CMYK
RGB Variations
Color information
#BC10B0 (or 0xBC10B0) is known color: Deep Magenta. HEX triplet: BC, 10 and B0. RGB value is (188,16,176). Sum of RGB (Red+Green+Blue) = 188+16+176=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC10B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC10B0 is #43EF4F. Grayscale: #555555. Windows color (decimal): -4452176 or 11538620. OLE color: 11538620.
HSL color Cylindrical-coordinate representation of color #BC10B0: hue angle of 304.19º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC10B0 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 176 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.26 |
| HSL | 304.19º | 0.84% | 0.4% | - |
| HSV(B) | 304.19º | 0.91% | 0.74% | - |
| XYZ | 28.76 | 14.2 | 42.3 | - |
| YUV | 85.67 | 178.98 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 176 | 0 | 0.91 | 0.06 | 0.26 | 304.19 | 0.84 | 0.4 |
| Hex | BC | 10 | B0 | 0 | 5B | 6 | 1A | 130 | 54 | 28 |
| Octal | 274 | 20 | 260 | 0 | 133 | 6 | 32 | 460 | 124 | 50 |
| Binary | 10111100 | 10000 | 10110000 | 0 | 1011011 | 110 | 11010 | 100110000 | 1010100 | 101000 |
Color Harmonies of #BC10B0
Complementary color
Monochromatic Colors of #BC10B0
Black with #BC10B0
Text Example
Text Example
White with #BC10B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10B0; }
p { color: rgb(188,16,176); }
H1.HeaderClassName
{
color: #BC10B0;
}
.AnyTagClassName
{
color: #BC10B0;
}
</style>
background-color css
<style>
a { background-color: #BC10B0; }
a { background-color: rgb(188,16,176); }
div.DivClassName
{
background-color: #BC10B0;
}
.BgClassName
{
background-color: #BC10B0;
}
</style>
border-color css
<style>
span { border-color: #BC10B0; }
span { border-color: rgb(188,16,176); }
td.TdClassName
{
border-color: #BC10B0;
}
.TagClassName
{
border-color: #BC10B0;
}
</style>