Shades of Medium Violet Red #BF1583
Tints of Medium Violet Red #BF1583
RGB
CMYK
RGB Variations
Color information
#BF1583 (or 0xBF1583) is known color: Medium Violet Red. HEX triplet: BF, 15 and 83. RGB value is (191,21,131). Sum of RGB (Red+Green+Blue) = 191+21+131=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1583 is #40EA7C. Grayscale: #545454. Windows color (decimal): -4254333 or 8590783. OLE color: 8590783.
HSL color Cylindrical-coordinate representation of color #BF1583: hue angle of 321.18º 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 #BF1583 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 131 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.25 |
| HSL | 321.18º | 0.8% | 0.42% | - |
| HSV(B) | 321.18º | 0.89% | 0.75% | - |
| XYZ | 25.85 | 13.25 | 22.67 | - |
| YUV | 84.37 | 154.32 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 131 | 0 | 0.89 | 0.31 | 0.25 | 321.18 | 0.8 | 0.42 |
| Hex | BF | 15 | 83 | 0 | 59 | 1F | 19 | 141 | 50 | 2A |
| Octal | 277 | 25 | 203 | 0 | 131 | 37 | 31 | 501 | 120 | 52 |
| Binary | 10111111 | 10101 | 10000011 | 0 | 1011001 | 11111 | 11001 | 101000001 | 1010000 | 101010 |
Color Harmonies of #BF1583
Complementary color
Monochromatic Colors of #BF1583
Black with #BF1583
Text Example
Text Example
White with #BF1583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1583; }
p { color: rgb(191,21,131); }
H1.HeaderClassName
{
color: #BF1583;
}
.AnyTagClassName
{
color: #BF1583;
}
</style>
background-color css
<style>
a { background-color: #BF1583; }
a { background-color: rgb(191,21,131); }
div.DivClassName
{
background-color: #BF1583;
}
.BgClassName
{
background-color: #BF1583;
}
</style>
border-color css
<style>
span { border-color: #BF1583; }
span { border-color: rgb(191,21,131); }
td.TdClassName
{
border-color: #BF1583;
}
.TagClassName
{
border-color: #BF1583;
}
</style>