Shades of Medium Violet Red #BF0F6E
Tints of Medium Violet Red #BF0F6E
RGB
CMYK
RGB Variations
Color information
#BF0F6E (or 0xBF0F6E) is known color: Medium Violet Red. HEX triplet: BF, 0F and 6E. RGB value is (191,15,110). Sum of RGB (Red+Green+Blue) = 191+15+110=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0F6E is #40F091. Grayscale: #4E4E4E. Windows color (decimal): -4255890 or 7212991. OLE color: 7212991.
HSL color Cylindrical-coordinate representation of color #BF0F6E: hue angle of 327.61º 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 #BF0F6E is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 110 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.25 |
| HSL | 327.61º | 0.85% | 0.4% | - |
| HSV(B) | 327.61º | 0.92% | 0.75% | - |
| XYZ | 24.47 | 12.54 | 15.88 | - |
| YUV | 78.45 | 145.81 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 110 | 0 | 0.92 | 0.42 | 0.25 | 327.61 | 0.85 | 0.4 |
| Hex | BF | F | 6E | 0 | 5C | 2A | 19 | 148 | 55 | 28 |
| Octal | 277 | 17 | 156 | 0 | 134 | 52 | 31 | 510 | 125 | 50 |
| Binary | 10111111 | 1111 | 1101110 | 0 | 1011100 | 101010 | 11001 | 101001000 | 1010101 | 101000 |
Color Harmonies of #BF0F6E
Complementary color
Monochromatic Colors of #BF0F6E
Black with #BF0F6E
Text Example
Text Example
White with #BF0F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0F6E; }
p { color: rgb(191,15,110); }
H1.HeaderClassName
{
color: #BF0F6E;
}
.AnyTagClassName
{
color: #BF0F6E;
}
</style>
background-color css
<style>
a { background-color: #BF0F6E; }
a { background-color: rgb(191,15,110); }
div.DivClassName
{
background-color: #BF0F6E;
}
.BgClassName
{
background-color: #BF0F6E;
}
</style>
border-color css
<style>
span { border-color: #BF0F6E; }
span { border-color: rgb(191,15,110); }
td.TdClassName
{
border-color: #BF0F6E;
}
.TagClassName
{
border-color: #BF0F6E;
}
</style>