Shades of Deep Magenta #BC13BB
Tints of Deep Magenta #BC13BB
RGB
CMYK
RGB Variations
Color information
#BC13BB (or 0xBC13BB) is known color: Deep Magenta. HEX triplet: BC, 13 and BB. RGB value is (188,19,187). Sum of RGB (Red+Green+Blue) = 188+19+187=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC13BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13BB is #43EC44. Grayscale: #585858. Windows color (decimal): -4451397 or 12260284. OLE color: 12260284.
HSL color Cylindrical-coordinate representation of color #BC13BB: hue angle of 300.36º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13BB is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 187 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.26 |
| HSL | 300.36º | 0.82% | 0.41% | - |
| HSV(B) | 300.36º | 0.9% | 0.74% | - |
| XYZ | 29.94 | 14.74 | 48.28 | - |
| YUV | 88.68 | 183.49 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 187 | 0 | 0.90 | 0.01 | 0.26 | 300.36 | 0.82 | 0.41 |
| Hex | BC | 13 | BB | 0 | 5A | 1 | 1A | 12C | 52 | 29 |
| Octal | 274 | 23 | 273 | 0 | 132 | 1 | 32 | 454 | 122 | 51 |
| Binary | 10111100 | 10011 | 10111011 | 0 | 1011010 | 1 | 11010 | 100101100 | 1010010 | 101001 |
Color Harmonies of #BC13BB
Complementary color
Monochromatic Colors of #BC13BB
Black with #BC13BB
Text Example
Text Example
White with #BC13BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC13BB; }
p { color: rgb(188,19,187); }
H1.HeaderClassName
{
color: #BC13BB;
}
.AnyTagClassName
{
color: #BC13BB;
}
</style>
background-color css
<style>
a { background-color: #BC13BB; }
a { background-color: rgb(188,19,187); }
div.DivClassName
{
background-color: #BC13BB;
}
.BgClassName
{
background-color: #BC13BB;
}
</style>
border-color css
<style>
span { border-color: #BC13BB; }
span { border-color: rgb(188,19,187); }
td.TdClassName
{
border-color: #BC13BB;
}
.TagClassName
{
border-color: #BC13BB;
}
</style>