Shades of Medium Violet Red #BF056E
Tints of Medium Violet Red #BF056E
RGB
CMYK
RGB Variations
Color information
#BF056E (or 0xBF056E) is known color: Medium Violet Red. HEX triplet: BF, 05 and 6E. RGB value is (191,5,110). Sum of RGB (Red+Green+Blue) = 191+5+110=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF056E is #40FA91. Grayscale: #484848. Windows color (decimal): -4258450 or 7210431. OLE color: 7210431.
HSL color Cylindrical-coordinate representation of color #BF056E: hue angle of 326.13º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF056E is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 5 | 110 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.25 |
| HSL | 326.13º | 0.95% | 0.38% | - |
| HSV(B) | 326.13º | 0.97% | 0.75% | - |
| XYZ | 24.35 | 12.31 | 15.84 | - |
| YUV | 72.58 | 149.12 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 110 | 0 | 0.97 | 0.42 | 0.25 | 326.13 | 0.95 | 0.38 |
| Hex | BF | 5 | 6E | 0 | 61 | 2A | 19 | 146 | 5F | 26 |
| Octal | 277 | 5 | 156 | 0 | 141 | 52 | 31 | 506 | 137 | 46 |
| Binary | 10111111 | 101 | 1101110 | 0 | 1100001 | 101010 | 11001 | 101000110 | 1011111 | 100110 |
Color Harmonies of #BF056E
Complementary color
Monochromatic Colors of #BF056E
Black with #BF056E
Text Example
Text Example
White with #BF056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF056E; }
p { color: rgb(191,5,110); }
H1.HeaderClassName
{
color: #BF056E;
}
.AnyTagClassName
{
color: #BF056E;
}
</style>
background-color css
<style>
a { background-color: #BF056E; }
a { background-color: rgb(191,5,110); }
div.DivClassName
{
background-color: #BF056E;
}
.BgClassName
{
background-color: #BF056E;
}
</style>
border-color css
<style>
span { border-color: #BF056E; }
span { border-color: rgb(191,5,110); }
td.TdClassName
{
border-color: #BF056E;
}
.TagClassName
{
border-color: #BF056E;
}
</style>