Shades of Medium Red Violet #BF2881
Tints of Medium Red Violet #BF2881
RGB
CMYK
RGB Variations
Color information
#BF2881 (or 0xBF2881) is known color: Medium Red Violet. HEX triplet: BF, 28 and 81. RGB value is (191,40,129). Sum of RGB (Red+Green+Blue) = 191+40+129=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2881 is #40D77E. Grayscale: #5F5F5F. Windows color (decimal): -4249471 or 8464575. OLE color: 8464575.
HSL color Cylindrical-coordinate representation of color #BF2881: hue angle of 324.64º 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 #BF2881 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 129 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.25 |
| HSL | 324.64º | 0.65% | 0.45% | - |
| HSV(B) | 324.64º | 0.79% | 0.75% | - |
| XYZ | 26.21 | 14.18 | 22.12 | - |
| YUV | 95.3 | 147.03 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 129 | 0 | 0.79 | 0.32 | 0.25 | 324.64 | 0.65 | 0.45 |
| Hex | BF | 28 | 81 | 0 | 4F | 20 | 19 | 145 | 41 | 2D |
| Octal | 277 | 50 | 201 | 0 | 117 | 40 | 31 | 505 | 101 | 55 |
| Binary | 10111111 | 101000 | 10000001 | 0 | 1001111 | 100000 | 11001 | 101000101 | 1000001 | 101101 |
Color Harmonies of #BF2881
Complementary color
Monochromatic Colors of #BF2881
Black with #BF2881
Text Example
Text Example
White with #BF2881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2881; }
p { color: rgb(191,40,129); }
H1.HeaderClassName
{
color: #BF2881;
}
.AnyTagClassName
{
color: #BF2881;
}
</style>
background-color css
<style>
a { background-color: #BF2881; }
a { background-color: rgb(191,40,129); }
div.DivClassName
{
background-color: #BF2881;
}
.BgClassName
{
background-color: #BF2881;
}
</style>
border-color css
<style>
span { border-color: #BF2881; }
span { border-color: rgb(191,40,129); }
td.TdClassName
{
border-color: #BF2881;
}
.TagClassName
{
border-color: #BF2881;
}
</style>