Shades of Deep Magenta #BC0DDE
Tints of Deep Magenta #BC0DDE
RGB
CMYK
RGB Variations
Color information
#BC0DDE (or 0xBC0DDE) is known color: Deep Magenta. HEX triplet: BC, 0D and DE. RGB value is (188,13,222). Sum of RGB (Red+Green+Blue) = 188+13+222=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC0DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DDE is #43F221. Grayscale: #585858. Windows color (decimal): -4452898 or 14552508. OLE color: 14552508.
HSL color Cylindrical-coordinate representation of color #BC0DDE: hue angle of 290.24º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0DDE is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 13 | 222 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.13 |
| HSL | 290.24º | 0.89% | 0.46% | - |
| HSV(B) | 290.24º | 0.94% | 0.87% | - |
| XYZ | 34.07 | 16.25 | 70.45 | - |
| YUV | 89.15 | 202.98 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 222 | 0.15 | 0.94 | 0 | 0.13 | 290.24 | 0.89 | 0.46 |
| Hex | BC | D | DE | F | 5E | 0 | D | 122 | 59 | 2E |
| Octal | 274 | 15 | 336 | 17 | 136 | 0 | 15 | 442 | 131 | 56 |
| Binary | 10111100 | 1101 | 11011110 | 1111 | 1011110 | 0 | 1101 | 100100010 | 1011001 | 101110 |
Color Harmonies of #BC0DDE
Complementary color
Monochromatic Colors of #BC0DDE
Black with #BC0DDE
Text Example
Text Example
White with #BC0DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0DDE; }
p { color: rgb(188,13,222); }
H1.HeaderClassName
{
color: #BC0DDE;
}
.AnyTagClassName
{
color: #BC0DDE;
}
</style>
background-color css
<style>
a { background-color: #BC0DDE; }
a { background-color: rgb(188,13,222); }
div.DivClassName
{
background-color: #BC0DDE;
}
.BgClassName
{
background-color: #BC0DDE;
}
</style>
border-color css
<style>
span { border-color: #BC0DDE; }
span { border-color: rgb(188,13,222); }
td.TdClassName
{
border-color: #BC0DDE;
}
.TagClassName
{
border-color: #BC0DDE;
}
</style>