Shades of Deep Magenta #BC15B5
Tints of Deep Magenta #BC15B5
RGB
CMYK
RGB Variations
Color information
#BC15B5 (or 0xBC15B5) is known color: Deep Magenta. HEX triplet: BC, 15 and B5. RGB value is (188,21,181). Sum of RGB (Red+Green+Blue) = 188+21+181=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC15B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15B5 is #43EA4A. Grayscale: #585858. Windows color (decimal): -4450891 or 11867580. OLE color: 11867580.
HSL color Cylindrical-coordinate representation of color #BC15B5: hue angle of 302.51º 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 #BC15B5 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 181 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.26 |
| HSL | 302.52º | 0.8% | 0.41% | - |
| HSV(B) | 302.52º | 0.89% | 0.74% | - |
| XYZ | 29.35 | 14.56 | 44.98 | - |
| YUV | 89.17 | 179.83 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 181 | 0 | 0.89 | 0.04 | 0.26 | 302.52 | 0.8 | 0.41 |
| Hex | BC | 15 | B5 | 0 | 59 | 4 | 1A | 12F | 50 | 29 |
| Octal | 274 | 25 | 265 | 0 | 131 | 4 | 32 | 457 | 120 | 51 |
| Binary | 10111100 | 10101 | 10110101 | 0 | 1011001 | 100 | 11010 | 100101111 | 1010000 | 101001 |
Color Harmonies of #BC15B5
Complementary color
Monochromatic Colors of #BC15B5
Black with #BC15B5
Text Example
Text Example
White with #BC15B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15B5; }
p { color: rgb(188,21,181); }
H1.HeaderClassName
{
color: #BC15B5;
}
.AnyTagClassName
{
color: #BC15B5;
}
</style>
background-color css
<style>
a { background-color: #BC15B5; }
a { background-color: rgb(188,21,181); }
div.DivClassName
{
background-color: #BC15B5;
}
.BgClassName
{
background-color: #BC15B5;
}
</style>
border-color css
<style>
span { border-color: #BC15B5; }
span { border-color: rgb(188,21,181); }
td.TdClassName
{
border-color: #BC15B5;
}
.TagClassName
{
border-color: #BC15B5;
}
</style>