Shades of Deep Magenta #BC15D3
Tints of Deep Magenta #BC15D3
RGB
CMYK
RGB Variations
Color information
#BC15D3 (or 0xBC15D3) is known color: Deep Magenta. HEX triplet: BC, 15 and D3. RGB value is (188,21,211). Sum of RGB (Red+Green+Blue) = 188+21+211=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC15D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15D3 is #43EA2C. Grayscale: #5C5C5C. Windows color (decimal): -4450861 or 13833660. OLE color: 13833660.
HSL color Cylindrical-coordinate representation of color #BC15D3: hue angle of 292.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC15D3 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 21 | 211 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.17 |
| HSL | 292.74º | 0.82% | 0.45% | - |
| HSV(B) | 292.74º | 0.9% | 0.83% | - |
| XYZ | 32.77 | 15.93 | 62.98 | - |
| YUV | 92.59 | 194.83 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 211 | 0.11 | 0.90 | 0 | 0.17 | 292.74 | 0.82 | 0.45 |
| Hex | BC | 15 | D3 | B | 5A | 0 | 11 | 125 | 52 | 2D |
| Octal | 274 | 25 | 323 | 13 | 132 | 0 | 21 | 445 | 122 | 55 |
| Binary | 10111100 | 10101 | 11010011 | 1011 | 1011010 | 0 | 10001 | 100100101 | 1010010 | 101101 |
Color Harmonies of #BC15D3
Complementary color
Monochromatic Colors of #BC15D3
Black with #BC15D3
Text Example
Text Example
White with #BC15D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15D3; }
p { color: rgb(188,21,211); }
H1.HeaderClassName
{
color: #BC15D3;
}
.AnyTagClassName
{
color: #BC15D3;
}
</style>
background-color css
<style>
a { background-color: #BC15D3; }
a { background-color: rgb(188,21,211); }
div.DivClassName
{
background-color: #BC15D3;
}
.BgClassName
{
background-color: #BC15D3;
}
</style>
border-color css
<style>
span { border-color: #BC15D3; }
span { border-color: rgb(188,21,211); }
td.TdClassName
{
border-color: #BC15D3;
}
.TagClassName
{
border-color: #BC15D3;
}
</style>