Shades of Deep Magenta #BC0ADF
Tints of Deep Magenta #BC0ADF
RGB
CMYK
RGB Variations
Color information
#BC0ADF (or 0xBC0ADF) is known color: Deep Magenta. HEX triplet: BC, 0A and DF. RGB value is (188,10,223). Sum of RGB (Red+Green+Blue) = 188+10+223=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC0ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ADF is #43F520. Grayscale: #565656. Windows color (decimal): -4453665 or 14617276. OLE color: 14617276.
HSL color Cylindrical-coordinate representation of color #BC0ADF: hue angle of 290.14º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0ADF is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 10 | 223 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.13 |
| HSL | 290.14º | 0.91% | 0.46% | - |
| HSV(B) | 290.14º | 0.96% | 0.87% | - |
| XYZ | 34.17 | 16.24 | 71.15 | - |
| YUV | 87.5 | 204.47 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 223 | 0.16 | 0.96 | 0 | 0.13 | 290.14 | 0.91 | 0.46 |
| Hex | BC | A | DF | 10 | 60 | 0 | D | 122 | 5B | 2E |
| Octal | 274 | 12 | 337 | 20 | 140 | 0 | 15 | 442 | 133 | 56 |
| Binary | 10111100 | 1010 | 11011111 | 10000 | 1100000 | 0 | 1101 | 100100010 | 1011011 | 101110 |
Color Harmonies of #BC0ADF
Complementary color
Monochromatic Colors of #BC0ADF
Black with #BC0ADF
Text Example
Text Example
White with #BC0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0ADF; }
p { color: rgb(188,10,223); }
H1.HeaderClassName
{
color: #BC0ADF;
}
.AnyTagClassName
{
color: #BC0ADF;
}
</style>
background-color css
<style>
a { background-color: #BC0ADF; }
a { background-color: rgb(188,10,223); }
div.DivClassName
{
background-color: #BC0ADF;
}
.BgClassName
{
background-color: #BC0ADF;
}
</style>
border-color css
<style>
span { border-color: #BC0ADF; }
span { border-color: rgb(188,10,223); }
td.TdClassName
{
border-color: #BC0ADF;
}
.TagClassName
{
border-color: #BC0ADF;
}
</style>