Shades of Deep Magenta #BC07DF
Tints of Deep Magenta #BC07DF
RGB
CMYK
RGB Variations
Color information
#BC07DF (or 0xBC07DF) is known color: Deep Magenta. HEX triplet: BC, 07 and DF. RGB value is (188,7,223). Sum of RGB (Red+Green+Blue) = 188+7+223=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC07DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07DF is #43F820. Grayscale: #555555. Windows color (decimal): -4454433 or 14616508. OLE color: 14616508.
HSL color Cylindrical-coordinate representation of color #BC07DF: hue angle of 290.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC07DF is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 7 | 223 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.13 |
| HSL | 290.28º | 0.94% | 0.45% | - |
| HSV(B) | 290.28º | 0.97% | 0.87% | - |
| XYZ | 34.13 | 16.17 | 71.13 | - |
| YUV | 85.74 | 205.47 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 223 | 0.16 | 0.97 | 0 | 0.13 | 290.28 | 0.94 | 0.45 |
| Hex | BC | 7 | DF | 10 | 61 | 0 | D | 122 | 5E | 2D |
| Octal | 274 | 7 | 337 | 20 | 141 | 0 | 15 | 442 | 136 | 55 |
| Binary | 10111100 | 111 | 11011111 | 10000 | 1100001 | 0 | 1101 | 100100010 | 1011110 | 101101 |
Color Harmonies of #BC07DF
Complementary color
Monochromatic Colors of #BC07DF
Black with #BC07DF
Text Example
Text Example
White with #BC07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC07DF; }
p { color: rgb(188,7,223); }
H1.HeaderClassName
{
color: #BC07DF;
}
.AnyTagClassName
{
color: #BC07DF;
}
</style>
background-color css
<style>
a { background-color: #BC07DF; }
a { background-color: rgb(188,7,223); }
div.DivClassName
{
background-color: #BC07DF;
}
.BgClassName
{
background-color: #BC07DF;
}
</style>
border-color css
<style>
span { border-color: #BC07DF; }
span { border-color: rgb(188,7,223); }
td.TdClassName
{
border-color: #BC07DF;
}
.TagClassName
{
border-color: #BC07DF;
}
</style>