Shades of Deep Magenta #BC04C5
Tints of Deep Magenta #BC04C5
RGB
CMYK
RGB Variations
Color information
#BC04C5 (or 0xBC04C5) is known color: Deep Magenta. HEX triplet: BC, 04 and C5. RGB value is (188,4,197). Sum of RGB (Red+Green+Blue) = 188+4+197=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC04C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04C5 is #43FB3A. Grayscale: #505050. Windows color (decimal): -4455227 or 12911804. OLE color: 12911804.
HSL color Cylindrical-coordinate representation of color #BC04C5: hue angle of 297.2º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04C5 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 4 | 197 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.23 |
| HSL | 297.2º | 0.96% | 0.39% | - |
| HSV(B) | 297.2º | 0.98% | 0.77% | - |
| XYZ | 30.86 | 14.81 | 54.06 | - |
| YUV | 81.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 197 | 0.05 | 0.98 | 0 | 0.23 | 297.2 | 0.96 | 0.39 |
| Hex | BC | 4 | C5 | 5 | 62 | 0 | 17 | 129 | 60 | 27 |
| Octal | 274 | 4 | 305 | 5 | 142 | 0 | 27 | 451 | 140 | 47 |
| Binary | 10111100 | 100 | 11000101 | 101 | 1100010 | 0 | 10111 | 100101001 | 1100000 | 100111 |
Color Harmonies of #BC04C5
Complementary color
Monochromatic Colors of #BC04C5
Black with #BC04C5
Text Example
Text Example
White with #BC04C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04C5; }
p { color: rgb(188,4,197); }
H1.HeaderClassName
{
color: #BC04C5;
}
.AnyTagClassName
{
color: #BC04C5;
}
</style>
background-color css
<style>
a { background-color: #BC04C5; }
a { background-color: rgb(188,4,197); }
div.DivClassName
{
background-color: #BC04C5;
}
.BgClassName
{
background-color: #BC04C5;
}
</style>
border-color css
<style>
span { border-color: #BC04C5; }
span { border-color: rgb(188,4,197); }
td.TdClassName
{
border-color: #BC04C5;
}
.TagClassName
{
border-color: #BC04C5;
}
</style>