Shades of Medium Violet Red #BF0F90
Tints of Medium Violet Red #BF0F90
RGB
CMYK
RGB Variations
Color information
#BF0F90 (or 0xBF0F90) is known color: Medium Violet Red. HEX triplet: BF, 0F and 90. RGB value is (191,15,144). Sum of RGB (Red+Green+Blue) = 191+15+144=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0F90 is #40F06F. Grayscale: #515151. Windows color (decimal): -4255856 or 9441215. OLE color: 9441215.
HSL color Cylindrical-coordinate representation of color #BF0F90: hue angle of 316.02º 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 #BF0F90 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 144 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.25 |
| HSL | 316.02º | 0.85% | 0.4% | - |
| HSV(B) | 316.02º | 0.92% | 0.75% | - |
| XYZ | 26.69 | 13.43 | 27.57 | - |
| YUV | 82.33 | 162.81 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 144 | 0 | 0.92 | 0.25 | 0.25 | 316.02 | 0.85 | 0.4 |
| Hex | BF | F | 90 | 0 | 5C | 19 | 19 | 13C | 55 | 28 |
| Octal | 277 | 17 | 220 | 0 | 134 | 31 | 31 | 474 | 125 | 50 |
| Binary | 10111111 | 1111 | 10010000 | 0 | 1011100 | 11001 | 11001 | 100111100 | 1010101 | 101000 |
Color Harmonies of #BF0F90
Complementary color
Monochromatic Colors of #BF0F90
Black with #BF0F90
Text Example
Text Example
White with #BF0F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0F90; }
p { color: rgb(191,15,144); }
H1.HeaderClassName
{
color: #BF0F90;
}
.AnyTagClassName
{
color: #BF0F90;
}
</style>
background-color css
<style>
a { background-color: #BF0F90; }
a { background-color: rgb(191,15,144); }
div.DivClassName
{
background-color: #BF0F90;
}
.BgClassName
{
background-color: #BF0F90;
}
</style>
border-color css
<style>
span { border-color: #BF0F90; }
span { border-color: rgb(191,15,144); }
td.TdClassName
{
border-color: #BF0F90;
}
.TagClassName
{
border-color: #BF0F90;
}
</style>