Shades of Deep Magenta #BC0AD7
Tints of Deep Magenta #BC0AD7
RGB
CMYK
RGB Variations
Color information
#BC0AD7 (or 0xBC0AD7) is known color: Deep Magenta. HEX triplet: BC, 0A and D7. RGB value is (188,10,215). Sum of RGB (Red+Green+Blue) = 188+10+215=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC0AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0AD7 is #43F528. Grayscale: #555555. Windows color (decimal): -4453673 or 14092988. OLE color: 14092988.
HSL color Cylindrical-coordinate representation of color #BC0AD7: hue angle of 292.1º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0AD7 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 10 | 215 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.16 |
| HSL | 292.1º | 0.91% | 0.44% | - |
| HSV(B) | 292.1º | 0.95% | 0.84% | - |
| XYZ | 33.11 | 15.81 | 65.6 | - |
| YUV | 86.59 | 200.47 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 215 | 0.13 | 0.95 | 0 | 0.16 | 292.1 | 0.91 | 0.44 |
| Hex | BC | A | D7 | D | 5F | 0 | 10 | 124 | 5B | 2C |
| Octal | 274 | 12 | 327 | 15 | 137 | 0 | 20 | 444 | 133 | 54 |
| Binary | 10111100 | 1010 | 11010111 | 1101 | 1011111 | 0 | 10000 | 100100100 | 1011011 | 101100 |
Color Harmonies of #BC0AD7
Complementary color
Monochromatic Colors of #BC0AD7
Black with #BC0AD7
Text Example
Text Example
White with #BC0AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0AD7; }
p { color: rgb(188,10,215); }
H1.HeaderClassName
{
color: #BC0AD7;
}
.AnyTagClassName
{
color: #BC0AD7;
}
</style>
background-color css
<style>
a { background-color: #BC0AD7; }
a { background-color: rgb(188,10,215); }
div.DivClassName
{
background-color: #BC0AD7;
}
.BgClassName
{
background-color: #BC0AD7;
}
</style>
border-color css
<style>
span { border-color: #BC0AD7; }
span { border-color: rgb(188,10,215); }
td.TdClassName
{
border-color: #BC0AD7;
}
.TagClassName
{
border-color: #BC0AD7;
}
</style>