Shades of Deep Magenta #BC0EC3
Tints of Deep Magenta #BC0EC3
RGB
CMYK
RGB Variations
Color information
#BC0EC3 (or 0xBC0EC3) is known color: Deep Magenta. HEX triplet: BC, 0E and C3. RGB value is (188,14,195). Sum of RGB (Red+Green+Blue) = 188+14+195=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC0EC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0EC3 is #43F13C. Grayscale: #565656. Windows color (decimal): -4452669 or 12783292. OLE color: 12783292.
HSL color Cylindrical-coordinate representation of color #BC0EC3: hue angle of 297.68º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0EC3 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 14 | 195 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.24 |
| HSL | 297.68º | 0.87% | 0.41% | - |
| HSV(B) | 297.68º | 0.93% | 0.76% | - |
| XYZ | 30.75 | 14.95 | 52.89 | - |
| YUV | 86.66 | 189.15 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 195 | 0.04 | 0.93 | 0 | 0.24 | 297.68 | 0.87 | 0.41 |
| Hex | BC | E | C3 | 4 | 5D | 0 | 18 | 12A | 57 | 29 |
| Octal | 274 | 16 | 303 | 4 | 135 | 0 | 30 | 452 | 127 | 51 |
| Binary | 10111100 | 1110 | 11000011 | 100 | 1011101 | 0 | 11000 | 100101010 | 1010111 | 101001 |
Color Harmonies of #BC0EC3
Complementary color
Monochromatic Colors of #BC0EC3
Black with #BC0EC3
Text Example
Text Example
White with #BC0EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0EC3; }
p { color: rgb(188,14,195); }
H1.HeaderClassName
{
color: #BC0EC3;
}
.AnyTagClassName
{
color: #BC0EC3;
}
</style>
background-color css
<style>
a { background-color: #BC0EC3; }
a { background-color: rgb(188,14,195); }
div.DivClassName
{
background-color: #BC0EC3;
}
.BgClassName
{
background-color: #BC0EC3;
}
</style>
border-color css
<style>
span { border-color: #BC0EC3; }
span { border-color: rgb(188,14,195); }
td.TdClassName
{
border-color: #BC0EC3;
}
.TagClassName
{
border-color: #BC0EC3;
}
</style>