Shades of Deep Magenta #BC0FC2
Tints of Deep Magenta #BC0FC2
RGB
CMYK
RGB Variations
Color information
#BC0FC2 (or 0xBC0FC2) is known color: Deep Magenta. HEX triplet: BC, 0F and C2. RGB value is (188,15,194). Sum of RGB (Red+Green+Blue) = 188+15+194=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 194 (76.17% from 255 or 48.87% from 397); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC0FC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0FC2 is #43F03D. Grayscale: #565656. Windows color (decimal): -4452414 or 12718012. OLE color: 12718012.
HSL color Cylindrical-coordinate representation of color #BC0FC2: hue angle of 297.99º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0FC2 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 15 | 194 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.24 |
| HSL | 297.99º | 0.86% | 0.41% | - |
| HSV(B) | 297.99º | 0.92% | 0.76% | - |
| XYZ | 30.65 | 14.93 | 52.31 | - |
| YUV | 87.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 194 | 0.03 | 0.92 | 0 | 0.24 | 297.99 | 0.86 | 0.41 |
| Hex | BC | F | C2 | 3 | 5C | 0 | 18 | 12A | 56 | 29 |
| Octal | 274 | 17 | 302 | 3 | 134 | 0 | 30 | 452 | 126 | 51 |
| Binary | 10111100 | 1111 | 11000010 | 11 | 1011100 | 0 | 11000 | 100101010 | 1010110 | 101001 |
Color Harmonies of #BC0FC2
Complementary color
Monochromatic Colors of #BC0FC2
Black with #BC0FC2
Text Example
Text Example
White with #BC0FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FC2; }
p { color: rgb(188,15,194); }
H1.HeaderClassName
{
color: #BC0FC2;
}
.AnyTagClassName
{
color: #BC0FC2;
}
</style>
background-color css
<style>
a { background-color: #BC0FC2; }
a { background-color: rgb(188,15,194); }
div.DivClassName
{
background-color: #BC0FC2;
}
.BgClassName
{
background-color: #BC0FC2;
}
</style>
border-color css
<style>
span { border-color: #BC0FC2; }
span { border-color: rgb(188,15,194); }
td.TdClassName
{
border-color: #BC0FC2;
}
.TagClassName
{
border-color: #BC0FC2;
}
</style>