Shades of Deep Magenta #BC0CDF
Tints of Deep Magenta #BC0CDF
RGB
CMYK
RGB Variations
Color information
#BC0CDF (or 0xBC0CDF) is known color: Deep Magenta. HEX triplet: BC, 0C and DF. RGB value is (188,12,223). Sum of RGB (Red+Green+Blue) = 188+12+223=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC0CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CDF is #43F320. Grayscale: #585858. Windows color (decimal): -4453153 or 14617788. OLE color: 14617788.
HSL color Cylindrical-coordinate representation of color #BC0CDF: hue angle of 290.05º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0CDF is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 12 | 223 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.13 |
| HSL | 290.05º | 0.9% | 0.46% | - |
| HSV(B) | 290.05º | 0.95% | 0.87% | - |
| XYZ | 34.19 | 16.28 | 71.15 | - |
| YUV | 88.68 | 203.81 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 223 | 0.16 | 0.95 | 0 | 0.13 | 290.05 | 0.9 | 0.46 |
| Hex | BC | C | DF | 10 | 5F | 0 | D | 122 | 5A | 2E |
| Octal | 274 | 14 | 337 | 20 | 137 | 0 | 15 | 442 | 132 | 56 |
| Binary | 10111100 | 1100 | 11011111 | 10000 | 1011111 | 0 | 1101 | 100100010 | 1011010 | 101110 |
Color Harmonies of #BC0CDF
Complementary color
Monochromatic Colors of #BC0CDF
Black with #BC0CDF
Text Example
Text Example
White with #BC0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CDF; }
p { color: rgb(188,12,223); }
H1.HeaderClassName
{
color: #BC0CDF;
}
.AnyTagClassName
{
color: #BC0CDF;
}
</style>
background-color css
<style>
a { background-color: #BC0CDF; }
a { background-color: rgb(188,12,223); }
div.DivClassName
{
background-color: #BC0CDF;
}
.BgClassName
{
background-color: #BC0CDF;
}
</style>
border-color css
<style>
span { border-color: #BC0CDF; }
span { border-color: rgb(188,12,223); }
td.TdClassName
{
border-color: #BC0CDF;
}
.TagClassName
{
border-color: #BC0CDF;
}
</style>