Shades of Deep Magenta #BC00C4
Tints of Deep Magenta #BC00C4
RGB
CMYK
RGB Variations
Color information
#BC00C4 (or 0xBC00C4) is known color: Deep Magenta. HEX triplet: BC, 00 and C4. RGB value is (188,0,196). Sum of RGB (Red+Green+Blue) = 188+0+196=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC00C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00C4 is #43FF3B. Grayscale: #4D4D4D. Windows color (decimal): -4456252 or 12845244. OLE color: 12845244.
HSL color Cylindrical-coordinate representation of color #BC00C4: hue angle of 297.55º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00C4 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 0 | 196 | - |
| CMYK | 0.04 | 1 | 0 | 0.23 |
| HSL | 297.55º | 1% | 0.38% | - |
| HSV(B) | 297.55º | 1% | 0.77% | - |
| XYZ | 30.7 | 14.68 | 53.44 | - |
| YUV | 78.56 | 194.28 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 196 | 0.04 | 1 | 0 | 0.23 | 297.55 | 1 | 0.38 |
| Hex | BC | 0 | C4 | 4 | 64 | 0 | 17 | 12A | 64 | 26 |
| Octal | 274 | 0 | 304 | 4 | 144 | 0 | 27 | 452 | 144 | 46 |
| Binary | 10111100 | 0 | 11000100 | 100 | 1100100 | 0 | 10111 | 100101010 | 1100100 | 100110 |
Color Harmonies of #BC00C4
Complementary color
Monochromatic Colors of #BC00C4
Black with #BC00C4
Text Example
Text Example
White with #BC00C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00C4; }
p { color: rgb(188,0,196); }
H1.HeaderClassName
{
color: #BC00C4;
}
.AnyTagClassName
{
color: #BC00C4;
}
</style>
background-color css
<style>
a { background-color: #BC00C4; }
a { background-color: rgb(188,0,196); }
div.DivClassName
{
background-color: #BC00C4;
}
.BgClassName
{
background-color: #BC00C4;
}
</style>
border-color css
<style>
span { border-color: #BC00C4; }
span { border-color: rgb(188,0,196); }
td.TdClassName
{
border-color: #BC00C4;
}
.TagClassName
{
border-color: #BC00C4;
}
</style>