Shades of Deep Magenta #BC01DD
Tints of Deep Magenta #BC01DD
RGB
CMYK
RGB Variations
Color information
#BC01DD (or 0xBC01DD) is known color: Deep Magenta. HEX triplet: BC, 01 and DD. RGB value is (188,1,221). Sum of RGB (Red+Green+Blue) = 188+1+221=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC01DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01DD is #43FE22. Grayscale: #515151. Windows color (decimal): -4455971 or 14483900. OLE color: 14483900.
HSL color Cylindrical-coordinate representation of color #BC01DD: hue angle of 291º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC01DD is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 1 | 221 | - |
| CMYK | 0.15 | 1.00 | 0 | 0.13 |
| HSL | 291º | 0.99% | 0.44% | - |
| HSV(B) | 291º | 1% | 0.87% | - |
| XYZ | 33.8 | 15.93 | 69.7 | - |
| YUV | 81.99 | 206.45 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 221 | 0.15 | 1.00 | 0 | 0.13 | 291 | 0.99 | 0.44 |
| Hex | BC | 1 | DD | F | 64 | 0 | D | 123 | 63 | 2C |
| Octal | 274 | 1 | 335 | 17 | 144 | 0 | 15 | 443 | 143 | 54 |
| Binary | 10111100 | 1 | 11011101 | 1111 | 1100100 | 0 | 1101 | 100100011 | 1100011 | 101100 |
Color Harmonies of #BC01DD
Complementary color
Monochromatic Colors of #BC01DD
Black with #BC01DD
Text Example
Text Example
White with #BC01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01DD; }
p { color: rgb(188,1,221); }
H1.HeaderClassName
{
color: #BC01DD;
}
.AnyTagClassName
{
color: #BC01DD;
}
</style>
background-color css
<style>
a { background-color: #BC01DD; }
a { background-color: rgb(188,1,221); }
div.DivClassName
{
background-color: #BC01DD;
}
.BgClassName
{
background-color: #BC01DD;
}
</style>
border-color css
<style>
span { border-color: #BC01DD; }
span { border-color: rgb(188,1,221); }
td.TdClassName
{
border-color: #BC01DD;
}
.TagClassName
{
border-color: #BC01DD;
}
</style>