Shades of Deep Magenta #BC07C3
Tints of Deep Magenta #BC07C3
RGB
CMYK
RGB Variations
Color information
#BC07C3 (or 0xBC07C3) is known color: Deep Magenta. HEX triplet: BC, 07 and C3. RGB value is (188,7,195). Sum of RGB (Red+Green+Blue) = 188+7+195=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC07C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07C3 is #43F83C. Grayscale: #515151. Windows color (decimal): -4454461 or 12781500. OLE color: 12781500.
HSL color Cylindrical-coordinate representation of color #BC07C3: hue angle of 297.77º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC07C3 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 7 | 195 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.24 |
| HSL | 297.77º | 0.93% | 0.4% | - |
| HSV(B) | 297.77º | 0.96% | 0.76% | - |
| XYZ | 30.67 | 14.78 | 52.87 | - |
| YUV | 82.55 | 191.47 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 195 | 0.04 | 0.96 | 0 | 0.24 | 297.77 | 0.93 | 0.4 |
| Hex | BC | 7 | C3 | 4 | 60 | 0 | 18 | 12A | 5D | 28 |
| Octal | 274 | 7 | 303 | 4 | 140 | 0 | 30 | 452 | 135 | 50 |
| Binary | 10111100 | 111 | 11000011 | 100 | 1100000 | 0 | 11000 | 100101010 | 1011101 | 101000 |
Color Harmonies of #BC07C3
Complementary color
Monochromatic Colors of #BC07C3
Black with #BC07C3
Text Example
Text Example
White with #BC07C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC07C3; }
p { color: rgb(188,7,195); }
H1.HeaderClassName
{
color: #BC07C3;
}
.AnyTagClassName
{
color: #BC07C3;
}
</style>
background-color css
<style>
a { background-color: #BC07C3; }
a { background-color: rgb(188,7,195); }
div.DivClassName
{
background-color: #BC07C3;
}
.BgClassName
{
background-color: #BC07C3;
}
</style>
border-color css
<style>
span { border-color: #BC07C3; }
span { border-color: rgb(188,7,195); }
td.TdClassName
{
border-color: #BC07C3;
}
.TagClassName
{
border-color: #BC07C3;
}
</style>