Shades of Deep Magenta #BC00C7
Tints of Deep Magenta #BC00C7
RGB
CMYK
RGB Variations
Color information
#BC00C7 (or 0xBC00C7) is known color: Deep Magenta. HEX triplet: BC, 00 and C7. RGB value is (188,0,199). Sum of RGB (Red+Green+Blue) = 188+0+199=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC00C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00C7 is #43FF38. Grayscale: #4E4E4E. Windows color (decimal): -4456249 or 13041852. OLE color: 13041852.
HSL color Cylindrical-coordinate representation of color #BC00C7: hue angle of 296.68º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00C7 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 0 | 199 | - |
| CMYK | 0.06 | 1 | 0 | 0.22 |
| HSL | 296.68º | 1% | 0.39% | - |
| HSV(B) | 296.68º | 1% | 0.78% | - |
| XYZ | 31.05 | 14.81 | 55.26 | - |
| YUV | 78.9 | 195.78 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 199 | 0.06 | 1 | 0 | 0.22 | 296.68 | 1 | 0.39 |
| Hex | BC | 0 | C7 | 6 | 64 | 0 | 16 | 129 | 64 | 27 |
| Octal | 274 | 0 | 307 | 6 | 144 | 0 | 26 | 451 | 144 | 47 |
| Binary | 10111100 | 0 | 11000111 | 110 | 1100100 | 0 | 10110 | 100101001 | 1100100 | 100111 |
Color Harmonies of #BC00C7
Complementary color
Monochromatic Colors of #BC00C7
Black with #BC00C7
Text Example
Text Example
White with #BC00C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00C7; }
p { color: rgb(188,0,199); }
H1.HeaderClassName
{
color: #BC00C7;
}
.AnyTagClassName
{
color: #BC00C7;
}
</style>
background-color css
<style>
a { background-color: #BC00C7; }
a { background-color: rgb(188,0,199); }
div.DivClassName
{
background-color: #BC00C7;
}
.BgClassName
{
background-color: #BC00C7;
}
</style>
border-color css
<style>
span { border-color: #BC00C7; }
span { border-color: rgb(188,0,199); }
td.TdClassName
{
border-color: #BC00C7;
}
.TagClassName
{
border-color: #BC00C7;
}
</style>