Shades of Medium Red Violet #BF2887
Tints of Medium Red Violet #BF2887
RGB
CMYK
RGB Variations
Color information
#BF2887 (or 0xBF2887) is known color: Medium Red Violet. HEX triplet: BF, 28 and 87. RGB value is (191,40,135). Sum of RGB (Red+Green+Blue) = 191+40+135=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2887 is #40D778. Grayscale: #5F5F5F. Windows color (decimal): -4249465 or 8857791. OLE color: 8857791.
HSL color Cylindrical-coordinate representation of color #BF2887: hue angle of 322.25º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2887 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 135 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.25 |
| HSL | 322.25º | 0.65% | 0.45% | - |
| HSV(B) | 322.25º | 0.79% | 0.75% | - |
| XYZ | 26.62 | 14.34 | 24.29 | - |
| YUV | 95.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 135 | 0 | 0.79 | 0.29 | 0.25 | 322.25 | 0.65 | 0.45 |
| Hex | BF | 28 | 87 | 0 | 4F | 1D | 19 | 142 | 41 | 2D |
| Octal | 277 | 50 | 207 | 0 | 117 | 35 | 31 | 502 | 101 | 55 |
| Binary | 10111111 | 101000 | 10000111 | 0 | 1001111 | 11101 | 11001 | 101000010 | 1000001 | 101101 |
Color Harmonies of #BF2887
Complementary color
Monochromatic Colors of #BF2887
Black with #BF2887
Text Example
Text Example
White with #BF2887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2887; }
p { color: rgb(191,40,135); }
H1.HeaderClassName
{
color: #BF2887;
}
.AnyTagClassName
{
color: #BF2887;
}
</style>
background-color css
<style>
a { background-color: #BF2887; }
a { background-color: rgb(191,40,135); }
div.DivClassName
{
background-color: #BF2887;
}
.BgClassName
{
background-color: #BF2887;
}
</style>
border-color css
<style>
span { border-color: #BF2887; }
span { border-color: rgb(191,40,135); }
td.TdClassName
{
border-color: #BF2887;
}
.TagClassName
{
border-color: #BF2887;
}
</style>