Shades of Deep Magenta #BC0DC7
Tints of Deep Magenta #BC0DC7
RGB
CMYK
RGB Variations
Color information
#BC0DC7 (or 0xBC0DC7) is known color: Deep Magenta. HEX triplet: BC, 0D and C7. RGB value is (188,13,199). Sum of RGB (Red+Green+Blue) = 188+13+199=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 199 (78.12% from 255 or 49.75% from 400); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC0DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DC7 is #43F238. Grayscale: #555555. Windows color (decimal): -4452921 or 13045180. OLE color: 13045180.
HSL color Cylindrical-coordinate representation of color #BC0DC7: hue angle of 296.45º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0DC7 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 13 | 199 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.22 |
| HSL | 296.45º | 0.88% | 0.42% | - |
| HSV(B) | 296.45º | 0.93% | 0.78% | - |
| XYZ | 31.19 | 15.1 | 55.3 | - |
| YUV | 86.53 | 191.48 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 199 | 0.06 | 0.93 | 0 | 0.22 | 296.45 | 0.88 | 0.42 |
| Hex | BC | D | C7 | 6 | 5D | 0 | 16 | 128 | 58 | 2A |
| Octal | 274 | 15 | 307 | 6 | 135 | 0 | 26 | 450 | 130 | 52 |
| Binary | 10111100 | 1101 | 11000111 | 110 | 1011101 | 0 | 10110 | 100101000 | 1011000 | 101010 |
Color Harmonies of #BC0DC7
Complementary color
Monochromatic Colors of #BC0DC7
Black with #BC0DC7
Text Example
Text Example
White with #BC0DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0DC7; }
p { color: rgb(188,13,199); }
H1.HeaderClassName
{
color: #BC0DC7;
}
.AnyTagClassName
{
color: #BC0DC7;
}
</style>
background-color css
<style>
a { background-color: #BC0DC7; }
a { background-color: rgb(188,13,199); }
div.DivClassName
{
background-color: #BC0DC7;
}
.BgClassName
{
background-color: #BC0DC7;
}
</style>
border-color css
<style>
span { border-color: #BC0DC7; }
span { border-color: rgb(188,13,199); }
td.TdClassName
{
border-color: #BC0DC7;
}
.TagClassName
{
border-color: #BC0DC7;
}
</style>