Shades of Medium Violet Red #BF056D
Tints of Medium Violet Red #BF056D
RGB
CMYK
RGB Variations
Color information
#BF056D (or 0xBF056D) is known color: Medium Violet Red. HEX triplet: BF, 05 and 6D. RGB value is (191,5,109). Sum of RGB (Red+Green+Blue) = 191+5+109=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF056D is #40FA92. Grayscale: #484848. Windows color (decimal): -4258451 or 7144895. OLE color: 7144895.
HSL color Cylindrical-coordinate representation of color #BF056D: hue angle of 326.45º 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 #BF056D is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 5 | 109 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.25 |
| HSL | 326.45º | 0.95% | 0.38% | - |
| HSV(B) | 326.45º | 0.97% | 0.75% | - |
| XYZ | 24.3 | 12.29 | 15.56 | - |
| YUV | 72.47 | 148.62 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 109 | 0 | 0.97 | 0.43 | 0.25 | 326.45 | 0.95 | 0.38 |
| Hex | BF | 5 | 6D | 0 | 61 | 2B | 19 | 146 | 5F | 26 |
| Octal | 277 | 5 | 155 | 0 | 141 | 53 | 31 | 506 | 137 | 46 |
| Binary | 10111111 | 101 | 1101101 | 0 | 1100001 | 101011 | 11001 | 101000110 | 1011111 | 100110 |
Color Harmonies of #BF056D
Complementary color
Monochromatic Colors of #BF056D
Black with #BF056D
Text Example
Text Example
White with #BF056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF056D; }
p { color: rgb(191,5,109); }
H1.HeaderClassName
{
color: #BF056D;
}
.AnyTagClassName
{
color: #BF056D;
}
</style>
background-color css
<style>
a { background-color: #BF056D; }
a { background-color: rgb(191,5,109); }
div.DivClassName
{
background-color: #BF056D;
}
.BgClassName
{
background-color: #BF056D;
}
</style>
border-color css
<style>
span { border-color: #BF056D; }
span { border-color: rgb(191,5,109); }
td.TdClassName
{
border-color: #BF056D;
}
.TagClassName
{
border-color: #BF056D;
}
</style>