Shades of Deep Magenta #BC14BD
Tints of Deep Magenta #BC14BD
RGB
CMYK
RGB Variations
Color information
#BC14BD (or 0xBC14BD) is known color: Deep Magenta. HEX triplet: BC, 14 and BD. RGB value is (188,20,189). Sum of RGB (Red+Green+Blue) = 188+20+189=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC14BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14BD is #43EB42. Grayscale: #585858. Windows color (decimal): -4451139 or 12391612. OLE color: 12391612.
HSL color Cylindrical-coordinate representation of color #BC14BD: hue angle of 299.64º 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 #BC14BD is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 189 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.26 |
| HSL | 299.65º | 0.81% | 0.41% | - |
| HSV(B) | 299.65º | 0.89% | 0.74% | - |
| XYZ | 30.17 | 14.87 | 49.42 | - |
| YUV | 89.5 | 184.16 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 189 | 0.01 | 0.89 | 0 | 0.26 | 299.65 | 0.81 | 0.41 |
| Hex | BC | 14 | BD | 1 | 59 | 0 | 1A | 12C | 51 | 29 |
| Octal | 274 | 24 | 275 | 1 | 131 | 0 | 32 | 454 | 121 | 51 |
| Binary | 10111100 | 10100 | 10111101 | 1 | 1011001 | 0 | 11010 | 100101100 | 1010001 | 101001 |
Color Harmonies of #BC14BD
Complementary color
Monochromatic Colors of #BC14BD
Black with #BC14BD
Text Example
Text Example
White with #BC14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14BD; }
p { color: rgb(188,20,189); }
H1.HeaderClassName
{
color: #BC14BD;
}
.AnyTagClassName
{
color: #BC14BD;
}
</style>
background-color css
<style>
a { background-color: #BC14BD; }
a { background-color: rgb(188,20,189); }
div.DivClassName
{
background-color: #BC14BD;
}
.BgClassName
{
background-color: #BC14BD;
}
</style>
border-color css
<style>
span { border-color: #BC14BD; }
span { border-color: rgb(188,20,189); }
td.TdClassName
{
border-color: #BC14BD;
}
.TagClassName
{
border-color: #BC14BD;
}
</style>