Shades of Medium Violet Red #BF1599
Tints of Medium Violet Red #BF1599
RGB
CMYK
RGB Variations
Color information
#BF1599 (or 0xBF1599) is known color: Medium Violet Red. HEX triplet: BF, 15 and 99. RGB value is (191,21,153). Sum of RGB (Red+Green+Blue) = 191+21+153=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1599 is #40EA66. Grayscale: #565656. Windows color (decimal): -4254311 or 10032575. OLE color: 10032575.
HSL color Cylindrical-coordinate representation of color #BF1599: hue angle of 313.41º 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 #BF1599 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 153 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.25 |
| HSL | 313.41º | 0.8% | 0.42% | - |
| HSV(B) | 313.41º | 0.89% | 0.75% | - |
| XYZ | 27.5 | 13.91 | 31.37 | - |
| YUV | 86.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 153 | 0 | 0.89 | 0.20 | 0.25 | 313.41 | 0.8 | 0.42 |
| Hex | BF | 15 | 99 | 0 | 59 | 14 | 19 | 139 | 50 | 2A |
| Octal | 277 | 25 | 231 | 0 | 131 | 24 | 31 | 471 | 120 | 52 |
| Binary | 10111111 | 10101 | 10011001 | 0 | 1011001 | 10100 | 11001 | 100111001 | 1010000 | 101010 |
Color Harmonies of #BF1599
Complementary color
Monochromatic Colors of #BF1599
Black with #BF1599
Text Example
Text Example
White with #BF1599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1599; }
p { color: rgb(191,21,153); }
H1.HeaderClassName
{
color: #BF1599;
}
.AnyTagClassName
{
color: #BF1599;
}
</style>
background-color css
<style>
a { background-color: #BF1599; }
a { background-color: rgb(191,21,153); }
div.DivClassName
{
background-color: #BF1599;
}
.BgClassName
{
background-color: #BF1599;
}
</style>
border-color css
<style>
span { border-color: #BF1599; }
span { border-color: rgb(191,21,153); }
td.TdClassName
{
border-color: #BF1599;
}
.TagClassName
{
border-color: #BF1599;
}
</style>