Shades of Medium Violet Red #BF1672
Tints of Medium Violet Red #BF1672
RGB
CMYK
RGB Variations
Color information
#BF1672 (or 0xBF1672) is known color: Medium Violet Red. HEX triplet: BF, 16 and 72. RGB value is (191,22,114). Sum of RGB (Red+Green+Blue) = 191+22+114=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1672 is #40E98D. Grayscale: #525252. Windows color (decimal): -4254094 or 7476927. OLE color: 7476927.
HSL color Cylindrical-coordinate representation of color #BF1672: hue angle of 327.34º 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 #BF1672 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 114 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.25 |
| HSL | 327.34º | 0.79% | 0.42% | - |
| HSV(B) | 327.34º | 0.88% | 0.75% | - |
| XYZ | 24.81 | 12.87 | 17.1 | - |
| YUV | 83.02 | 145.49 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 114 | 0 | 0.88 | 0.40 | 0.25 | 327.34 | 0.79 | 0.42 |
| Hex | BF | 16 | 72 | 0 | 58 | 28 | 19 | 147 | 4F | 2A |
| Octal | 277 | 26 | 162 | 0 | 130 | 50 | 31 | 507 | 117 | 52 |
| Binary | 10111111 | 10110 | 1110010 | 0 | 1011000 | 101000 | 11001 | 101000111 | 1001111 | 101010 |
Color Harmonies of #BF1672
Complementary color
Monochromatic Colors of #BF1672
Black with #BF1672
Text Example
Text Example
White with #BF1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1672; }
p { color: rgb(191,22,114); }
H1.HeaderClassName
{
color: #BF1672;
}
.AnyTagClassName
{
color: #BF1672;
}
</style>
background-color css
<style>
a { background-color: #BF1672; }
a { background-color: rgb(191,22,114); }
div.DivClassName
{
background-color: #BF1672;
}
.BgClassName
{
background-color: #BF1672;
}
</style>
border-color css
<style>
span { border-color: #BF1672; }
span { border-color: rgb(191,22,114); }
td.TdClassName
{
border-color: #BF1672;
}
.TagClassName
{
border-color: #BF1672;
}
</style>