Shades of Deep Magenta #BC00CD
Tints of Deep Magenta #BC00CD
RGB
CMYK
RGB Variations
Color information
#BC00CD (or 0xBC00CD) is known color: Deep Magenta. HEX triplet: BC, 00 and CD. RGB value is (188,0,205). Sum of RGB (Red+Green+Blue) = 188+0+205=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC00CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00CD is #43FF32. Grayscale: #4E4E4E. Windows color (decimal): -4456243 or 13435068. OLE color: 13435068.
HSL color Cylindrical-coordinate representation of color #BC00CD: hue angle of 295.02º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00CD is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 0 | 205 | - |
| CMYK | 0.08 | 1 | 0 | 0.20 |
| HSL | 295.02º | 1% | 0.4% | - |
| HSV(B) | 295.02º | 1% | 0.8% | - |
| XYZ | 31.76 | 15.1 | 59 | - |
| YUV | 79.58 | 198.78 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 205 | 0.08 | 1 | 0 | 0.20 | 295.02 | 1 | 0.4 |
| Hex | BC | 0 | CD | 8 | 64 | 0 | 14 | 127 | 64 | 28 |
| Octal | 274 | 0 | 315 | 10 | 144 | 0 | 24 | 447 | 144 | 50 |
| Binary | 10111100 | 0 | 11001101 | 1000 | 1100100 | 0 | 10100 | 100100111 | 1100100 | 101000 |
Color Harmonies of #BC00CD
Complementary color
Monochromatic Colors of #BC00CD
Black with #BC00CD
Text Example
Text Example
White with #BC00CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00CD; }
p { color: rgb(188,0,205); }
H1.HeaderClassName
{
color: #BC00CD;
}
.AnyTagClassName
{
color: #BC00CD;
}
</style>
background-color css
<style>
a { background-color: #BC00CD; }
a { background-color: rgb(188,0,205); }
div.DivClassName
{
background-color: #BC00CD;
}
.BgClassName
{
background-color: #BC00CD;
}
</style>
border-color css
<style>
span { border-color: #BC00CD; }
span { border-color: rgb(188,0,205); }
td.TdClassName
{
border-color: #BC00CD;
}
.TagClassName
{
border-color: #BC00CD;
}
</style>