Shades of Medium Red Violet #BF297F
Tints of Medium Red Violet #BF297F
RGB
CMYK
RGB Variations
Color information
#BF297F (or 0xBF297F) is known color: Medium Red Violet. HEX triplet: BF, 29 and 7F. RGB value is (191,41,127). Sum of RGB (Red+Green+Blue) = 191+41+127=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF297F is #40D680. Grayscale: #5F5F5F. Windows color (decimal): -4249217 or 8333759. OLE color: 8333759.
HSL color Cylindrical-coordinate representation of color #BF297F: hue angle of 325.6º 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 #BF297F is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 127 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.25 |
| HSL | 325.6º | 0.65% | 0.45% | - |
| HSV(B) | 325.6º | 0.79% | 0.75% | - |
| XYZ | 26.11 | 14.19 | 21.44 | - |
| YUV | 95.65 | 145.7 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 127 | 0 | 0.79 | 0.34 | 0.25 | 325.6 | 0.65 | 0.45 |
| Hex | BF | 29 | 7F | 0 | 4F | 22 | 19 | 146 | 41 | 2D |
| Octal | 277 | 51 | 177 | 0 | 117 | 42 | 31 | 506 | 101 | 55 |
| Binary | 10111111 | 101001 | 1111111 | 0 | 1001111 | 100010 | 11001 | 101000110 | 1000001 | 101101 |
Color Harmonies of #BF297F
Complementary color
Monochromatic Colors of #BF297F
Black with #BF297F
Text Example
Text Example
White with #BF297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF297F; }
p { color: rgb(191,41,127); }
H1.HeaderClassName
{
color: #BF297F;
}
.AnyTagClassName
{
color: #BF297F;
}
</style>
background-color css
<style>
a { background-color: #BF297F; }
a { background-color: rgb(191,41,127); }
div.DivClassName
{
background-color: #BF297F;
}
.BgClassName
{
background-color: #BF297F;
}
</style>
border-color css
<style>
span { border-color: #BF297F; }
span { border-color: rgb(191,41,127); }
td.TdClassName
{
border-color: #BF297F;
}
.TagClassName
{
border-color: #BF297F;
}
</style>