Shades of Deep Magenta #BC0CDE
Tints of Deep Magenta #BC0CDE
RGB
CMYK
RGB Variations
Color information
#BC0CDE (or 0xBC0CDE) is known color: Deep Magenta. HEX triplet: BC, 0C and DE. RGB value is (188,12,222). Sum of RGB (Red+Green+Blue) = 188+12+222=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC0CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CDE is #43F321. Grayscale: #575757. Windows color (decimal): -4453154 or 14552252. OLE color: 14552252.
HSL color Cylindrical-coordinate representation of color #BC0CDE: hue angle of 290.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0CDE is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 12 | 222 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.13 |
| HSL | 290.29º | 0.9% | 0.46% | - |
| HSV(B) | 290.29º | 0.95% | 0.87% | - |
| XYZ | 34.06 | 16.23 | 70.44 | - |
| YUV | 88.56 | 203.31 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 222 | 0.15 | 0.95 | 0 | 0.13 | 290.29 | 0.9 | 0.46 |
| Hex | BC | C | DE | F | 5F | 0 | D | 122 | 5A | 2E |
| Octal | 274 | 14 | 336 | 17 | 137 | 0 | 15 | 442 | 132 | 56 |
| Binary | 10111100 | 1100 | 11011110 | 1111 | 1011111 | 0 | 1101 | 100100010 | 1011010 | 101110 |
Color Harmonies of #BC0CDE
Complementary color
Monochromatic Colors of #BC0CDE
Black with #BC0CDE
Text Example
Text Example
White with #BC0CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CDE; }
p { color: rgb(188,12,222); }
H1.HeaderClassName
{
color: #BC0CDE;
}
.AnyTagClassName
{
color: #BC0CDE;
}
</style>
background-color css
<style>
a { background-color: #BC0CDE; }
a { background-color: rgb(188,12,222); }
div.DivClassName
{
background-color: #BC0CDE;
}
.BgClassName
{
background-color: #BC0CDE;
}
</style>
border-color css
<style>
span { border-color: #BC0CDE; }
span { border-color: rgb(188,12,222); }
td.TdClassName
{
border-color: #BC0CDE;
}
.TagClassName
{
border-color: #BC0CDE;
}
</style>