Shades of Deep Magenta #BC0CCA
Tints of Deep Magenta #BC0CCA
RGB
CMYK
RGB Variations
Color information
#BC0CCA (or 0xBC0CCA) is known color: Deep Magenta. HEX triplet: BC, 0C and CA. RGB value is (188,12,202). Sum of RGB (Red+Green+Blue) = 188+12+202=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC0CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CCA is #43F335. Grayscale: #555555. Windows color (decimal): -4453174 or 13241532. OLE color: 13241532.
HSL color Cylindrical-coordinate representation of color #BC0CCA: hue angle of 295.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CCA is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 12 | 202 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.21 |
| HSL | 295.58º | 0.89% | 0.42% | - |
| HSV(B) | 295.58º | 0.94% | 0.79% | - |
| XYZ | 31.53 | 15.22 | 57.15 | - |
| YUV | 86.28 | 193.31 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 202 | 0.07 | 0.94 | 0 | 0.21 | 295.58 | 0.89 | 0.42 |
| Hex | BC | C | CA | 7 | 5E | 0 | 15 | 128 | 59 | 2A |
| Octal | 274 | 14 | 312 | 7 | 136 | 0 | 25 | 450 | 131 | 52 |
| Binary | 10111100 | 1100 | 11001010 | 111 | 1011110 | 0 | 10101 | 100101000 | 1011001 | 101010 |
Color Harmonies of #BC0CCA
Complementary color
Monochromatic Colors of #BC0CCA
Black with #BC0CCA
Text Example
Text Example
White with #BC0CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CCA; }
p { color: rgb(188,12,202); }
H1.HeaderClassName
{
color: #BC0CCA;
}
.AnyTagClassName
{
color: #BC0CCA;
}
</style>
background-color css
<style>
a { background-color: #BC0CCA; }
a { background-color: rgb(188,12,202); }
div.DivClassName
{
background-color: #BC0CCA;
}
.BgClassName
{
background-color: #BC0CCA;
}
</style>
border-color css
<style>
span { border-color: #BC0CCA; }
span { border-color: rgb(188,12,202); }
td.TdClassName
{
border-color: #BC0CCA;
}
.TagClassName
{
border-color: #BC0CCA;
}
</style>