Shades of Medium Violet Red #BF1783
Tints of Medium Violet Red #BF1783
RGB
CMYK
RGB Variations
Color information
#BF1783 (or 0xBF1783) is known color: Medium Violet Red. HEX triplet: BF, 17 and 83. RGB value is (191,23,131). Sum of RGB (Red+Green+Blue) = 191+23+131=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1783 is #40E87C. Grayscale: #555555. Windows color (decimal): -4253821 or 8591295. OLE color: 8591295.
HSL color Cylindrical-coordinate representation of color #BF1783: hue angle of 321.43º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1783 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 131 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.25 |
| HSL | 321.43º | 0.79% | 0.42% | - |
| HSV(B) | 321.43º | 0.88% | 0.75% | - |
| XYZ | 25.89 | 13.33 | 22.68 | - |
| YUV | 85.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 131 | 0 | 0.88 | 0.31 | 0.25 | 321.43 | 0.79 | 0.42 |
| Hex | BF | 17 | 83 | 0 | 58 | 1F | 19 | 141 | 4F | 2A |
| Octal | 277 | 27 | 203 | 0 | 130 | 37 | 31 | 501 | 117 | 52 |
| Binary | 10111111 | 10111 | 10000011 | 0 | 1011000 | 11111 | 11001 | 101000001 | 1001111 | 101010 |
Color Harmonies of #BF1783
Complementary color
Monochromatic Colors of #BF1783
Black with #BF1783
Text Example
Text Example
White with #BF1783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1783; }
p { color: rgb(191,23,131); }
H1.HeaderClassName
{
color: #BF1783;
}
.AnyTagClassName
{
color: #BF1783;
}
</style>
background-color css
<style>
a { background-color: #BF1783; }
a { background-color: rgb(191,23,131); }
div.DivClassName
{
background-color: #BF1783;
}
.BgClassName
{
background-color: #BF1783;
}
</style>
border-color css
<style>
span { border-color: #BF1783; }
span { border-color: rgb(191,23,131); }
td.TdClassName
{
border-color: #BF1783;
}
.TagClassName
{
border-color: #BF1783;
}
</style>