Shades of Deep Magenta #BC0CCF
Tints of Deep Magenta #BC0CCF
RGB
CMYK
RGB Variations
Color information
#BC0CCF (or 0xBC0CCF) is known color: Deep Magenta. HEX triplet: BC, 0C and CF. RGB value is (188,12,207). Sum of RGB (Red+Green+Blue) = 188+12+207=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC0CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CCF is #43F330. Grayscale: #565656. Windows color (decimal): -4453169 or 13569212. OLE color: 13569212.
HSL color Cylindrical-coordinate representation of color #BC0CCF: hue angle of 294.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CCF is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 12 | 207 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.19 |
| HSL | 294.15º | 0.89% | 0.43% | - |
| HSV(B) | 294.15º | 0.94% | 0.81% | - |
| XYZ | 32.13 | 15.46 | 60.32 | - |
| YUV | 86.85 | 195.81 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 207 | 0.09 | 0.94 | 0 | 0.19 | 294.15 | 0.89 | 0.43 |
| Hex | BC | C | CF | 9 | 5E | 0 | 13 | 126 | 59 | 2B |
| Octal | 274 | 14 | 317 | 11 | 136 | 0 | 23 | 446 | 131 | 53 |
| Binary | 10111100 | 1100 | 11001111 | 1001 | 1011110 | 0 | 10011 | 100100110 | 1011001 | 101011 |
Color Harmonies of #BC0CCF
Complementary color
Monochromatic Colors of #BC0CCF
Black with #BC0CCF
Text Example
Text Example
White with #BC0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CCF; }
p { color: rgb(188,12,207); }
H1.HeaderClassName
{
color: #BC0CCF;
}
.AnyTagClassName
{
color: #BC0CCF;
}
</style>
background-color css
<style>
a { background-color: #BC0CCF; }
a { background-color: rgb(188,12,207); }
div.DivClassName
{
background-color: #BC0CCF;
}
.BgClassName
{
background-color: #BC0CCF;
}
</style>
border-color css
<style>
span { border-color: #BC0CCF; }
span { border-color: rgb(188,12,207); }
td.TdClassName
{
border-color: #BC0CCF;
}
.TagClassName
{
border-color: #BC0CCF;
}
</style>