Shades of Medium Violet Red #BF0FA6
Tints of Medium Violet Red #BF0FA6
RGB
CMYK
RGB Variations
Color information
#BF0FA6 (or 0xBF0FA6) is known color: Medium Violet Red. HEX triplet: BF, 0F and A6. RGB value is (191,15,166). Sum of RGB (Red+Green+Blue) = 191+15+166=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 166 (65.23% from 255 or 44.62% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0FA6 is #40F059. Grayscale: #545454. Windows color (decimal): -4255834 or 10883007. OLE color: 10883007.
HSL color Cylindrical-coordinate representation of color #BF0FA6: hue angle of 308.52º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0FA6 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 166 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.25 |
| HSL | 308.52º | 0.85% | 0.4% | - |
| HSV(B) | 308.52º | 0.92% | 0.75% | - |
| XYZ | 28.54 | 14.17 | 37.31 | - |
| YUV | 84.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 166 | 0 | 0.92 | 0.13 | 0.25 | 308.52 | 0.85 | 0.4 |
| Hex | BF | F | A6 | 0 | 5C | D | 19 | 135 | 55 | 28 |
| Octal | 277 | 17 | 246 | 0 | 134 | 15 | 31 | 465 | 125 | 50 |
| Binary | 10111111 | 1111 | 10100110 | 0 | 1011100 | 1101 | 11001 | 100110101 | 1010101 | 101000 |
Color Harmonies of #BF0FA6
Complementary color
Monochromatic Colors of #BF0FA6
Black with #BF0FA6
Text Example
Text Example
White with #BF0FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FA6; }
p { color: rgb(191,15,166); }
H1.HeaderClassName
{
color: #BF0FA6;
}
.AnyTagClassName
{
color: #BF0FA6;
}
</style>
background-color css
<style>
a { background-color: #BF0FA6; }
a { background-color: rgb(191,15,166); }
div.DivClassName
{
background-color: #BF0FA6;
}
.BgClassName
{
background-color: #BF0FA6;
}
</style>
border-color css
<style>
span { border-color: #BF0FA6; }
span { border-color: rgb(191,15,166); }
td.TdClassName
{
border-color: #BF0FA6;
}
.TagClassName
{
border-color: #BF0FA6;
}
</style>