Shades of Medium Violet Red #BF158E
Tints of Medium Violet Red #BF158E
RGB
CMYK
RGB Variations
Color information
#BF158E (or 0xBF158E) is known color: Medium Violet Red. HEX triplet: BF, 15 and 8E. RGB value is (191,21,142). Sum of RGB (Red+Green+Blue) = 191+21+142=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF158E is #40EA71. Grayscale: #555555. Windows color (decimal): -4254322 or 9311679. OLE color: 9311679.
HSL color Cylindrical-coordinate representation of color #BF158E: hue angle of 317.29º 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 #BF158E is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 142 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.25 |
| HSL | 317.29º | 0.8% | 0.42% | - |
| HSV(B) | 317.29º | 0.89% | 0.75% | - |
| XYZ | 26.64 | 13.57 | 26.81 | - |
| YUV | 85.62 | 159.82 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 142 | 0 | 0.89 | 0.26 | 0.25 | 317.29 | 0.8 | 0.42 |
| Hex | BF | 15 | 8E | 0 | 59 | 1A | 19 | 13D | 50 | 2A |
| Octal | 277 | 25 | 216 | 0 | 131 | 32 | 31 | 475 | 120 | 52 |
| Binary | 10111111 | 10101 | 10001110 | 0 | 1011001 | 11010 | 11001 | 100111101 | 1010000 | 101010 |
Color Harmonies of #BF158E
Complementary color
Monochromatic Colors of #BF158E
Black with #BF158E
Text Example
Text Example
White with #BF158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF158E; }
p { color: rgb(191,21,142); }
H1.HeaderClassName
{
color: #BF158E;
}
.AnyTagClassName
{
color: #BF158E;
}
</style>
background-color css
<style>
a { background-color: #BF158E; }
a { background-color: rgb(191,21,142); }
div.DivClassName
{
background-color: #BF158E;
}
.BgClassName
{
background-color: #BF158E;
}
</style>
border-color css
<style>
span { border-color: #BF158E; }
span { border-color: rgb(191,21,142); }
td.TdClassName
{
border-color: #BF158E;
}
.TagClassName
{
border-color: #BF158E;
}
</style>