Shades of Deep Magenta #BC00D5
Tints of Deep Magenta #BC00D5
RGB
CMYK
RGB Variations
Color information
#BC00D5 (or 0xBC00D5) is known color: Deep Magenta. HEX triplet: BC, 00 and D5. RGB value is (188,0,213). Sum of RGB (Red+Green+Blue) = 188+0+213=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC00D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00D5 is #43FF2A. Grayscale: #4F4F4F. Windows color (decimal): -4456235 or 13959356. OLE color: 13959356.
HSL color Cylindrical-coordinate representation of color #BC00D5: hue angle of 292.96º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00D5 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 0 | 213 | - |
| CMYK | 0.12 | 1 | 0 | 0.16 |
| HSL | 292.96º | 1% | 0.42% | - |
| HSV(B) | 292.96º | 1% | 0.84% | - |
| XYZ | 32.75 | 15.5 | 64.22 | - |
| YUV | 80.49 | 202.78 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 213 | 0.12 | 1 | 0 | 0.16 | 292.96 | 1 | 0.42 |
| Hex | BC | 0 | D5 | C | 64 | 0 | 10 | 125 | 64 | 2A |
| Octal | 274 | 0 | 325 | 14 | 144 | 0 | 20 | 445 | 144 | 52 |
| Binary | 10111100 | 0 | 11010101 | 1100 | 1100100 | 0 | 10000 | 100100101 | 1100100 | 101010 |
Color Harmonies of #BC00D5
Complementary color
Monochromatic Colors of #BC00D5
Black with #BC00D5
Text Example
Text Example
White with #BC00D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00D5; }
p { color: rgb(188,0,213); }
H1.HeaderClassName
{
color: #BC00D5;
}
.AnyTagClassName
{
color: #BC00D5;
}
</style>
background-color css
<style>
a { background-color: #BC00D5; }
a { background-color: rgb(188,0,213); }
div.DivClassName
{
background-color: #BC00D5;
}
.BgClassName
{
background-color: #BC00D5;
}
</style>
border-color css
<style>
span { border-color: #BC00D5; }
span { border-color: rgb(188,0,213); }
td.TdClassName
{
border-color: #BC00D5;
}
.TagClassName
{
border-color: #BC00D5;
}
</style>