Shades of Deep Magenta #BC14D2
Tints of Deep Magenta #BC14D2
RGB
CMYK
RGB Variations
Color information
#BC14D2 (or 0xBC14D2) is known color: Deep Magenta. HEX triplet: BC, 14 and D2. RGB value is (188,20,210). Sum of RGB (Red+Green+Blue) = 188+20+210=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC14D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14D2 is #43EB2D. Grayscale: #5B5B5B. Windows color (decimal): -4451118 or 13767868. OLE color: 13767868.
HSL color Cylindrical-coordinate representation of color #BC14D2: hue angle of 293.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC14D2 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 20 | 210 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.18 |
| HSL | 293.05º | 0.83% | 0.45% | - |
| HSV(B) | 293.05º | 0.9% | 0.82% | - |
| XYZ | 32.62 | 15.84 | 62.31 | - |
| YUV | 91.89 | 194.66 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 210 | 0.10 | 0.90 | 0 | 0.18 | 293.05 | 0.83 | 0.45 |
| Hex | BC | 14 | D2 | A | 5A | 0 | 12 | 125 | 53 | 2D |
| Octal | 274 | 24 | 322 | 12 | 132 | 0 | 22 | 445 | 123 | 55 |
| Binary | 10111100 | 10100 | 11010010 | 1010 | 1011010 | 0 | 10010 | 100100101 | 1010011 | 101101 |
Color Harmonies of #BC14D2
Complementary color
Monochromatic Colors of #BC14D2
Black with #BC14D2
Text Example
Text Example
White with #BC14D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14D2; }
p { color: rgb(188,20,210); }
H1.HeaderClassName
{
color: #BC14D2;
}
.AnyTagClassName
{
color: #BC14D2;
}
</style>
background-color css
<style>
a { background-color: #BC14D2; }
a { background-color: rgb(188,20,210); }
div.DivClassName
{
background-color: #BC14D2;
}
.BgClassName
{
background-color: #BC14D2;
}
</style>
border-color css
<style>
span { border-color: #BC14D2; }
span { border-color: rgb(188,20,210); }
td.TdClassName
{
border-color: #BC14D2;
}
.TagClassName
{
border-color: #BC14D2;
}
</style>