Shades of Medium Violet Red #BF078B
Tints of Medium Violet Red #BF078B
RGB
CMYK
RGB Variations
Color information
#BF078B (or 0xBF078B) is known color: Medium Violet Red. HEX triplet: BF, 07 and 8B. RGB value is (191,7,139). Sum of RGB (Red+Green+Blue) = 191+7+139=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF078B is #40F874. Grayscale: #4C4C4C. Windows color (decimal): -4257909 or 9111487. OLE color: 9111487.
HSL color Cylindrical-coordinate representation of color #BF078B: hue angle of 316.96º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF078B is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 139 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.25 |
| HSL | 316.96º | 0.93% | 0.39% | - |
| HSV(B) | 316.96º | 0.96% | 0.75% | - |
| XYZ | 26.22 | 13.09 | 25.57 | - |
| YUV | 77.06 | 162.96 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 139 | 0 | 0.96 | 0.27 | 0.25 | 316.96 | 0.93 | 0.39 |
| Hex | BF | 7 | 8B | 0 | 60 | 1B | 19 | 13D | 5D | 27 |
| Octal | 277 | 7 | 213 | 0 | 140 | 33 | 31 | 475 | 135 | 47 |
| Binary | 10111111 | 111 | 10001011 | 0 | 1100000 | 11011 | 11001 | 100111101 | 1011101 | 100111 |
Color Harmonies of #BF078B
Complementary color
Monochromatic Colors of #BF078B
Black with #BF078B
Text Example
Text Example
White with #BF078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF078B; }
p { color: rgb(191,7,139); }
H1.HeaderClassName
{
color: #BF078B;
}
.AnyTagClassName
{
color: #BF078B;
}
</style>
background-color css
<style>
a { background-color: #BF078B; }
a { background-color: rgb(191,7,139); }
div.DivClassName
{
background-color: #BF078B;
}
.BgClassName
{
background-color: #BF078B;
}
</style>
border-color css
<style>
span { border-color: #BF078B; }
span { border-color: rgb(191,7,139); }
td.TdClassName
{
border-color: #BF078B;
}
.TagClassName
{
border-color: #BF078B;
}
</style>