Shades of Deep Magenta #BC06A8
Tints of Deep Magenta #BC06A8
RGB
CMYK
RGB Variations
Color information
#BC06A8 (or 0xBC06A8) is known color: Deep Magenta. HEX triplet: BC, 06 and A8. RGB value is (188,6,168). Sum of RGB (Red+Green+Blue) = 188+6+168=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC06A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC06A8 is #43F957. Grayscale: #4E4E4E. Windows color (decimal): -4454744 or 11011772. OLE color: 11011772.
HSL color Cylindrical-coordinate representation of color #BC06A8: hue angle of 306.59º 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 #BC06A8 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 168 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.26 |
| HSL | 306.59º | 0.94% | 0.38% | - |
| HSV(B) | 306.59º | 0.97% | 0.74% | - |
| XYZ | 27.87 | 13.65 | 38.21 | - |
| YUV | 78.89 | 178.3 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 168 | 0 | 0.97 | 0.11 | 0.26 | 306.59 | 0.94 | 0.38 |
| Hex | BC | 6 | A8 | 0 | 61 | B | 1A | 133 | 5E | 26 |
| Octal | 274 | 6 | 250 | 0 | 141 | 13 | 32 | 463 | 136 | 46 |
| Binary | 10111100 | 110 | 10101000 | 0 | 1100001 | 1011 | 11010 | 100110011 | 1011110 | 100110 |
Color Harmonies of #BC06A8
Complementary color
Monochromatic Colors of #BC06A8
Black with #BC06A8
Text Example
Text Example
White with #BC06A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC06A8; }
p { color: rgb(188,6,168); }
H1.HeaderClassName
{
color: #BC06A8;
}
.AnyTagClassName
{
color: #BC06A8;
}
</style>
background-color css
<style>
a { background-color: #BC06A8; }
a { background-color: rgb(188,6,168); }
div.DivClassName
{
background-color: #BC06A8;
}
.BgClassName
{
background-color: #BC06A8;
}
</style>
border-color css
<style>
span { border-color: #BC06A8; }
span { border-color: rgb(188,6,168); }
td.TdClassName
{
border-color: #BC06A8;
}
.TagClassName
{
border-color: #BC06A8;
}
</style>