Shades of Deep Magenta #BC0FCA
Tints of Deep Magenta #BC0FCA
RGB
CMYK
RGB Variations
Color information
#BC0FCA (or 0xBC0FCA) is known color: Deep Magenta. HEX triplet: BC, 0F and CA. RGB value is (188,15,202). Sum of RGB (Red+Green+Blue) = 188+15+202=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC0FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0FCA is #43F035. Grayscale: #575757. Windows color (decimal): -4452406 or 13242300. OLE color: 13242300.
HSL color Cylindrical-coordinate representation of color #BC0FCA: hue angle of 295.51º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0FCA is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 15 | 202 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.21 |
| HSL | 295.51º | 0.86% | 0.43% | - |
| HSV(B) | 295.51º | 0.93% | 0.79% | - |
| XYZ | 31.57 | 15.3 | 57.17 | - |
| YUV | 88.05 | 192.31 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 202 | 0.07 | 0.93 | 0 | 0.21 | 295.51 | 0.86 | 0.43 |
| Hex | BC | F | CA | 7 | 5D | 0 | 15 | 128 | 56 | 2B |
| Octal | 274 | 17 | 312 | 7 | 135 | 0 | 25 | 450 | 126 | 53 |
| Binary | 10111100 | 1111 | 11001010 | 111 | 1011101 | 0 | 10101 | 100101000 | 1010110 | 101011 |
Color Harmonies of #BC0FCA
Complementary color
Monochromatic Colors of #BC0FCA
Black with #BC0FCA
Text Example
Text Example
White with #BC0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FCA; }
p { color: rgb(188,15,202); }
H1.HeaderClassName
{
color: #BC0FCA;
}
.AnyTagClassName
{
color: #BC0FCA;
}
</style>
background-color css
<style>
a { background-color: #BC0FCA; }
a { background-color: rgb(188,15,202); }
div.DivClassName
{
background-color: #BC0FCA;
}
.BgClassName
{
background-color: #BC0FCA;
}
</style>
border-color css
<style>
span { border-color: #BC0FCA; }
span { border-color: rgb(188,15,202); }
td.TdClassName
{
border-color: #BC0FCA;
}
.TagClassName
{
border-color: #BC0FCA;
}
</style>