Shades of Medium Violet Red #BF2078
Tints of Medium Violet Red #BF2078
RGB
CMYK
RGB Variations
Color information
#BF2078 (or 0xBF2078) is known color: Medium Violet Red. HEX triplet: BF, 20 and 78. RGB value is (191,32,120). Sum of RGB (Red+Green+Blue) = 191+32+120=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2078 is #40DF87. Grayscale: #595959. Windows color (decimal): -4251528 or 7872703. OLE color: 7872703.
HSL color Cylindrical-coordinate representation of color #BF2078: hue angle of 326.79º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2078 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 120 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.25 |
| HSL | 326.79º | 0.71% | 0.44% | - |
| HSV(B) | 326.79º | 0.83% | 0.75% | - |
| XYZ | 25.39 | 13.47 | 19.03 | - |
| YUV | 89.57 | 145.18 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 120 | 0 | 0.83 | 0.37 | 0.25 | 326.79 | 0.71 | 0.44 |
| Hex | BF | 20 | 78 | 0 | 53 | 25 | 19 | 147 | 47 | 2C |
| Octal | 277 | 40 | 170 | 0 | 123 | 45 | 31 | 507 | 107 | 54 |
| Binary | 10111111 | 100000 | 1111000 | 0 | 1010011 | 100101 | 11001 | 101000111 | 1000111 | 101100 |
Color Harmonies of #BF2078
Complementary color
Monochromatic Colors of #BF2078
Black with #BF2078
Text Example
Text Example
White with #BF2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2078; }
p { color: rgb(191,32,120); }
H1.HeaderClassName
{
color: #BF2078;
}
.AnyTagClassName
{
color: #BF2078;
}
</style>
background-color css
<style>
a { background-color: #BF2078; }
a { background-color: rgb(191,32,120); }
div.DivClassName
{
background-color: #BF2078;
}
.BgClassName
{
background-color: #BF2078;
}
</style>
border-color css
<style>
span { border-color: #BF2078; }
span { border-color: rgb(191,32,120); }
td.TdClassName
{
border-color: #BF2078;
}
.TagClassName
{
border-color: #BF2078;
}
</style>