Shades of Deep Magenta #BC0BB6
Tints of Deep Magenta #BC0BB6
RGB
CMYK
RGB Variations
Color information
#BC0BB6 (or 0xBC0BB6) is known color: Deep Magenta. HEX triplet: BC, 0B and B6. RGB value is (188,11,182). Sum of RGB (Red+Green+Blue) = 188+11+182=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0BB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0BB6 is #43F449. Grayscale: #525252. Windows color (decimal): -4453450 or 11930556. OLE color: 11930556.
HSL color Cylindrical-coordinate representation of color #BC0BB6: hue angle of 302.03º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0BB6 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 182 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.26 |
| HSL | 302.03º | 0.89% | 0.39% | - |
| HSV(B) | 302.03º | 0.94% | 0.74% | - |
| XYZ | 29.3 | 14.31 | 45.47 | - |
| YUV | 83.42 | 183.64 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 182 | 0 | 0.94 | 0.03 | 0.26 | 302.03 | 0.89 | 0.39 |
| Hex | BC | B | B6 | 0 | 5E | 3 | 1A | 12E | 59 | 27 |
| Octal | 274 | 13 | 266 | 0 | 136 | 3 | 32 | 456 | 131 | 47 |
| Binary | 10111100 | 1011 | 10110110 | 0 | 1011110 | 11 | 11010 | 100101110 | 1011001 | 100111 |
Color Harmonies of #BC0BB6
Complementary color
Monochromatic Colors of #BC0BB6
Black with #BC0BB6
Text Example
Text Example
White with #BC0BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BB6; }
p { color: rgb(188,11,182); }
H1.HeaderClassName
{
color: #BC0BB6;
}
.AnyTagClassName
{
color: #BC0BB6;
}
</style>
background-color css
<style>
a { background-color: #BC0BB6; }
a { background-color: rgb(188,11,182); }
div.DivClassName
{
background-color: #BC0BB6;
}
.BgClassName
{
background-color: #BC0BB6;
}
</style>
border-color css
<style>
span { border-color: #BC0BB6; }
span { border-color: rgb(188,11,182); }
td.TdClassName
{
border-color: #BC0BB6;
}
.TagClassName
{
border-color: #BC0BB6;
}
</style>