Shades of Medium Violet Red #BF0879
Tints of Medium Violet Red #BF0879
RGB
CMYK
RGB Variations
Color information
#BF0879 (or 0xBF0879) is known color: Medium Violet Red. HEX triplet: BF, 08 and 79. RGB value is (191,8,121). Sum of RGB (Red+Green+Blue) = 191+8+121=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0879 is #40F786. Grayscale: #4B4B4B. Windows color (decimal): -4257671 or 7932095. OLE color: 7932095.
HSL color Cylindrical-coordinate representation of color #BF0879: hue angle of 322.95º degrees, saturation: 0.92, 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 #BF0879 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 121 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.25 |
| HSL | 322.95º | 0.92% | 0.39% | - |
| HSV(B) | 322.95º | 0.96% | 0.75% | - |
| XYZ | 25.02 | 12.63 | 19.21 | - |
| YUV | 75.6 | 153.63 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 121 | 0 | 0.96 | 0.37 | 0.25 | 322.95 | 0.92 | 0.39 |
| Hex | BF | 8 | 79 | 0 | 60 | 25 | 19 | 143 | 5C | 27 |
| Octal | 277 | 10 | 171 | 0 | 140 | 45 | 31 | 503 | 134 | 47 |
| Binary | 10111111 | 1000 | 1111001 | 0 | 1100000 | 100101 | 11001 | 101000011 | 1011100 | 100111 |
Color Harmonies of #BF0879
Complementary color
Monochromatic Colors of #BF0879
Black with #BF0879
Text Example
Text Example
White with #BF0879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0879; }
p { color: rgb(191,8,121); }
H1.HeaderClassName
{
color: #BF0879;
}
.AnyTagClassName
{
color: #BF0879;
}
</style>
background-color css
<style>
a { background-color: #BF0879; }
a { background-color: rgb(191,8,121); }
div.DivClassName
{
background-color: #BF0879;
}
.BgClassName
{
background-color: #BF0879;
}
</style>
border-color css
<style>
span { border-color: #BF0879; }
span { border-color: rgb(191,8,121); }
td.TdClassName
{
border-color: #BF0879;
}
.TagClassName
{
border-color: #BF0879;
}
</style>