Shades of Medium Red Violet #BF2E89
Tints of Medium Red Violet #BF2E89
RGB
CMYK
RGB Variations
Color information
#BF2E89 (or 0xBF2E89) is known color: Medium Red Violet. HEX triplet: BF, 2E and 89. RGB value is (191,46,137). Sum of RGB (Red+Green+Blue) = 191+46+137=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2E89 is #40D176. Grayscale: #636363. Windows color (decimal): -4247927 or 8990399. OLE color: 8990399.
HSL color Cylindrical-coordinate representation of color #BF2E89: hue angle of 322.34º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2E89 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 137 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.25 |
| HSL | 322.34º | 0.61% | 0.46% | - |
| HSV(B) | 322.34º | 0.76% | 0.75% | - |
| XYZ | 26.98 | 14.84 | 25.11 | - |
| YUV | 99.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 137 | 0 | 0.76 | 0.28 | 0.25 | 322.34 | 0.61 | 0.46 |
| Hex | BF | 2E | 89 | 0 | 4C | 1C | 19 | 142 | 3D | 2E |
| Octal | 277 | 56 | 211 | 0 | 114 | 34 | 31 | 502 | 75 | 56 |
| Binary | 10111111 | 101110 | 10001001 | 0 | 1001100 | 11100 | 11001 | 101000010 | 111101 | 101110 |
Color Harmonies of #BF2E89
Complementary color
Monochromatic Colors of #BF2E89
Black with #BF2E89
Text Example
Text Example
White with #BF2E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E89; }
p { color: rgb(191,46,137); }
H1.HeaderClassName
{
color: #BF2E89;
}
.AnyTagClassName
{
color: #BF2E89;
}
</style>
background-color css
<style>
a { background-color: #BF2E89; }
a { background-color: rgb(191,46,137); }
div.DivClassName
{
background-color: #BF2E89;
}
.BgClassName
{
background-color: #BF2E89;
}
</style>
border-color css
<style>
span { border-color: #BF2E89; }
span { border-color: rgb(191,46,137); }
td.TdClassName
{
border-color: #BF2E89;
}
.TagClassName
{
border-color: #BF2E89;
}
</style>