Shades of Medium Red Violet #BF2896
Tints of Medium Red Violet #BF2896
RGB
CMYK
RGB Variations
Color information
#BF2896 (or 0xBF2896) is known color: Medium Red Violet. HEX triplet: BF, 28 and 96. RGB value is (191,40,150). Sum of RGB (Red+Green+Blue) = 191+40+150=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2896 is #40D769. Grayscale: #616161. Windows color (decimal): -4249450 or 9840831. OLE color: 9840831.
HSL color Cylindrical-coordinate representation of color #BF2896: hue angle of 316.29º 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 #BF2896 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 150 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.25 |
| HSL | 316.29º | 0.65% | 0.45% | - |
| HSV(B) | 316.29º | 0.79% | 0.75% | - |
| XYZ | 27.75 | 14.8 | 30.25 | - |
| YUV | 97.69 | 157.53 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 150 | 0 | 0.79 | 0.21 | 0.25 | 316.29 | 0.65 | 0.45 |
| Hex | BF | 28 | 96 | 0 | 4F | 15 | 19 | 13C | 41 | 2D |
| Octal | 277 | 50 | 226 | 0 | 117 | 25 | 31 | 474 | 101 | 55 |
| Binary | 10111111 | 101000 | 10010110 | 0 | 1001111 | 10101 | 11001 | 100111100 | 1000001 | 101101 |
Color Harmonies of #BF2896
Complementary color
Monochromatic Colors of #BF2896
Black with #BF2896
Text Example
Text Example
White with #BF2896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2896; }
p { color: rgb(191,40,150); }
H1.HeaderClassName
{
color: #BF2896;
}
.AnyTagClassName
{
color: #BF2896;
}
</style>
background-color css
<style>
a { background-color: #BF2896; }
a { background-color: rgb(191,40,150); }
div.DivClassName
{
background-color: #BF2896;
}
.BgClassName
{
background-color: #BF2896;
}
</style>
border-color css
<style>
span { border-color: #BF2896; }
span { border-color: rgb(191,40,150); }
td.TdClassName
{
border-color: #BF2896;
}
.TagClassName
{
border-color: #BF2896;
}
</style>