Shades of Deep Magenta #BC0ACE
Tints of Deep Magenta #BC0ACE
RGB
CMYK
RGB Variations
Color information
#BC0ACE (or 0xBC0ACE) is known color: Deep Magenta. HEX triplet: BC, 0A and CE. RGB value is (188,10,206). Sum of RGB (Red+Green+Blue) = 188+10+206=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC0ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ACE is #43F531. Grayscale: #545454. Windows color (decimal): -4453682 or 13503164. OLE color: 13503164.
HSL color Cylindrical-coordinate representation of color #BC0ACE: hue angle of 294.49º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0ACE is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 10 | 206 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.19 |
| HSL | 294.49º | 0.91% | 0.42% | - |
| HSV(B) | 294.49º | 0.95% | 0.81% | - |
| XYZ | 31.99 | 15.36 | 59.67 | - |
| YUV | 85.57 | 195.97 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 206 | 0.09 | 0.95 | 0 | 0.19 | 294.49 | 0.91 | 0.42 |
| Hex | BC | A | CE | 9 | 5F | 0 | 13 | 126 | 5B | 2A |
| Octal | 274 | 12 | 316 | 11 | 137 | 0 | 23 | 446 | 133 | 52 |
| Binary | 10111100 | 1010 | 11001110 | 1001 | 1011111 | 0 | 10011 | 100100110 | 1011011 | 101010 |
Color Harmonies of #BC0ACE
Complementary color
Monochromatic Colors of #BC0ACE
Black with #BC0ACE
Text Example
Text Example
White with #BC0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0ACE; }
p { color: rgb(188,10,206); }
H1.HeaderClassName
{
color: #BC0ACE;
}
.AnyTagClassName
{
color: #BC0ACE;
}
</style>
background-color css
<style>
a { background-color: #BC0ACE; }
a { background-color: rgb(188,10,206); }
div.DivClassName
{
background-color: #BC0ACE;
}
.BgClassName
{
background-color: #BC0ACE;
}
</style>
border-color css
<style>
span { border-color: #BC0ACE; }
span { border-color: rgb(188,10,206); }
td.TdClassName
{
border-color: #BC0ACE;
}
.TagClassName
{
border-color: #BC0ACE;
}
</style>