Shades of Medium Violet Red #BF0D76
Tints of Medium Violet Red #BF0D76
RGB
CMYK
RGB Variations
Color information
#BF0D76 (or 0xBF0D76) is known color: Medium Violet Red. HEX triplet: BF, 0D and 76. RGB value is (191,13,118). Sum of RGB (Red+Green+Blue) = 191+13+118=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0D76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0D76 is #40F289. Grayscale: #4D4D4D. Windows color (decimal): -4256394 or 7736767. OLE color: 7736767.
HSL color Cylindrical-coordinate representation of color #BF0D76: hue angle of 324.61º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0D76 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 118 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.25 |
| HSL | 324.61º | 0.87% | 0.4% | - |
| HSV(B) | 324.61º | 0.93% | 0.75% | - |
| XYZ | 24.9 | 12.67 | 18.27 | - |
| YUV | 78.19 | 150.47 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 118 | 0 | 0.93 | 0.38 | 0.25 | 324.61 | 0.87 | 0.4 |
| Hex | BF | D | 76 | 0 | 5D | 26 | 19 | 145 | 57 | 28 |
| Octal | 277 | 15 | 166 | 0 | 135 | 46 | 31 | 505 | 127 | 50 |
| Binary | 10111111 | 1101 | 1110110 | 0 | 1011101 | 100110 | 11001 | 101000101 | 1010111 | 101000 |
Color Harmonies of #BF0D76
Complementary color
Monochromatic Colors of #BF0D76
Black with #BF0D76
Text Example
Text Example
White with #BF0D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0D76; }
p { color: rgb(191,13,118); }
H1.HeaderClassName
{
color: #BF0D76;
}
.AnyTagClassName
{
color: #BF0D76;
}
</style>
background-color css
<style>
a { background-color: #BF0D76; }
a { background-color: rgb(191,13,118); }
div.DivClassName
{
background-color: #BF0D76;
}
.BgClassName
{
background-color: #BF0D76;
}
</style>
border-color css
<style>
span { border-color: #BF0D76; }
span { border-color: rgb(191,13,118); }
td.TdClassName
{
border-color: #BF0D76;
}
.TagClassName
{
border-color: #BF0D76;
}
</style>