Shades of Deep Magenta #BC15B8
Tints of Deep Magenta #BC15B8
RGB
CMYK
RGB Variations
Color information
#BC15B8 (or 0xBC15B8) is known color: Deep Magenta. HEX triplet: BC, 15 and B8. RGB value is (188,21,184). Sum of RGB (Red+Green+Blue) = 188+21+184=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 184 (72.27% from 255 or 46.82% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC15B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15B8 is #43EA47. Grayscale: #595959. Windows color (decimal): -4450888 or 12064188. OLE color: 12064188.
HSL color Cylindrical-coordinate representation of color #BC15B8: hue angle of 301.44º 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 #BC15B8 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 184 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.26 |
| HSL | 301.44º | 0.8% | 0.41% | - |
| HSV(B) | 301.44º | 0.89% | 0.74% | - |
| XYZ | 29.66 | 14.69 | 46.62 | - |
| YUV | 89.52 | 181.33 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 184 | 0 | 0.89 | 0.02 | 0.26 | 301.44 | 0.8 | 0.41 |
| Hex | BC | 15 | B8 | 0 | 59 | 2 | 1A | 12D | 50 | 29 |
| Octal | 274 | 25 | 270 | 0 | 131 | 2 | 32 | 455 | 120 | 51 |
| Binary | 10111100 | 10101 | 10111000 | 0 | 1011001 | 10 | 11010 | 100101101 | 1010000 | 101001 |
Color Harmonies of #BC15B8
Complementary color
Monochromatic Colors of #BC15B8
Black with #BC15B8
Text Example
Text Example
White with #BC15B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15B8; }
p { color: rgb(188,21,184); }
H1.HeaderClassName
{
color: #BC15B8;
}
.AnyTagClassName
{
color: #BC15B8;
}
</style>
background-color css
<style>
a { background-color: #BC15B8; }
a { background-color: rgb(188,21,184); }
div.DivClassName
{
background-color: #BC15B8;
}
.BgClassName
{
background-color: #BC15B8;
}
</style>
border-color css
<style>
span { border-color: #BC15B8; }
span { border-color: rgb(188,21,184); }
td.TdClassName
{
border-color: #BC15B8;
}
.TagClassName
{
border-color: #BC15B8;
}
</style>