Shades of Deep Magenta #BC06A6
Tints of Deep Magenta #BC06A6
RGB
CMYK
RGB Variations
Color information
#BC06A6 (or 0xBC06A6) is known color: Deep Magenta. HEX triplet: BC, 06 and A6. RGB value is (188,6,166). Sum of RGB (Red+Green+Blue) = 188+6+166=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC06A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC06A6 is #43F959. Grayscale: #4E4E4E. Windows color (decimal): -4454746 or 10880700. OLE color: 10880700.
HSL color Cylindrical-coordinate representation of color #BC06A6: hue angle of 307.25º 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 #BC06A6 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 166 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.26 |
| HSL | 307.25º | 0.94% | 0.38% | - |
| HSV(B) | 307.25º | 0.97% | 0.74% | - |
| XYZ | 27.69 | 13.57 | 37.24 | - |
| YUV | 78.66 | 177.3 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 166 | 0 | 0.97 | 0.12 | 0.26 | 307.25 | 0.94 | 0.38 |
| Hex | BC | 6 | A6 | 0 | 61 | C | 1A | 133 | 5E | 26 |
| Octal | 274 | 6 | 246 | 0 | 141 | 14 | 32 | 463 | 136 | 46 |
| Binary | 10111100 | 110 | 10100110 | 0 | 1100001 | 1100 | 11010 | 100110011 | 1011110 | 100110 |
Color Harmonies of #BC06A6
Complementary color
Monochromatic Colors of #BC06A6
Black with #BC06A6
Text Example
Text Example
White with #BC06A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC06A6; }
p { color: rgb(188,6,166); }
H1.HeaderClassName
{
color: #BC06A6;
}
.AnyTagClassName
{
color: #BC06A6;
}
</style>
background-color css
<style>
a { background-color: #BC06A6; }
a { background-color: rgb(188,6,166); }
div.DivClassName
{
background-color: #BC06A6;
}
.BgClassName
{
background-color: #BC06A6;
}
</style>
border-color css
<style>
span { border-color: #BC06A6; }
span { border-color: rgb(188,6,166); }
td.TdClassName
{
border-color: #BC06A6;
}
.TagClassName
{
border-color: #BC06A6;
}
</style>