Shades of Medium Violet Red #BF0C95
Tints of Medium Violet Red #BF0C95
RGB
CMYK
RGB Variations
Color information
#BF0C95 (or 0xBF0C95) is known color: Medium Violet Red. HEX triplet: BF, 0C and 95. RGB value is (191,12,149). Sum of RGB (Red+Green+Blue) = 191+12+149=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0C95 is #40F36A. Grayscale: #505050. Windows color (decimal): -4256619 or 9768127. OLE color: 9768127.
HSL color Cylindrical-coordinate representation of color #BF0C95: hue angle of 314.08º 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 #BF0C95 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 149 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.25 |
| HSL | 314.08º | 0.88% | 0.4% | - |
| HSV(B) | 314.08º | 0.94% | 0.75% | - |
| XYZ | 27.04 | 13.51 | 29.62 | - |
| YUV | 81.14 | 166.3 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 149 | 0 | 0.94 | 0.22 | 0.25 | 314.08 | 0.88 | 0.4 |
| Hex | BF | C | 95 | 0 | 5E | 16 | 19 | 13A | 58 | 28 |
| Octal | 277 | 14 | 225 | 0 | 136 | 26 | 31 | 472 | 130 | 50 |
| Binary | 10111111 | 1100 | 10010101 | 0 | 1011110 | 10110 | 11001 | 100111010 | 1011000 | 101000 |
Color Harmonies of #BF0C95
Complementary color
Monochromatic Colors of #BF0C95
Black with #BF0C95
Text Example
Text Example
White with #BF0C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C95; }
p { color: rgb(191,12,149); }
H1.HeaderClassName
{
color: #BF0C95;
}
.AnyTagClassName
{
color: #BF0C95;
}
</style>
background-color css
<style>
a { background-color: #BF0C95; }
a { background-color: rgb(191,12,149); }
div.DivClassName
{
background-color: #BF0C95;
}
.BgClassName
{
background-color: #BF0C95;
}
</style>
border-color css
<style>
span { border-color: #BF0C95; }
span { border-color: rgb(191,12,149); }
td.TdClassName
{
border-color: #BF0C95;
}
.TagClassName
{
border-color: #BF0C95;
}
</style>