Shades of Medium Violet Red #BF0FA8
Tints of Medium Violet Red #BF0FA8
RGB
CMYK
RGB Variations
Color information
#BF0FA8 (or 0xBF0FA8) is known color: Medium Violet Red. HEX triplet: BF, 0F and A8. RGB value is (191,15,168). Sum of RGB (Red+Green+Blue) = 191+15+168=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0FA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0FA8 is #40F057. Grayscale: #545454. Windows color (decimal): -4255832 or 11014079. OLE color: 11014079.
HSL color Cylindrical-coordinate representation of color #BF0FA8: hue angle of 307.84º 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 #BF0FA8 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 168 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.25 |
| HSL | 307.84º | 0.85% | 0.4% | - |
| HSV(B) | 307.84º | 0.92% | 0.75% | - |
| XYZ | 28.72 | 14.25 | 38.28 | - |
| YUV | 85.07 | 174.81 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 168 | 0 | 0.92 | 0.12 | 0.25 | 307.84 | 0.85 | 0.4 |
| Hex | BF | F | A8 | 0 | 5C | C | 19 | 134 | 55 | 28 |
| Octal | 277 | 17 | 250 | 0 | 134 | 14 | 31 | 464 | 125 | 50 |
| Binary | 10111111 | 1111 | 10101000 | 0 | 1011100 | 1100 | 11001 | 100110100 | 1010101 | 101000 |
Color Harmonies of #BF0FA8
Complementary color
Monochromatic Colors of #BF0FA8
Black with #BF0FA8
Text Example
Text Example
White with #BF0FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FA8; }
p { color: rgb(191,15,168); }
H1.HeaderClassName
{
color: #BF0FA8;
}
.AnyTagClassName
{
color: #BF0FA8;
}
</style>
background-color css
<style>
a { background-color: #BF0FA8; }
a { background-color: rgb(191,15,168); }
div.DivClassName
{
background-color: #BF0FA8;
}
.BgClassName
{
background-color: #BF0FA8;
}
</style>
border-color css
<style>
span { border-color: #BF0FA8; }
span { border-color: rgb(191,15,168); }
td.TdClassName
{
border-color: #BF0FA8;
}
.TagClassName
{
border-color: #BF0FA8;
}
</style>