Shades of Deep Magenta #BC04CD
Tints of Deep Magenta #BC04CD
RGB
CMYK
RGB Variations
Color information
#BC04CD (or 0xBC04CD) is known color: Deep Magenta. HEX triplet: BC, 04 and CD. RGB value is (188,4,205). Sum of RGB (Red+Green+Blue) = 188+4+205=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC04CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04CD is #43FB32. Grayscale: #515151. Windows color (decimal): -4455219 or 13436092. OLE color: 13436092.
HSL color Cylindrical-coordinate representation of color #BC04CD: hue angle of 294.93º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04CD is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 4 | 205 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.20 |
| HSL | 294.93º | 0.96% | 0.41% | - |
| HSV(B) | 294.93º | 0.98% | 0.8% | - |
| XYZ | 31.8 | 15.19 | 59.01 | - |
| YUV | 81.93 | 197.46 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 205 | 0.08 | 0.98 | 0 | 0.20 | 294.93 | 0.96 | 0.41 |
| Hex | BC | 4 | CD | 8 | 62 | 0 | 14 | 127 | 60 | 29 |
| Octal | 274 | 4 | 315 | 10 | 142 | 0 | 24 | 447 | 140 | 51 |
| Binary | 10111100 | 100 | 11001101 | 1000 | 1100010 | 0 | 10100 | 100100111 | 1100000 | 101001 |
Color Harmonies of #BC04CD
Complementary color
Monochromatic Colors of #BC04CD
Black with #BC04CD
Text Example
Text Example
White with #BC04CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04CD; }
p { color: rgb(188,4,205); }
H1.HeaderClassName
{
color: #BC04CD;
}
.AnyTagClassName
{
color: #BC04CD;
}
</style>
background-color css
<style>
a { background-color: #BC04CD; }
a { background-color: rgb(188,4,205); }
div.DivClassName
{
background-color: #BC04CD;
}
.BgClassName
{
background-color: #BC04CD;
}
</style>
border-color css
<style>
span { border-color: #BC04CD; }
span { border-color: rgb(188,4,205); }
td.TdClassName
{
border-color: #BC04CD;
}
.TagClassName
{
border-color: #BC04CD;
}
</style>