Shades of Medium Violet Red #BF1FA8
Tints of Medium Violet Red #BF1FA8
RGB
CMYK
RGB Variations
Color information
#BF1FA8 (or 0xBF1FA8) is known color: Medium Violet Red. HEX triplet: BF, 1F and A8. RGB value is (191,31,168). Sum of RGB (Red+Green+Blue) = 191+31+168=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1FA8 is #40E057. Grayscale: #5E5E5E. Windows color (decimal): -4251736 or 11018175. OLE color: 11018175.
HSL color Cylindrical-coordinate representation of color #BF1FA8: hue angle of 308.62º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1FA8 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 168 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.25 |
| HSL | 308.63º | 0.72% | 0.44% | - |
| HSV(B) | 308.63º | 0.84% | 0.75% | - |
| XYZ | 29.04 | 14.88 | 38.39 | - |
| YUV | 94.46 | 169.51 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 168 | 0 | 0.84 | 0.12 | 0.25 | 308.63 | 0.72 | 0.44 |
| Hex | BF | 1F | A8 | 0 | 54 | C | 19 | 135 | 48 | 2C |
| Octal | 277 | 37 | 250 | 0 | 124 | 14 | 31 | 465 | 110 | 54 |
| Binary | 10111111 | 11111 | 10101000 | 0 | 1010100 | 1100 | 11001 | 100110101 | 1001000 | 101100 |
Color Harmonies of #BF1FA8
Complementary color
Monochromatic Colors of #BF1FA8
Black with #BF1FA8
Text Example
Text Example
White with #BF1FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1FA8; }
p { color: rgb(191,31,168); }
H1.HeaderClassName
{
color: #BF1FA8;
}
.AnyTagClassName
{
color: #BF1FA8;
}
</style>
background-color css
<style>
a { background-color: #BF1FA8; }
a { background-color: rgb(191,31,168); }
div.DivClassName
{
background-color: #BF1FA8;
}
.BgClassName
{
background-color: #BF1FA8;
}
</style>
border-color css
<style>
span { border-color: #BF1FA8; }
span { border-color: rgb(191,31,168); }
td.TdClassName
{
border-color: #BF1FA8;
}
.TagClassName
{
border-color: #BF1FA8;
}
</style>