Shades of Deep Magenta #BC05DD
Tints of Deep Magenta #BC05DD
RGB
CMYK
RGB Variations
Color information
#BC05DD (or 0xBC05DD) is known color: Deep Magenta. HEX triplet: BC, 05 and DD. RGB value is (188,5,221). Sum of RGB (Red+Green+Blue) = 188+5+221=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC05DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05DD is #43FA22. Grayscale: #535353. Windows color (decimal): -4454947 or 14484924. OLE color: 14484924.
HSL color Cylindrical-coordinate representation of color #BC05DD: hue angle of 290.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC05DD is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 5 | 221 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.13 |
| HSL | 290.83º | 0.96% | 0.44% | - |
| HSV(B) | 290.83º | 0.98% | 0.87% | - |
| XYZ | 33.84 | 16.02 | 69.72 | - |
| YUV | 84.34 | 205.13 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 221 | 0.15 | 0.98 | 0 | 0.13 | 290.83 | 0.96 | 0.44 |
| Hex | BC | 5 | DD | F | 62 | 0 | D | 123 | 60 | 2C |
| Octal | 274 | 5 | 335 | 17 | 142 | 0 | 15 | 443 | 140 | 54 |
| Binary | 10111100 | 101 | 11011101 | 1111 | 1100010 | 0 | 1101 | 100100011 | 1100000 | 101100 |
Color Harmonies of #BC05DD
Complementary color
Monochromatic Colors of #BC05DD
Black with #BC05DD
Text Example
Text Example
White with #BC05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05DD; }
p { color: rgb(188,5,221); }
H1.HeaderClassName
{
color: #BC05DD;
}
.AnyTagClassName
{
color: #BC05DD;
}
</style>
background-color css
<style>
a { background-color: #BC05DD; }
a { background-color: rgb(188,5,221); }
div.DivClassName
{
background-color: #BC05DD;
}
.BgClassName
{
background-color: #BC05DD;
}
</style>
border-color css
<style>
span { border-color: #BC05DD; }
span { border-color: rgb(188,5,221); }
td.TdClassName
{
border-color: #BC05DD;
}
.TagClassName
{
border-color: #BC05DD;
}
</style>