Shades of Medium Violet Red #BF1772
Tints of Medium Violet Red #BF1772
RGB
CMYK
RGB Variations
Color information
#BF1772 (or 0xBF1772) is known color: Medium Violet Red. HEX triplet: BF, 17 and 72. RGB value is (191,23,114). Sum of RGB (Red+Green+Blue) = 191+23+114=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1772 is #40E88D. Grayscale: #535353. Windows color (decimal): -4253838 or 7477183. OLE color: 7477183.
HSL color Cylindrical-coordinate representation of color #BF1772: hue angle of 327.5º 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 #BF1772 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 114 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.25 |
| HSL | 327.5º | 0.79% | 0.42% | - |
| HSV(B) | 327.5º | 0.88% | 0.75% | - |
| XYZ | 24.83 | 12.9 | 17.1 | - |
| YUV | 83.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 114 | 0 | 0.88 | 0.40 | 0.25 | 327.5 | 0.79 | 0.42 |
| Hex | BF | 17 | 72 | 0 | 58 | 28 | 19 | 148 | 4F | 2A |
| Octal | 277 | 27 | 162 | 0 | 130 | 50 | 31 | 510 | 117 | 52 |
| Binary | 10111111 | 10111 | 1110010 | 0 | 1011000 | 101000 | 11001 | 101001000 | 1001111 | 101010 |
Color Harmonies of #BF1772
Complementary color
Monochromatic Colors of #BF1772
Black with #BF1772
Text Example
Text Example
White with #BF1772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1772; }
p { color: rgb(191,23,114); }
H1.HeaderClassName
{
color: #BF1772;
}
.AnyTagClassName
{
color: #BF1772;
}
</style>
background-color css
<style>
a { background-color: #BF1772; }
a { background-color: rgb(191,23,114); }
div.DivClassName
{
background-color: #BF1772;
}
.BgClassName
{
background-color: #BF1772;
}
</style>
border-color css
<style>
span { border-color: #BF1772; }
span { border-color: rgb(191,23,114); }
td.TdClassName
{
border-color: #BF1772;
}
.TagClassName
{
border-color: #BF1772;
}
</style>