Shades of Medium Violet Red #BF009E
Tints of Medium Violet Red #BF009E
RGB
CMYK
RGB Variations
Color information
#BF009E (or 0xBF009E) is known color: Medium Violet Red. HEX triplet: BF, 00 and 9E. RGB value is (191,0,158). Sum of RGB (Red+Green+Blue) = 191+0+158=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF009E is #40FF61. Grayscale: #4A4A4A. Windows color (decimal): -4259682 or 10354879. OLE color: 10354879.
HSL color Cylindrical-coordinate representation of color #BF009E: hue angle of 310.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF009E is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.17 | 0.25 |
| HSL | 310.37º | 1% | 0.37% | - |
| HSV(B) | 310.37º | 1% | 0.75% | - |
| XYZ | 27.66 | 13.54 | 33.5 | - |
| YUV | 75.12 | 174.78 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 158 | 0 | 1 | 0.17 | 0.25 | 310.37 | 1 | 0.37 |
| Hex | BF | 0 | 9E | 0 | 64 | 11 | 19 | 136 | 64 | 25 |
| Octal | 277 | 0 | 236 | 0 | 144 | 21 | 31 | 466 | 144 | 45 |
| Binary | 10111111 | 0 | 10011110 | 0 | 1100100 | 10001 | 11001 | 100110110 | 1100100 | 100101 |
Color Harmonies of #BF009E
Complementary color
Monochromatic Colors of #BF009E
Black with #BF009E
Text Example
Text Example
White with #BF009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF009E; }
p { color: rgb(191,0,158); }
H1.HeaderClassName
{
color: #BF009E;
}
.AnyTagClassName
{
color: #BF009E;
}
</style>
background-color css
<style>
a { background-color: #BF009E; }
a { background-color: rgb(191,0,158); }
div.DivClassName
{
background-color: #BF009E;
}
.BgClassName
{
background-color: #BF009E;
}
</style>
border-color css
<style>
span { border-color: #BF009E; }
span { border-color: rgb(191,0,158); }
td.TdClassName
{
border-color: #BF009E;
}
.TagClassName
{
border-color: #BF009E;
}
</style>