Shades of Medium Violet Red #BF0997
Tints of Medium Violet Red #BF0997
RGB
CMYK
RGB Variations
Color information
#BF0997 (or 0xBF0997) is known color: Medium Violet Red. HEX triplet: BF, 09 and 97. RGB value is (191,9,151). Sum of RGB (Red+Green+Blue) = 191+9+151=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0997 is #40F668. Grayscale: #4F4F4F. Windows color (decimal): -4257385 or 9898431. OLE color: 9898431.
HSL color Cylindrical-coordinate representation of color #BF0997: hue angle of 313.19º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0997 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 151 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.25 |
| HSL | 313.19º | 0.91% | 0.39% | - |
| HSV(B) | 313.19º | 0.95% | 0.75% | - |
| XYZ | 27.17 | 13.51 | 30.45 | - |
| YUV | 79.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 151 | 0 | 0.95 | 0.21 | 0.25 | 313.19 | 0.91 | 0.39 |
| Hex | BF | 9 | 97 | 0 | 5F | 15 | 19 | 139 | 5B | 27 |
| Octal | 277 | 11 | 227 | 0 | 137 | 25 | 31 | 471 | 133 | 47 |
| Binary | 10111111 | 1001 | 10010111 | 0 | 1011111 | 10101 | 11001 | 100111001 | 1011011 | 100111 |
Color Harmonies of #BF0997
Complementary color
Monochromatic Colors of #BF0997
Black with #BF0997
Text Example
Text Example
White with #BF0997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0997; }
p { color: rgb(191,9,151); }
H1.HeaderClassName
{
color: #BF0997;
}
.AnyTagClassName
{
color: #BF0997;
}
</style>
background-color css
<style>
a { background-color: #BF0997; }
a { background-color: rgb(191,9,151); }
div.DivClassName
{
background-color: #BF0997;
}
.BgClassName
{
background-color: #BF0997;
}
</style>
border-color css
<style>
span { border-color: #BF0997; }
span { border-color: rgb(191,9,151); }
td.TdClassName
{
border-color: #BF0997;
}
.TagClassName
{
border-color: #BF0997;
}
</style>