Shades of Deep Magenta #BC13BE
Tints of Deep Magenta #BC13BE
RGB
CMYK
RGB Variations
Color information
#BC13BE (or 0xBC13BE) is known color: Deep Magenta. HEX triplet: BC, 13 and BE. RGB value is (188,19,190). Sum of RGB (Red+Green+Blue) = 188+19+190=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC13BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13BE is #43EC41. Grayscale: #585858. Windows color (decimal): -4451394 or 12456892. OLE color: 12456892.
HSL color Cylindrical-coordinate representation of color #BC13BE: hue angle of 299.3º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13BE is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 19 | 190 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.25 |
| HSL | 299.3º | 0.82% | 0.41% | - |
| HSV(B) | 299.3º | 0.9% | 0.75% | - |
| XYZ | 30.27 | 14.87 | 49.99 | - |
| YUV | 89.03 | 184.99 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 190 | 0.01 | 0.90 | 0 | 0.25 | 299.3 | 0.82 | 0.41 |
| Hex | BC | 13 | BE | 1 | 5A | 0 | 19 | 12B | 52 | 29 |
| Octal | 274 | 23 | 276 | 1 | 132 | 0 | 31 | 453 | 122 | 51 |
| Binary | 10111100 | 10011 | 10111110 | 1 | 1011010 | 0 | 11001 | 100101011 | 1010010 | 101001 |
Color Harmonies of #BC13BE
Complementary color
Monochromatic Colors of #BC13BE
Black with #BC13BE
Text Example
Text Example
White with #BC13BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC13BE; }
p { color: rgb(188,19,190); }
H1.HeaderClassName
{
color: #BC13BE;
}
.AnyTagClassName
{
color: #BC13BE;
}
</style>
background-color css
<style>
a { background-color: #BC13BE; }
a { background-color: rgb(188,19,190); }
div.DivClassName
{
background-color: #BC13BE;
}
.BgClassName
{
background-color: #BC13BE;
}
</style>
border-color css
<style>
span { border-color: #BC13BE; }
span { border-color: rgb(188,19,190); }
td.TdClassName
{
border-color: #BC13BE;
}
.TagClassName
{
border-color: #BC13BE;
}
</style>