Shades of Medium Violet Red #BF1F83
Tints of Medium Violet Red #BF1F83
RGB
CMYK
RGB Variations
Color information
#BF1F83 (or 0xBF1F83) is known color: Medium Violet Red. HEX triplet: BF, 1F and 83. RGB value is (191,31,131). Sum of RGB (Red+Green+Blue) = 191+31+131=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1F83 is #40E07C. Grayscale: #5A5A5A. Windows color (decimal): -4251773 or 8593343. OLE color: 8593343.
HSL color Cylindrical-coordinate representation of color #BF1F83: hue angle of 322.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1F83 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 131 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.25 |
| HSL | 322.5º | 0.72% | 0.44% | - |
| HSV(B) | 322.5º | 0.84% | 0.75% | - |
| XYZ | 26.07 | 13.7 | 22.74 | - |
| YUV | 90.24 | 151.01 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 131 | 0 | 0.84 | 0.31 | 0.25 | 322.5 | 0.72 | 0.44 |
| Hex | BF | 1F | 83 | 0 | 54 | 1F | 19 | 142 | 48 | 2C |
| Octal | 277 | 37 | 203 | 0 | 124 | 37 | 31 | 502 | 110 | 54 |
| Binary | 10111111 | 11111 | 10000011 | 0 | 1010100 | 11111 | 11001 | 101000010 | 1001000 | 101100 |
Color Harmonies of #BF1F83
Complementary color
Monochromatic Colors of #BF1F83
Black with #BF1F83
Text Example
Text Example
White with #BF1F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1F83; }
p { color: rgb(191,31,131); }
H1.HeaderClassName
{
color: #BF1F83;
}
.AnyTagClassName
{
color: #BF1F83;
}
</style>
background-color css
<style>
a { background-color: #BF1F83; }
a { background-color: rgb(191,31,131); }
div.DivClassName
{
background-color: #BF1F83;
}
.BgClassName
{
background-color: #BF1F83;
}
</style>
border-color css
<style>
span { border-color: #BF1F83; }
span { border-color: rgb(191,31,131); }
td.TdClassName
{
border-color: #BF1F83;
}
.TagClassName
{
border-color: #BF1F83;
}
</style>