Shades of Deep Magenta #BC15BB
Tints of Deep Magenta #BC15BB
RGB
CMYK
RGB Variations
Color information
#BC15BB (or 0xBC15BB) is known color: Deep Magenta. HEX triplet: BC, 15 and BB. RGB value is (188,21,187). Sum of RGB (Red+Green+Blue) = 188+21+187=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC15BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC15BB is #43EA44. Grayscale: #595959. Windows color (decimal): -4450885 or 12260796. OLE color: 12260796.
HSL color Cylindrical-coordinate representation of color #BC15BB: hue angle of 300.36º 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 #BC15BB is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 187 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.26 |
| HSL | 300.36º | 0.8% | 0.41% | - |
| HSV(B) | 300.36º | 0.89% | 0.74% | - |
| XYZ | 29.98 | 14.82 | 48.29 | - |
| YUV | 89.86 | 182.83 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 187 | 0 | 0.89 | 0.01 | 0.26 | 300.36 | 0.8 | 0.41 |
| Hex | BC | 15 | BB | 0 | 59 | 1 | 1A | 12C | 50 | 29 |
| Octal | 274 | 25 | 273 | 0 | 131 | 1 | 32 | 454 | 120 | 51 |
| Binary | 10111100 | 10101 | 10111011 | 0 | 1011001 | 1 | 11010 | 100101100 | 1010000 | 101001 |
Color Harmonies of #BC15BB
Complementary color
Monochromatic Colors of #BC15BB
Black with #BC15BB
Text Example
Text Example
White with #BC15BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15BB; }
p { color: rgb(188,21,187); }
H1.HeaderClassName
{
color: #BC15BB;
}
.AnyTagClassName
{
color: #BC15BB;
}
</style>
background-color css
<style>
a { background-color: #BC15BB; }
a { background-color: rgb(188,21,187); }
div.DivClassName
{
background-color: #BC15BB;
}
.BgClassName
{
background-color: #BC15BB;
}
</style>
border-color css
<style>
span { border-color: #BC15BB; }
span { border-color: rgb(188,21,187); }
td.TdClassName
{
border-color: #BC15BB;
}
.TagClassName
{
border-color: #BC15BB;
}
</style>