Shades of Deep Magenta #BC14B8
Tints of Deep Magenta #BC14B8
RGB
CMYK
RGB Variations
Color information
#BC14B8 (or 0xBC14B8) is known color: Deep Magenta. HEX triplet: BC, 14 and B8. RGB value is (188,20,184). Sum of RGB (Red+Green+Blue) = 188+20+184=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC14B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14B8 is #43EB47. Grayscale: #585858. Windows color (decimal): -4451144 or 12063932. OLE color: 12063932.
HSL color Cylindrical-coordinate representation of color #BC14B8: hue angle of 301.43º 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 #BC14B8 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 184 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.26 |
| HSL | 301.43º | 0.81% | 0.41% | - |
| HSV(B) | 301.43º | 0.89% | 0.74% | - |
| XYZ | 29.64 | 14.65 | 46.61 | - |
| YUV | 88.93 | 181.66 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 184 | 0 | 0.89 | 0.02 | 0.26 | 301.43 | 0.81 | 0.41 |
| Hex | BC | 14 | B8 | 0 | 59 | 2 | 1A | 12D | 51 | 29 |
| Octal | 274 | 24 | 270 | 0 | 131 | 2 | 32 | 455 | 121 | 51 |
| Binary | 10111100 | 10100 | 10111000 | 0 | 1011001 | 10 | 11010 | 100101101 | 1010001 | 101001 |
Color Harmonies of #BC14B8
Complementary color
Monochromatic Colors of #BC14B8
Black with #BC14B8
Text Example
Text Example
White with #BC14B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14B8; }
p { color: rgb(188,20,184); }
H1.HeaderClassName
{
color: #BC14B8;
}
.AnyTagClassName
{
color: #BC14B8;
}
</style>
background-color css
<style>
a { background-color: #BC14B8; }
a { background-color: rgb(188,20,184); }
div.DivClassName
{
background-color: #BC14B8;
}
.BgClassName
{
background-color: #BC14B8;
}
</style>
border-color css
<style>
span { border-color: #BC14B8; }
span { border-color: rgb(188,20,184); }
td.TdClassName
{
border-color: #BC14B8;
}
.TagClassName
{
border-color: #BC14B8;
}
</style>