Shades of Medium Violet Red #BF156F
Tints of Medium Violet Red #BF156F
RGB
CMYK
RGB Variations
Color information
#BF156F (or 0xBF156F) is known color: Medium Violet Red. HEX triplet: BF, 15 and 6F. RGB value is (191,21,111). Sum of RGB (Red+Green+Blue) = 191+21+111=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF156F is #40EA90. Grayscale: #515151. Windows color (decimal): -4254353 or 7280063. OLE color: 7280063.
HSL color Cylindrical-coordinate representation of color #BF156F: hue angle of 328.24º 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 #BF156F is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 111 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.25 |
| HSL | 328.24º | 0.8% | 0.42% | - |
| HSV(B) | 328.24º | 0.89% | 0.75% | - |
| XYZ | 24.62 | 12.76 | 16.2 | - |
| YUV | 82.09 | 144.32 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 111 | 0 | 0.89 | 0.42 | 0.25 | 328.24 | 0.8 | 0.42 |
| Hex | BF | 15 | 6F | 0 | 59 | 2A | 19 | 148 | 50 | 2A |
| Octal | 277 | 25 | 157 | 0 | 131 | 52 | 31 | 510 | 120 | 52 |
| Binary | 10111111 | 10101 | 1101111 | 0 | 1011001 | 101010 | 11001 | 101001000 | 1010000 | 101010 |
Color Harmonies of #BF156F
Complementary color
Monochromatic Colors of #BF156F
Black with #BF156F
Text Example
Text Example
White with #BF156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF156F; }
p { color: rgb(191,21,111); }
H1.HeaderClassName
{
color: #BF156F;
}
.AnyTagClassName
{
color: #BF156F;
}
</style>
background-color css
<style>
a { background-color: #BF156F; }
a { background-color: rgb(191,21,111); }
div.DivClassName
{
background-color: #BF156F;
}
.BgClassName
{
background-color: #BF156F;
}
</style>
border-color css
<style>
span { border-color: #BF156F; }
span { border-color: rgb(191,21,111); }
td.TdClassName
{
border-color: #BF156F;
}
.TagClassName
{
border-color: #BF156F;
}
</style>