Shades of Deep Magenta #BC13BD
Tints of Deep Magenta #BC13BD
RGB
CMYK
RGB Variations
Color information
#BC13BD (or 0xBC13BD) is known color: Deep Magenta. HEX triplet: BC, 13 and BD. RGB value is (188,19,189). Sum of RGB (Red+Green+Blue) = 188+19+189=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC13BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13BD is #43EC42. Grayscale: #585858. Windows color (decimal): -4451395 or 12391356. OLE color: 12391356.
HSL color Cylindrical-coordinate representation of color #BC13BD: hue angle of 299.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13BD is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 189 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.26 |
| HSL | 299.65º | 0.82% | 0.41% | - |
| HSV(B) | 299.65º | 0.9% | 0.74% | - |
| XYZ | 30.16 | 14.83 | 49.42 | - |
| YUV | 88.91 | 184.49 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 189 | 0.01 | 0.90 | 0 | 0.26 | 299.65 | 0.82 | 0.41 |
| Hex | BC | 13 | BD | 1 | 5A | 0 | 1A | 12C | 52 | 29 |
| Octal | 274 | 23 | 275 | 1 | 132 | 0 | 32 | 454 | 122 | 51 |
| Binary | 10111100 | 10011 | 10111101 | 1 | 1011010 | 0 | 11010 | 100101100 | 1010010 | 101001 |
Color Harmonies of #BC13BD
Complementary color
Monochromatic Colors of #BC13BD
Black with #BC13BD
Text Example
Text Example
White with #BC13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC13BD; }
p { color: rgb(188,19,189); }
H1.HeaderClassName
{
color: #BC13BD;
}
.AnyTagClassName
{
color: #BC13BD;
}
</style>
background-color css
<style>
a { background-color: #BC13BD; }
a { background-color: rgb(188,19,189); }
div.DivClassName
{
background-color: #BC13BD;
}
.BgClassName
{
background-color: #BC13BD;
}
</style>
border-color css
<style>
span { border-color: #BC13BD; }
span { border-color: rgb(188,19,189); }
td.TdClassName
{
border-color: #BC13BD;
}
.TagClassName
{
border-color: #BC13BD;
}
</style>