Shades of Medium Red Violet #BF3187
Tints of Medium Red Violet #BF3187
RGB
CMYK
RGB Variations
Color information
#BF3187 (or 0xBF3187) is known color: Medium Red Violet. HEX triplet: BF, 31 and 87. RGB value is (191,49,135). Sum of RGB (Red+Green+Blue) = 191+49+135=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3187 is #40CE78. Grayscale: #656565. Windows color (decimal): -4247161 or 8860095. OLE color: 8860095.
HSL color Cylindrical-coordinate representation of color #BF3187: hue angle of 323.66º 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 #BF3187 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 135 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.25 |
| HSL | 323.66º | 0.59% | 0.47% | - |
| HSV(B) | 323.66º | 0.74% | 0.75% | - |
| XYZ | 26.96 | 15.02 | 24.4 | - |
| YUV | 101.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 135 | 0 | 0.74 | 0.29 | 0.25 | 323.66 | 0.59 | 0.47 |
| Hex | BF | 31 | 87 | 0 | 4A | 1D | 19 | 144 | 3B | 2F |
| Octal | 277 | 61 | 207 | 0 | 112 | 35 | 31 | 504 | 73 | 57 |
| Binary | 10111111 | 110001 | 10000111 | 0 | 1001010 | 11101 | 11001 | 101000100 | 111011 | 101111 |
Color Harmonies of #BF3187
Complementary color
Monochromatic Colors of #BF3187
Black with #BF3187
Text Example
Text Example
White with #BF3187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3187; }
p { color: rgb(191,49,135); }
H1.HeaderClassName
{
color: #BF3187;
}
.AnyTagClassName
{
color: #BF3187;
}
</style>
background-color css
<style>
a { background-color: #BF3187; }
a { background-color: rgb(191,49,135); }
div.DivClassName
{
background-color: #BF3187;
}
.BgClassName
{
background-color: #BF3187;
}
</style>
border-color css
<style>
span { border-color: #BF3187; }
span { border-color: rgb(191,49,135); }
td.TdClassName
{
border-color: #BF3187;
}
.TagClassName
{
border-color: #BF3187;
}
</style>