Shades of Deep Magenta #BC00DD
Tints of Deep Magenta #BC00DD
RGB
CMYK
RGB Variations
Color information
#BC00DD (or 0xBC00DD) is known color: Deep Magenta. HEX triplet: BC, 00 and DD. RGB value is (188,0,221). Sum of RGB (Red+Green+Blue) = 188+0+221=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00DD is #43FF22. Grayscale: #505050. Windows color (decimal): -4456227 or 14483644. OLE color: 14483644.
HSL color Cylindrical-coordinate representation of color #BC00DD: hue angle of 291.04º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00DD is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 0 | 221 | - |
| CMYK | 0.15 | 1 | 0 | 0.13 |
| HSL | 291.04º | 1% | 0.43% | - |
| HSV(B) | 291.04º | 1% | 0.87% | - |
| XYZ | 33.79 | 15.91 | 69.7 | - |
| YUV | 81.41 | 206.78 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 221 | 0.15 | 1 | 0 | 0.13 | 291.04 | 1 | 0.43 |
| Hex | BC | 0 | DD | F | 64 | 0 | D | 123 | 64 | 2B |
| Octal | 274 | 0 | 335 | 17 | 144 | 0 | 15 | 443 | 144 | 53 |
| Binary | 10111100 | 0 | 11011101 | 1111 | 1100100 | 0 | 1101 | 100100011 | 1100100 | 101011 |
Color Harmonies of #BC00DD
Complementary color
Monochromatic Colors of #BC00DD
Black with #BC00DD
Text Example
Text Example
White with #BC00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00DD; }
p { color: rgb(188,0,221); }
H1.HeaderClassName
{
color: #BC00DD;
}
.AnyTagClassName
{
color: #BC00DD;
}
</style>
background-color css
<style>
a { background-color: #BC00DD; }
a { background-color: rgb(188,0,221); }
div.DivClassName
{
background-color: #BC00DD;
}
.BgClassName
{
background-color: #BC00DD;
}
</style>
border-color css
<style>
span { border-color: #BC00DD; }
span { border-color: rgb(188,0,221); }
td.TdClassName
{
border-color: #BC00DD;
}
.TagClassName
{
border-color: #BC00DD;
}
</style>