Shades of Medium Violet Red #BF0E6D
Tints of Medium Violet Red #BF0E6D
RGB
CMYK
RGB Variations
Color information
#BF0E6D (or 0xBF0E6D) is known color: Medium Violet Red. HEX triplet: BF, 0E and 6D. RGB value is (191,14,109). Sum of RGB (Red+Green+Blue) = 191+14+109=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0E6D is #40F192. Grayscale: #4D4D4D. Windows color (decimal): -4256147 or 7147199. OLE color: 7147199.
HSL color Cylindrical-coordinate representation of color #BF0E6D: hue angle of 327.8º degrees, saturation: 0.86, 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 #BF0E6D is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 14 | 109 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.25 |
| HSL | 327.8º | 0.86% | 0.4% | - |
| HSV(B) | 327.8º | 0.93% | 0.75% | - |
| XYZ | 24.4 | 12.49 | 15.59 | - |
| YUV | 77.75 | 145.64 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 14 | 109 | 0 | 0.93 | 0.43 | 0.25 | 327.8 | 0.86 | 0.4 |
| Hex | BF | E | 6D | 0 | 5D | 2B | 19 | 148 | 56 | 28 |
| Octal | 277 | 16 | 155 | 0 | 135 | 53 | 31 | 510 | 126 | 50 |
| Binary | 10111111 | 1110 | 1101101 | 0 | 1011101 | 101011 | 11001 | 101001000 | 1010110 | 101000 |
Color Harmonies of #BF0E6D
Complementary color
Monochromatic Colors of #BF0E6D
Black with #BF0E6D
Text Example
Text Example
White with #BF0E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0E6D; }
p { color: rgb(191,14,109); }
H1.HeaderClassName
{
color: #BF0E6D;
}
.AnyTagClassName
{
color: #BF0E6D;
}
</style>
background-color css
<style>
a { background-color: #BF0E6D; }
a { background-color: rgb(191,14,109); }
div.DivClassName
{
background-color: #BF0E6D;
}
.BgClassName
{
background-color: #BF0E6D;
}
</style>
border-color css
<style>
span { border-color: #BF0E6D; }
span { border-color: rgb(191,14,109); }
td.TdClassName
{
border-color: #BF0E6D;
}
.TagClassName
{
border-color: #BF0E6D;
}
</style>