Shades of Deep Magenta #BC05C7
Tints of Deep Magenta #BC05C7
RGB
CMYK
RGB Variations
Color information
#BC05C7 (or 0xBC05C7) is known color: Deep Magenta. HEX triplet: BC, 05 and C7. RGB value is (188,5,199). Sum of RGB (Red+Green+Blue) = 188+5+199=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC05C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05C7 is #43FA38. Grayscale: #515151. Windows color (decimal): -4454969 or 13043132. OLE color: 13043132.
HSL color Cylindrical-coordinate representation of color #BC05C7: hue angle of 296.6º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC05C7 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 5 | 199 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.22 |
| HSL | 296.6º | 0.95% | 0.4% | - |
| HSV(B) | 296.6º | 0.97% | 0.78% | - |
| XYZ | 31.1 | 14.92 | 55.27 | - |
| YUV | 81.83 | 194.13 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 199 | 0.06 | 0.97 | 0 | 0.22 | 296.6 | 0.95 | 0.4 |
| Hex | BC | 5 | C7 | 6 | 61 | 0 | 16 | 129 | 5F | 28 |
| Octal | 274 | 5 | 307 | 6 | 141 | 0 | 26 | 451 | 137 | 50 |
| Binary | 10111100 | 101 | 11000111 | 110 | 1100001 | 0 | 10110 | 100101001 | 1011111 | 101000 |
Color Harmonies of #BC05C7
Complementary color
Monochromatic Colors of #BC05C7
Black with #BC05C7
Text Example
Text Example
White with #BC05C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05C7; }
p { color: rgb(188,5,199); }
H1.HeaderClassName
{
color: #BC05C7;
}
.AnyTagClassName
{
color: #BC05C7;
}
</style>
background-color css
<style>
a { background-color: #BC05C7; }
a { background-color: rgb(188,5,199); }
div.DivClassName
{
background-color: #BC05C7;
}
.BgClassName
{
background-color: #BC05C7;
}
</style>
border-color css
<style>
span { border-color: #BC05C7; }
span { border-color: rgb(188,5,199); }
td.TdClassName
{
border-color: #BC05C7;
}
.TagClassName
{
border-color: #BC05C7;
}
</style>