Shades of Medium Red Violet #BF319D
Tints of Medium Red Violet #BF319D
RGB
CMYK
RGB Variations
Color information
#BF319D (or 0xBF319D) is known color: Medium Red Violet. HEX triplet: BF, 31 and 9D. RGB value is (191,49,157). Sum of RGB (Red+Green+Blue) = 191+49+157=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF319D is #40CE62. Grayscale: #676767. Windows color (decimal): -4247139 or 10301887. OLE color: 10301887.
HSL color Cylindrical-coordinate representation of color #BF319D: hue angle of 314.37º 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 #BF319D is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 157 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.25 |
| HSL | 314.37º | 0.59% | 0.47% | - |
| HSV(B) | 314.37º | 0.74% | 0.75% | - |
| XYZ | 28.67 | 15.71 | 33.42 | - |
| YUV | 103.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 157 | 0 | 0.74 | 0.18 | 0.25 | 314.37 | 0.59 | 0.47 |
| Hex | BF | 31 | 9D | 0 | 4A | 12 | 19 | 13A | 3B | 2F |
| Octal | 277 | 61 | 235 | 0 | 112 | 22 | 31 | 472 | 73 | 57 |
| Binary | 10111111 | 110001 | 10011101 | 0 | 1001010 | 10010 | 11001 | 100111010 | 111011 | 101111 |
Color Harmonies of #BF319D
Complementary color
Monochromatic Colors of #BF319D
Black with #BF319D
Text Example
Text Example
White with #BF319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF319D; }
p { color: rgb(191,49,157); }
H1.HeaderClassName
{
color: #BF319D;
}
.AnyTagClassName
{
color: #BF319D;
}
</style>
background-color css
<style>
a { background-color: #BF319D; }
a { background-color: rgb(191,49,157); }
div.DivClassName
{
background-color: #BF319D;
}
.BgClassName
{
background-color: #BF319D;
}
</style>
border-color css
<style>
span { border-color: #BF319D; }
span { border-color: rgb(191,49,157); }
td.TdClassName
{
border-color: #BF319D;
}
.TagClassName
{
border-color: #BF319D;
}
</style>