Shades of Deep Magenta #BC14D4
Tints of Deep Magenta #BC14D4
RGB
CMYK
RGB Variations
Color information
#BC14D4 (or 0xBC14D4) is known color: Deep Magenta. HEX triplet: BC, 14 and D4. RGB value is (188,20,212). Sum of RGB (Red+Green+Blue) = 188+20+212=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 212 (83.20% from 255 or 50.48% from 420); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC14D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14D4 is #43EB2B. Grayscale: #5B5B5B. Windows color (decimal): -4451116 or 13898940. OLE color: 13898940.
HSL color Cylindrical-coordinate representation of color #BC14D4: hue angle of 292.5º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC14D4 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 20 | 212 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.17 |
| HSL | 292.5º | 0.83% | 0.45% | - |
| HSV(B) | 292.5º | 0.91% | 0.83% | - |
| XYZ | 32.87 | 15.95 | 63.63 | - |
| YUV | 92.12 | 195.66 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 212 | 0.11 | 0.91 | 0 | 0.17 | 292.5 | 0.83 | 0.45 |
| Hex | BC | 14 | D4 | B | 5B | 0 | 11 | 124 | 53 | 2D |
| Octal | 274 | 24 | 324 | 13 | 133 | 0 | 21 | 444 | 123 | 55 |
| Binary | 10111100 | 10100 | 11010100 | 1011 | 1011011 | 0 | 10001 | 100100100 | 1010011 | 101101 |
Color Harmonies of #BC14D4
Complementary color
Monochromatic Colors of #BC14D4
Black with #BC14D4
Text Example
Text Example
White with #BC14D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14D4; }
p { color: rgb(188,20,212); }
H1.HeaderClassName
{
color: #BC14D4;
}
.AnyTagClassName
{
color: #BC14D4;
}
</style>
background-color css
<style>
a { background-color: #BC14D4; }
a { background-color: rgb(188,20,212); }
div.DivClassName
{
background-color: #BC14D4;
}
.BgClassName
{
background-color: #BC14D4;
}
</style>
border-color css
<style>
span { border-color: #BC14D4; }
span { border-color: rgb(188,20,212); }
td.TdClassName
{
border-color: #BC14D4;
}
.TagClassName
{
border-color: #BC14D4;
}
</style>