Shades of Deep Magenta #BC13C4
Tints of Deep Magenta #BC13C4
RGB
CMYK
RGB Variations
Color information
#BC13C4 (or 0xBC13C4) is known color: Deep Magenta. HEX triplet: BC, 13 and C4. RGB value is (188,19,196). Sum of RGB (Red+Green+Blue) = 188+19+196=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC13C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13C4 is #43EC3B. Grayscale: #595959. Windows color (decimal): -4451388 or 12850108. OLE color: 12850108.
HSL color Cylindrical-coordinate representation of color #BC13C4: hue angle of 297.29º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13C4 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 19 | 196 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.23 |
| HSL | 297.29º | 0.82% | 0.42% | - |
| HSV(B) | 297.29º | 0.9% | 0.77% | - |
| XYZ | 30.94 | 15.14 | 53.52 | - |
| YUV | 89.71 | 187.99 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 196 | 0.04 | 0.90 | 0 | 0.23 | 297.29 | 0.82 | 0.42 |
| Hex | BC | 13 | C4 | 4 | 5A | 0 | 17 | 129 | 52 | 2A |
| Octal | 274 | 23 | 304 | 4 | 132 | 0 | 27 | 451 | 122 | 52 |
| Binary | 10111100 | 10011 | 11000100 | 100 | 1011010 | 0 | 10111 | 100101001 | 1010010 | 101010 |
Color Harmonies of #BC13C4
Complementary color
Monochromatic Colors of #BC13C4
Black with #BC13C4
Text Example
Text Example
White with #BC13C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC13C4; }
p { color: rgb(188,19,196); }
H1.HeaderClassName
{
color: #BC13C4;
}
.AnyTagClassName
{
color: #BC13C4;
}
</style>
background-color css
<style>
a { background-color: #BC13C4; }
a { background-color: rgb(188,19,196); }
div.DivClassName
{
background-color: #BC13C4;
}
.BgClassName
{
background-color: #BC13C4;
}
</style>
border-color css
<style>
span { border-color: #BC13C4; }
span { border-color: rgb(188,19,196); }
td.TdClassName
{
border-color: #BC13C4;
}
.TagClassName
{
border-color: #BC13C4;
}
</style>