Shades of Deep Magenta #BC06BB
Tints of Deep Magenta #BC06BB
RGB
CMYK
RGB Variations
Color information
#BC06BB (or 0xBC06BB) is known color: Deep Magenta. HEX triplet: BC, 06 and BB. RGB value is (188,6,187). Sum of RGB (Red+Green+Blue) = 188+6+187=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC06BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC06BB is #43F944. Grayscale: #505050. Windows color (decimal): -4454725 or 12256956. OLE color: 12256956.
HSL color Cylindrical-coordinate representation of color #BC06BB: hue angle of 300.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC06BB is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 187 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.26 |
| HSL | 300.33º | 0.94% | 0.38% | - |
| HSV(B) | 300.33º | 0.97% | 0.74% | - |
| XYZ | 29.77 | 14.41 | 48.23 | - |
| YUV | 81.05 | 187.8 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 187 | 0 | 0.97 | 0.01 | 0.26 | 300.33 | 0.94 | 0.38 |
| Hex | BC | 6 | BB | 0 | 61 | 1 | 1A | 12C | 5E | 26 |
| Octal | 274 | 6 | 273 | 0 | 141 | 1 | 32 | 454 | 136 | 46 |
| Binary | 10111100 | 110 | 10111011 | 0 | 1100001 | 1 | 11010 | 100101100 | 1011110 | 100110 |
Color Harmonies of #BC06BB
Complementary color
Monochromatic Colors of #BC06BB
Black with #BC06BB
Text Example
Text Example
White with #BC06BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC06BB; }
p { color: rgb(188,6,187); }
H1.HeaderClassName
{
color: #BC06BB;
}
.AnyTagClassName
{
color: #BC06BB;
}
</style>
background-color css
<style>
a { background-color: #BC06BB; }
a { background-color: rgb(188,6,187); }
div.DivClassName
{
background-color: #BC06BB;
}
.BgClassName
{
background-color: #BC06BB;
}
</style>
border-color css
<style>
span { border-color: #BC06BB; }
span { border-color: rgb(188,6,187); }
td.TdClassName
{
border-color: #BC06BB;
}
.TagClassName
{
border-color: #BC06BB;
}
</style>