Shades of Medium Red Violet #BF2890
Tints of Medium Red Violet #BF2890
RGB
CMYK
RGB Variations
Color information
#BF2890 (or 0xBF2890) is known color: Medium Red Violet. HEX triplet: BF, 28 and 90. RGB value is (191,40,144). Sum of RGB (Red+Green+Blue) = 191+40+144=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2890 is #40D76F. Grayscale: #606060. Windows color (decimal): -4249456 or 9447615. OLE color: 9447615.
HSL color Cylindrical-coordinate representation of color #BF2890: hue angle of 318.68º 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 #BF2890 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 144 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.25 |
| HSL | 318.68º | 0.65% | 0.45% | - |
| HSV(B) | 318.68º | 0.79% | 0.75% | - |
| XYZ | 27.28 | 14.61 | 27.77 | - |
| YUV | 97.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 144 | 0 | 0.79 | 0.25 | 0.25 | 318.68 | 0.65 | 0.45 |
| Hex | BF | 28 | 90 | 0 | 4F | 19 | 19 | 13F | 41 | 2D |
| Octal | 277 | 50 | 220 | 0 | 117 | 31 | 31 | 477 | 101 | 55 |
| Binary | 10111111 | 101000 | 10010000 | 0 | 1001111 | 11001 | 11001 | 100111111 | 1000001 | 101101 |
Color Harmonies of #BF2890
Complementary color
Monochromatic Colors of #BF2890
Black with #BF2890
Text Example
Text Example
White with #BF2890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2890; }
p { color: rgb(191,40,144); }
H1.HeaderClassName
{
color: #BF2890;
}
.AnyTagClassName
{
color: #BF2890;
}
</style>
background-color css
<style>
a { background-color: #BF2890; }
a { background-color: rgb(191,40,144); }
div.DivClassName
{
background-color: #BF2890;
}
.BgClassName
{
background-color: #BF2890;
}
</style>
border-color css
<style>
span { border-color: #BF2890; }
span { border-color: rgb(191,40,144); }
td.TdClassName
{
border-color: #BF2890;
}
.TagClassName
{
border-color: #BF2890;
}
</style>