Shades of Deep Magenta #BC13E0
Tints of Deep Magenta #BC13E0
RGB
CMYK
RGB Variations
Color information
#BC13E0 (or 0xBC13E0) is known color: Deep Magenta. HEX triplet: BC, 13 and E0. RGB value is (188,19,224). Sum of RGB (Red+Green+Blue) = 188+19+224=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC13E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13E0 is #43EC1F. Grayscale: #5C5C5C. Windows color (decimal): -4451360 or 14685116. OLE color: 14685116.
HSL color Cylindrical-coordinate representation of color #BC13E0: hue angle of 289.46º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC13E0 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 19 | 224 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.12 |
| HSL | 289.46º | 0.84% | 0.48% | - |
| HSV(B) | 289.46º | 0.92% | 0.88% | - |
| XYZ | 34.43 | 16.54 | 71.9 | - |
| YUV | 92.9 | 201.99 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 224 | 0.16 | 0.92 | 0 | 0.12 | 289.46 | 0.84 | 0.48 |
| Hex | BC | 13 | E0 | 10 | 5C | 0 | C | 121 | 54 | 30 |
| Octal | 274 | 23 | 340 | 20 | 134 | 0 | 14 | 441 | 124 | 60 |
| Binary | 10111100 | 10011 | 11100000 | 10000 | 1011100 | 0 | 1100 | 100100001 | 1010100 | 110000 |
Color Harmonies of #BC13E0
Complementary color
Monochromatic Colors of #BC13E0
Black with #BC13E0
Text Example
Text Example
White with #BC13E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC13E0; }
p { color: rgb(188,19,224); }
H1.HeaderClassName
{
color: #BC13E0;
}
.AnyTagClassName
{
color: #BC13E0;
}
</style>
background-color css
<style>
a { background-color: #BC13E0; }
a { background-color: rgb(188,19,224); }
div.DivClassName
{
background-color: #BC13E0;
}
.BgClassName
{
background-color: #BC13E0;
}
</style>
border-color css
<style>
span { border-color: #BC13E0; }
span { border-color: rgb(188,19,224); }
td.TdClassName
{
border-color: #BC13E0;
}
.TagClassName
{
border-color: #BC13E0;
}
</style>