Shades of Deep Magenta #BC01DE
Tints of Deep Magenta #BC01DE
RGB
CMYK
RGB Variations
Color information
#BC01DE (or 0xBC01DE) is known color: Deep Magenta. HEX triplet: BC, 01 and DE. RGB value is (188,1,222). Sum of RGB (Red+Green+Blue) = 188+1+222=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC01DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01DE is #43FE21. Grayscale: #515151. Windows color (decimal): -4455970 or 14549436. OLE color: 14549436.
HSL color Cylindrical-coordinate representation of color #BC01DE: hue angle of 290.77º 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 #BC01DE is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 1 | 222 | - |
| CMYK | 0.15 | 1.00 | 0 | 0.13 |
| HSL | 290.77º | 0.99% | 0.44% | - |
| HSV(B) | 290.77º | 1% | 0.87% | - |
| XYZ | 33.93 | 15.99 | 70.4 | - |
| YUV | 82.11 | 206.95 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 222 | 0.15 | 1.00 | 0 | 0.13 | 290.77 | 0.99 | 0.44 |
| Hex | BC | 1 | DE | F | 64 | 0 | D | 123 | 63 | 2C |
| Octal | 274 | 1 | 336 | 17 | 144 | 0 | 15 | 443 | 143 | 54 |
| Binary | 10111100 | 1 | 11011110 | 1111 | 1100100 | 0 | 1101 | 100100011 | 1100011 | 101100 |
Color Harmonies of #BC01DE
Complementary color
Monochromatic Colors of #BC01DE
Black with #BC01DE
Text Example
Text Example
White with #BC01DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01DE; }
p { color: rgb(188,1,222); }
H1.HeaderClassName
{
color: #BC01DE;
}
.AnyTagClassName
{
color: #BC01DE;
}
</style>
background-color css
<style>
a { background-color: #BC01DE; }
a { background-color: rgb(188,1,222); }
div.DivClassName
{
background-color: #BC01DE;
}
.BgClassName
{
background-color: #BC01DE;
}
</style>
border-color css
<style>
span { border-color: #BC01DE; }
span { border-color: rgb(188,1,222); }
td.TdClassName
{
border-color: #BC01DE;
}
.TagClassName
{
border-color: #BC01DE;
}
</style>