Shades of Deep Magenta #BC13DD
Tints of Deep Magenta #BC13DD
RGB
CMYK
RGB Variations
Color information
#BC13DD (or 0xBC13DD) is known color: Deep Magenta. HEX triplet: BC, 13 and DD. RGB value is (188,19,221). Sum of RGB (Red+Green+Blue) = 188+19+221=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC13DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13DD is #43EC22. Grayscale: #5B5B5B. Windows color (decimal): -4451363 or 14488508. OLE color: 14488508.
HSL color Cylindrical-coordinate representation of color #BC13DD: hue angle of 290.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC13DD is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 19 | 221 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.13 |
| HSL | 290.2º | 0.84% | 0.47% | - |
| HSV(B) | 290.2º | 0.91% | 0.87% | - |
| XYZ | 34.02 | 16.38 | 69.77 | - |
| YUV | 92.56 | 200.49 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 221 | 0.15 | 0.91 | 0 | 0.13 | 290.2 | 0.84 | 0.47 |
| Hex | BC | 13 | DD | F | 5B | 0 | D | 122 | 54 | 2F |
| Octal | 274 | 23 | 335 | 17 | 133 | 0 | 15 | 442 | 124 | 57 |
| Binary | 10111100 | 10011 | 11011101 | 1111 | 1011011 | 0 | 1101 | 100100010 | 1010100 | 101111 |
Color Harmonies of #BC13DD
Complementary color
Monochromatic Colors of #BC13DD
Black with #BC13DD
Text Example
Text Example
White with #BC13DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC13DD; }
p { color: rgb(188,19,221); }
H1.HeaderClassName
{
color: #BC13DD;
}
.AnyTagClassName
{
color: #BC13DD;
}
</style>
background-color css
<style>
a { background-color: #BC13DD; }
a { background-color: rgb(188,19,221); }
div.DivClassName
{
background-color: #BC13DD;
}
.BgClassName
{
background-color: #BC13DD;
}
</style>
border-color css
<style>
span { border-color: #BC13DD; }
span { border-color: rgb(188,19,221); }
td.TdClassName
{
border-color: #BC13DD;
}
.TagClassName
{
border-color: #BC13DD;
}
</style>