Shades of Deep Magenta #BF06A8
Tints of Deep Magenta #BF06A8
RGB
CMYK
RGB Variations
Color information
#BF06A8 (or 0xBF06A8) is known color: Deep Magenta. HEX triplet: BF, 06 and A8. RGB value is (191,6,168). Sum of RGB (Red+Green+Blue) = 191+6+168=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF06A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF06A8 is #40F957. Grayscale: #4F4F4F. Windows color (decimal): -4258136 or 11011775. OLE color: 11011775.
HSL color Cylindrical-coordinate representation of color #BF06A8: hue angle of 307.46º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF06A8 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 6 | 168 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.25 |
| HSL | 307.46º | 0.94% | 0.39% | - |
| HSV(B) | 307.46º | 0.97% | 0.75% | - |
| XYZ | 28.62 | 14.03 | 38.25 | - |
| YUV | 79.78 | 177.79 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 168 | 0 | 0.97 | 0.12 | 0.25 | 307.46 | 0.94 | 0.39 |
| Hex | BF | 6 | A8 | 0 | 61 | C | 19 | 133 | 5E | 27 |
| Octal | 277 | 6 | 250 | 0 | 141 | 14 | 31 | 463 | 136 | 47 |
| Binary | 10111111 | 110 | 10101000 | 0 | 1100001 | 1100 | 11001 | 100110011 | 1011110 | 100111 |
Color Harmonies of #BF06A8
Complementary color
Monochromatic Colors of #BF06A8
Black with #BF06A8
Text Example
Text Example
White with #BF06A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF06A8; }
p { color: rgb(191,6,168); }
H1.HeaderClassName
{
color: #BF06A8;
}
.AnyTagClassName
{
color: #BF06A8;
}
</style>
background-color css
<style>
a { background-color: #BF06A8; }
a { background-color: rgb(191,6,168); }
div.DivClassName
{
background-color: #BF06A8;
}
.BgClassName
{
background-color: #BF06A8;
}
</style>
border-color css
<style>
span { border-color: #BF06A8; }
span { border-color: rgb(191,6,168); }
td.TdClassName
{
border-color: #BF06A8;
}
.TagClassName
{
border-color: #BF06A8;
}
</style>