Shades of Medium Violet Red #BF1781
Tints of Medium Violet Red #BF1781
RGB
CMYK
RGB Variations
Color information
#BF1781 (or 0xBF1781) is known color: Medium Violet Red. HEX triplet: BF, 17 and 81. RGB value is (191,23,129). Sum of RGB (Red+Green+Blue) = 191+23+129=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1781 is #40E87E. Grayscale: #555555. Windows color (decimal): -4253823 or 8460223. OLE color: 8460223.
HSL color Cylindrical-coordinate representation of color #BF1781: hue angle of 322.14º 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 #BF1781 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 129 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.25 |
| HSL | 322.14º | 0.79% | 0.42% | - |
| HSV(B) | 322.14º | 0.88% | 0.75% | - |
| XYZ | 25.75 | 13.27 | 21.97 | - |
| YUV | 85.32 | 152.66 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 129 | 0 | 0.88 | 0.32 | 0.25 | 322.14 | 0.79 | 0.42 |
| Hex | BF | 17 | 81 | 0 | 58 | 20 | 19 | 142 | 4F | 2A |
| Octal | 277 | 27 | 201 | 0 | 130 | 40 | 31 | 502 | 117 | 52 |
| Binary | 10111111 | 10111 | 10000001 | 0 | 1011000 | 100000 | 11001 | 101000010 | 1001111 | 101010 |
Color Harmonies of #BF1781
Complementary color
Monochromatic Colors of #BF1781
Black with #BF1781
Text Example
Text Example
White with #BF1781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1781; }
p { color: rgb(191,23,129); }
H1.HeaderClassName
{
color: #BF1781;
}
.AnyTagClassName
{
color: #BF1781;
}
</style>
background-color css
<style>
a { background-color: #BF1781; }
a { background-color: rgb(191,23,129); }
div.DivClassName
{
background-color: #BF1781;
}
.BgClassName
{
background-color: #BF1781;
}
</style>
border-color css
<style>
span { border-color: #BF1781; }
span { border-color: rgb(191,23,129); }
td.TdClassName
{
border-color: #BF1781;
}
.TagClassName
{
border-color: #BF1781;
}
</style>