Shades of Medium Red Violet #BF3170
Tints of Medium Red Violet #BF3170
RGB
CMYK
RGB Variations
Color information
#BF3170 (or 0xBF3170) is known color: Medium Red Violet. HEX triplet: BF, 31 and 70. RGB value is (191,49,112). Sum of RGB (Red+Green+Blue) = 191+49+112=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3170 is #40CE8F. Grayscale: #626262. Windows color (decimal): -4247184 or 7352767. OLE color: 7352767.
HSL color Cylindrical-coordinate representation of color #BF3170: hue angle of 333.38º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3170 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 112 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.25 |
| HSL | 333.38º | 0.59% | 0.47% | - |
| HSV(B) | 333.38º | 0.74% | 0.75% | - |
| XYZ | 25.51 | 14.44 | 16.77 | - |
| YUV | 98.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 112 | 0 | 0.74 | 0.41 | 0.25 | 333.38 | 0.59 | 0.47 |
| Hex | BF | 31 | 70 | 0 | 4A | 29 | 19 | 14D | 3B | 2F |
| Octal | 277 | 61 | 160 | 0 | 112 | 51 | 31 | 515 | 73 | 57 |
| Binary | 10111111 | 110001 | 1110000 | 0 | 1001010 | 101001 | 11001 | 101001101 | 111011 | 101111 |
Color Harmonies of #BF3170
Complementary color
Monochromatic Colors of #BF3170
Black with #BF3170
Text Example
Text Example
White with #BF3170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3170; }
p { color: rgb(191,49,112); }
H1.HeaderClassName
{
color: #BF3170;
}
.AnyTagClassName
{
color: #BF3170;
}
</style>
background-color css
<style>
a { background-color: #BF3170; }
a { background-color: rgb(191,49,112); }
div.DivClassName
{
background-color: #BF3170;
}
.BgClassName
{
background-color: #BF3170;
}
</style>
border-color css
<style>
span { border-color: #BF3170; }
span { border-color: rgb(191,49,112); }
td.TdClassName
{
border-color: #BF3170;
}
.TagClassName
{
border-color: #BF3170;
}
</style>