Shades of Deep Magenta #BC05C9
Tints of Deep Magenta #BC05C9
RGB
CMYK
RGB Variations
Color information
#BC05C9 (or 0xBC05C9) is known color: Deep Magenta. HEX triplet: BC, 05 and C9. RGB value is (188,5,201). Sum of RGB (Red+Green+Blue) = 188+5+201=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC05C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05C9 is #43FA36. Grayscale: #515151. Windows color (decimal): -4454967 or 13174204. OLE color: 13174204.
HSL color Cylindrical-coordinate representation of color #BC05C9: hue angle of 296.02º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC05C9 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 5 | 201 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.21 |
| HSL | 296.02º | 0.95% | 0.4% | - |
| HSV(B) | 296.02º | 0.98% | 0.79% | - |
| XYZ | 31.34 | 15.02 | 56.51 | - |
| YUV | 82.06 | 195.13 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 201 | 0.06 | 0.98 | 0 | 0.21 | 296.02 | 0.95 | 0.4 |
| Hex | BC | 5 | C9 | 6 | 62 | 0 | 15 | 128 | 5F | 28 |
| Octal | 274 | 5 | 311 | 6 | 142 | 0 | 25 | 450 | 137 | 50 |
| Binary | 10111100 | 101 | 11001001 | 110 | 1100010 | 0 | 10101 | 100101000 | 1011111 | 101000 |
Color Harmonies of #BC05C9
Complementary color
Monochromatic Colors of #BC05C9
Black with #BC05C9
Text Example
Text Example
White with #BC05C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05C9; }
p { color: rgb(188,5,201); }
H1.HeaderClassName
{
color: #BC05C9;
}
.AnyTagClassName
{
color: #BC05C9;
}
</style>
background-color css
<style>
a { background-color: #BC05C9; }
a { background-color: rgb(188,5,201); }
div.DivClassName
{
background-color: #BC05C9;
}
.BgClassName
{
background-color: #BC05C9;
}
</style>
border-color css
<style>
span { border-color: #BC05C9; }
span { border-color: rgb(188,5,201); }
td.TdClassName
{
border-color: #BC05C9;
}
.TagClassName
{
border-color: #BC05C9;
}
</style>