Shades of Deep Magenta #BC0BDE
Tints of Deep Magenta #BC0BDE
RGB
CMYK
RGB Variations
Color information
#BC0BDE (or 0xBC0BDE) is known color: Deep Magenta. HEX triplet: BC, 0B and DE. RGB value is (188,11,222). Sum of RGB (Red+Green+Blue) = 188+11+222=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC0BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0BDE is #43F421. Grayscale: #575757. Windows color (decimal): -4453410 or 14551996. OLE color: 14551996.
HSL color Cylindrical-coordinate representation of color #BC0BDE: hue angle of 290.33º degrees, saturation: 0.91, 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 #BC0BDE is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 11 | 222 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.13 |
| HSL | 290.33º | 0.91% | 0.46% | - |
| HSV(B) | 290.33º | 0.95% | 0.87% | - |
| XYZ | 34.04 | 16.2 | 70.44 | - |
| YUV | 87.98 | 203.64 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 222 | 0.15 | 0.95 | 0 | 0.13 | 290.33 | 0.91 | 0.46 |
| Hex | BC | B | DE | F | 5F | 0 | D | 122 | 5B | 2E |
| Octal | 274 | 13 | 336 | 17 | 137 | 0 | 15 | 442 | 133 | 56 |
| Binary | 10111100 | 1011 | 11011110 | 1111 | 1011111 | 0 | 1101 | 100100010 | 1011011 | 101110 |
Color Harmonies of #BC0BDE
Complementary color
Monochromatic Colors of #BC0BDE
Black with #BC0BDE
Text Example
Text Example
White with #BC0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BDE; }
p { color: rgb(188,11,222); }
H1.HeaderClassName
{
color: #BC0BDE;
}
.AnyTagClassName
{
color: #BC0BDE;
}
</style>
background-color css
<style>
a { background-color: #BC0BDE; }
a { background-color: rgb(188,11,222); }
div.DivClassName
{
background-color: #BC0BDE;
}
.BgClassName
{
background-color: #BC0BDE;
}
</style>
border-color css
<style>
span { border-color: #BC0BDE; }
span { border-color: rgb(188,11,222); }
td.TdClassName
{
border-color: #BC0BDE;
}
.TagClassName
{
border-color: #BC0BDE;
}
</style>