Shades of Medium Violet Red #BF0791
Tints of Medium Violet Red #BF0791
RGB
CMYK
RGB Variations
Color information
#BF0791 (or 0xBF0791) is known color: Medium Violet Red. HEX triplet: BF, 07 and 91. RGB value is (191,7,145). Sum of RGB (Red+Green+Blue) = 191+7+145=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0791 is #40F86E. Grayscale: #4D4D4D. Windows color (decimal): -4257903 or 9504703. OLE color: 9504703.
HSL color Cylindrical-coordinate representation of color #BF0791: hue angle of 315º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0791 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 145 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.25 |
| HSL | 315º | 0.93% | 0.39% | - |
| HSV(B) | 315º | 0.96% | 0.75% | - |
| XYZ | 26.67 | 13.27 | 27.94 | - |
| YUV | 77.75 | 165.96 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 145 | 0 | 0.96 | 0.24 | 0.25 | 315 | 0.93 | 0.39 |
| Hex | BF | 7 | 91 | 0 | 60 | 18 | 19 | 13B | 5D | 27 |
| Octal | 277 | 7 | 221 | 0 | 140 | 30 | 31 | 473 | 135 | 47 |
| Binary | 10111111 | 111 | 10010001 | 0 | 1100000 | 11000 | 11001 | 100111011 | 1011101 | 100111 |
Color Harmonies of #BF0791
Complementary color
Monochromatic Colors of #BF0791
Black with #BF0791
Text Example
Text Example
White with #BF0791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0791; }
p { color: rgb(191,7,145); }
H1.HeaderClassName
{
color: #BF0791;
}
.AnyTagClassName
{
color: #BF0791;
}
</style>
background-color css
<style>
a { background-color: #BF0791; }
a { background-color: rgb(191,7,145); }
div.DivClassName
{
background-color: #BF0791;
}
.BgClassName
{
background-color: #BF0791;
}
</style>
border-color css
<style>
span { border-color: #BF0791; }
span { border-color: rgb(191,7,145); }
td.TdClassName
{
border-color: #BF0791;
}
.TagClassName
{
border-color: #BF0791;
}
</style>