Shades of Medium Violet Red #BF0094
Tints of Medium Violet Red #BF0094
RGB
CMYK
RGB Variations
Color information
#BF0094 (or 0xBF0094) is known color: Medium Violet Red. HEX triplet: BF, 00 and 94. RGB value is (191,0,148). Sum of RGB (Red+Green+Blue) = 191+0+148=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0094 is #40FF6B. Grayscale: #494949. Windows color (decimal): -4259692 or 9699519. OLE color: 9699519.
HSL color Cylindrical-coordinate representation of color #BF0094: hue angle of 313.51º 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 #BF0094 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.23 | 0.25 |
| HSL | 313.51º | 1% | 0.37% | - |
| HSV(B) | 313.51º | 1% | 0.75% | - |
| XYZ | 26.83 | 13.21 | 29.15 | - |
| YUV | 73.98 | 169.78 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 148 | 0 | 1 | 0.23 | 0.25 | 313.51 | 1 | 0.37 |
| Hex | BF | 0 | 94 | 0 | 64 | 17 | 19 | 13A | 64 | 25 |
| Octal | 277 | 0 | 224 | 0 | 144 | 27 | 31 | 472 | 144 | 45 |
| Binary | 10111111 | 0 | 10010100 | 0 | 1100100 | 10111 | 11001 | 100111010 | 1100100 | 100101 |
Color Harmonies of #BF0094
Complementary color
Monochromatic Colors of #BF0094
Black with #BF0094
Text Example
Text Example
White with #BF0094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0094; }
p { color: rgb(191,0,148); }
H1.HeaderClassName
{
color: #BF0094;
}
.AnyTagClassName
{
color: #BF0094;
}
</style>
background-color css
<style>
a { background-color: #BF0094; }
a { background-color: rgb(191,0,148); }
div.DivClassName
{
background-color: #BF0094;
}
.BgClassName
{
background-color: #BF0094;
}
</style>
border-color css
<style>
span { border-color: #BF0094; }
span { border-color: rgb(191,0,148); }
td.TdClassName
{
border-color: #BF0094;
}
.TagClassName
{
border-color: #BF0094;
}
</style>