Shades of Deep Magenta #BC0CDD
Tints of Deep Magenta #BC0CDD
RGB
CMYK
RGB Variations
Color information
#BC0CDD (or 0xBC0CDD) is known color: Deep Magenta. HEX triplet: BC, 0C and DD. RGB value is (188,12,221). Sum of RGB (Red+Green+Blue) = 188+12+221=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CDD is #43F322. Grayscale: #575757. Windows color (decimal): -4453155 or 14486716. OLE color: 14486716.
HSL color Cylindrical-coordinate representation of color #BC0CDD: hue angle of 290.53º 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 #BC0CDD is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 12 | 221 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.13 |
| HSL | 290.53º | 0.9% | 0.46% | - |
| HSV(B) | 290.53º | 0.95% | 0.87% | - |
| XYZ | 33.92 | 16.17 | 69.74 | - |
| YUV | 88.45 | 202.81 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 221 | 0.15 | 0.95 | 0 | 0.13 | 290.53 | 0.9 | 0.46 |
| Hex | BC | C | DD | F | 5F | 0 | D | 123 | 5A | 2E |
| Octal | 274 | 14 | 335 | 17 | 137 | 0 | 15 | 443 | 132 | 56 |
| Binary | 10111100 | 1100 | 11011101 | 1111 | 1011111 | 0 | 1101 | 100100011 | 1011010 | 101110 |
Color Harmonies of #BC0CDD
Complementary color
Monochromatic Colors of #BC0CDD
Black with #BC0CDD
Text Example
Text Example
White with #BC0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CDD; }
p { color: rgb(188,12,221); }
H1.HeaderClassName
{
color: #BC0CDD;
}
.AnyTagClassName
{
color: #BC0CDD;
}
</style>
background-color css
<style>
a { background-color: #BC0CDD; }
a { background-color: rgb(188,12,221); }
div.DivClassName
{
background-color: #BC0CDD;
}
.BgClassName
{
background-color: #BC0CDD;
}
</style>
border-color css
<style>
span { border-color: #BC0CDD; }
span { border-color: rgb(188,12,221); }
td.TdClassName
{
border-color: #BC0CDD;
}
.TagClassName
{
border-color: #BC0CDD;
}
</style>