Shades of Medium Violet Red #BF156D
Tints of Medium Violet Red #BF156D
RGB
CMYK
RGB Variations
Color information
#BF156D (or 0xBF156D) is known color: Medium Violet Red. HEX triplet: BF, 15 and 6D. RGB value is (191,21,109). Sum of RGB (Red+Green+Blue) = 191+21+109=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF156D is #40EA92. Grayscale: #515151. Windows color (decimal): -4254355 or 7148991. OLE color: 7148991.
HSL color Cylindrical-coordinate representation of color #BF156D: hue angle of 328.94º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF156D is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 109 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.25 |
| HSL | 328.94º | 0.8% | 0.42% | - |
| HSV(B) | 328.94º | 0.89% | 0.75% | - |
| XYZ | 24.51 | 12.72 | 15.63 | - |
| YUV | 81.86 | 143.32 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 109 | 0 | 0.89 | 0.43 | 0.25 | 328.94 | 0.8 | 0.42 |
| Hex | BF | 15 | 6D | 0 | 59 | 2B | 19 | 149 | 50 | 2A |
| Octal | 277 | 25 | 155 | 0 | 131 | 53 | 31 | 511 | 120 | 52 |
| Binary | 10111111 | 10101 | 1101101 | 0 | 1011001 | 101011 | 11001 | 101001001 | 1010000 | 101010 |
Color Harmonies of #BF156D
Complementary color
Monochromatic Colors of #BF156D
Black with #BF156D
Text Example
Text Example
White with #BF156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF156D; }
p { color: rgb(191,21,109); }
H1.HeaderClassName
{
color: #BF156D;
}
.AnyTagClassName
{
color: #BF156D;
}
</style>
background-color css
<style>
a { background-color: #BF156D; }
a { background-color: rgb(191,21,109); }
div.DivClassName
{
background-color: #BF156D;
}
.BgClassName
{
background-color: #BF156D;
}
</style>
border-color css
<style>
span { border-color: #BF156D; }
span { border-color: rgb(191,21,109); }
td.TdClassName
{
border-color: #BF156D;
}
.TagClassName
{
border-color: #BF156D;
}
</style>