Shades of Deep Magenta #BC15BC
Tints of Deep Magenta #BC15BC
RGB
CMYK
RGB Variations
Color information
#BC15BC (or 0xBC15BC) is known color: Deep Magenta. HEX triplet: BC, 15 and BC. RGB value is (188,21,188). Sum of RGB (Red+Green+Blue) = 188+21+188=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC15BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15BC is #43EA43. Grayscale: #595959. Windows color (decimal): -4450884 or 12326332. OLE color: 12326332.
HSL color Cylindrical-coordinate representation of color #BC15BC: hue angle of 300º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC15BC is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 188 | - |
| CMYK | 0 | 0.89 | 0 | 0.26 |
| HSL | 300º | 0.8% | 0.41% | - |
| HSV(B) | 300º | 0.89% | 0.74% | - |
| XYZ | 30.08 | 14.86 | 48.86 | - |
| YUV | 89.97 | 183.33 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 188 | 0 | 0.89 | 0 | 0.26 | 300 | 0.8 | 0.41 |
| Hex | BC | 15 | BC | 0 | 59 | 0 | 1A | 12C | 50 | 29 |
| Octal | 274 | 25 | 274 | 0 | 131 | 0 | 32 | 454 | 120 | 51 |
| Binary | 10111100 | 10101 | 10111100 | 0 | 1011001 | 0 | 11010 | 100101100 | 1010000 | 101001 |
Color Harmonies of #BC15BC
Complementary color
Monochromatic Colors of #BC15BC
Black with #BC15BC
Text Example
Text Example
White with #BC15BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15BC; }
p { color: rgb(188,21,188); }
H1.HeaderClassName
{
color: #BC15BC;
}
.AnyTagClassName
{
color: #BC15BC;
}
</style>
background-color css
<style>
a { background-color: #BC15BC; }
a { background-color: rgb(188,21,188); }
div.DivClassName
{
background-color: #BC15BC;
}
.BgClassName
{
background-color: #BC15BC;
}
</style>
border-color css
<style>
span { border-color: #BC15BC; }
span { border-color: rgb(188,21,188); }
td.TdClassName
{
border-color: #BC15BC;
}
.TagClassName
{
border-color: #BC15BC;
}
</style>