Shades of Medium Violet Red #BF0C97
Tints of Medium Violet Red #BF0C97
RGB
CMYK
RGB Variations
Color information
#BF0C97 (or 0xBF0C97) is known color: Medium Violet Red. HEX triplet: BF, 0C and 97. RGB value is (191,12,151). Sum of RGB (Red+Green+Blue) = 191+12+151=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0C97 is #40F368. Grayscale: #505050. Windows color (decimal): -4256617 or 9899199. OLE color: 9899199.
HSL color Cylindrical-coordinate representation of color #BF0C97: hue angle of 313.41º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C97 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 151 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.25 |
| HSL | 313.41º | 0.88% | 0.4% | - |
| HSV(B) | 313.41º | 0.94% | 0.75% | - |
| XYZ | 27.2 | 13.57 | 30.46 | - |
| YUV | 81.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 151 | 0 | 0.94 | 0.21 | 0.25 | 313.41 | 0.88 | 0.4 |
| Hex | BF | C | 97 | 0 | 5E | 15 | 19 | 139 | 58 | 28 |
| Octal | 277 | 14 | 227 | 0 | 136 | 25 | 31 | 471 | 130 | 50 |
| Binary | 10111111 | 1100 | 10010111 | 0 | 1011110 | 10101 | 11001 | 100111001 | 1011000 | 101000 |
Color Harmonies of #BF0C97
Complementary color
Monochromatic Colors of #BF0C97
Black with #BF0C97
Text Example
Text Example
White with #BF0C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C97; }
p { color: rgb(191,12,151); }
H1.HeaderClassName
{
color: #BF0C97;
}
.AnyTagClassName
{
color: #BF0C97;
}
</style>
background-color css
<style>
a { background-color: #BF0C97; }
a { background-color: rgb(191,12,151); }
div.DivClassName
{
background-color: #BF0C97;
}
.BgClassName
{
background-color: #BF0C97;
}
</style>
border-color css
<style>
span { border-color: #BF0C97; }
span { border-color: rgb(191,12,151); }
td.TdClassName
{
border-color: #BF0C97;
}
.TagClassName
{
border-color: #BF0C97;
}
</style>