Shades of Deep Magenta #BC13C3
Tints of Deep Magenta #BC13C3
RGB
CMYK
RGB Variations
Color information
#BC13C3 (or 0xBC13C3) is known color: Deep Magenta. HEX triplet: BC, 13 and C3. RGB value is (188,19,195). Sum of RGB (Red+Green+Blue) = 188+19+195=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC13C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13C3 is #43EC3C. Grayscale: #595959. Windows color (decimal): -4451389 or 12784572. OLE color: 12784572.
HSL color Cylindrical-coordinate representation of color #BC13C3: hue angle of 297.61º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13C3 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 19 | 195 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.24 |
| HSL | 297.61º | 0.82% | 0.42% | - |
| HSV(B) | 297.61º | 0.9% | 0.76% | - |
| XYZ | 30.82 | 15.1 | 52.92 | - |
| YUV | 89.6 | 187.49 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 195 | 0.04 | 0.90 | 0 | 0.24 | 297.61 | 0.82 | 0.42 |
| Hex | BC | 13 | C3 | 4 | 5A | 0 | 18 | 12A | 52 | 2A |
| Octal | 274 | 23 | 303 | 4 | 132 | 0 | 30 | 452 | 122 | 52 |
| Binary | 10111100 | 10011 | 11000011 | 100 | 1011010 | 0 | 11000 | 100101010 | 1010010 | 101010 |
Color Harmonies of #BC13C3
Complementary color
Monochromatic Colors of #BC13C3
Black with #BC13C3
Text Example
Text Example
White with #BC13C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC13C3; }
p { color: rgb(188,19,195); }
H1.HeaderClassName
{
color: #BC13C3;
}
.AnyTagClassName
{
color: #BC13C3;
}
</style>
background-color css
<style>
a { background-color: #BC13C3; }
a { background-color: rgb(188,19,195); }
div.DivClassName
{
background-color: #BC13C3;
}
.BgClassName
{
background-color: #BC13C3;
}
</style>
border-color css
<style>
span { border-color: #BC13C3; }
span { border-color: rgb(188,19,195); }
td.TdClassName
{
border-color: #BC13C3;
}
.TagClassName
{
border-color: #BC13C3;
}
</style>