Shades of Deep Magenta #BC14BA
Tints of Deep Magenta #BC14BA
RGB
CMYK
RGB Variations
Color information
#BC14BA (or 0xBC14BA) is known color: Deep Magenta. HEX triplet: BC, 14 and BA. RGB value is (188,20,186). Sum of RGB (Red+Green+Blue) = 188+20+186=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC14BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14BA is #43EB45. Grayscale: #585858. Windows color (decimal): -4451142 or 12195004. OLE color: 12195004.
HSL color Cylindrical-coordinate representation of color #BC14BA: hue angle of 300.71º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC14BA is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 186 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.26 |
| HSL | 300.71º | 0.81% | 0.41% | - |
| HSV(B) | 300.71º | 0.89% | 0.74% | - |
| XYZ | 29.85 | 14.74 | 47.73 | - |
| YUV | 89.16 | 182.66 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 186 | 0 | 0.89 | 0.01 | 0.26 | 300.71 | 0.81 | 0.41 |
| Hex | BC | 14 | BA | 0 | 59 | 1 | 1A | 12D | 51 | 29 |
| Octal | 274 | 24 | 272 | 0 | 131 | 1 | 32 | 455 | 121 | 51 |
| Binary | 10111100 | 10100 | 10111010 | 0 | 1011001 | 1 | 11010 | 100101101 | 1010001 | 101001 |
Color Harmonies of #BC14BA
Complementary color
Monochromatic Colors of #BC14BA
Black with #BC14BA
Text Example
Text Example
White with #BC14BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14BA; }
p { color: rgb(188,20,186); }
H1.HeaderClassName
{
color: #BC14BA;
}
.AnyTagClassName
{
color: #BC14BA;
}
</style>
background-color css
<style>
a { background-color: #BC14BA; }
a { background-color: rgb(188,20,186); }
div.DivClassName
{
background-color: #BC14BA;
}
.BgClassName
{
background-color: #BC14BA;
}
</style>
border-color css
<style>
span { border-color: #BC14BA; }
span { border-color: rgb(188,20,186); }
td.TdClassName
{
border-color: #BC14BA;
}
.TagClassName
{
border-color: #BC14BA;
}
</style>