Shades of Medium Red Violet #BF2497
Tints of Medium Red Violet #BF2497
RGB
CMYK
RGB Variations
Color information
#BF2497 (or 0xBF2497) is known color: Medium Red Violet. HEX triplet: BF, 24 and 97. RGB value is (191,36,151). Sum of RGB (Red+Green+Blue) = 191+36+151=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2497 is #40DB68. Grayscale: #5F5F5F. Windows color (decimal): -4250473 or 9905343. OLE color: 9905343.
HSL color Cylindrical-coordinate representation of color #BF2497: hue angle of 315.48º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2497 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 151 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.25 |
| HSL | 315.48º | 0.68% | 0.45% | - |
| HSV(B) | 315.48º | 0.81% | 0.75% | - |
| XYZ | 27.7 | 14.57 | 30.63 | - |
| YUV | 95.46 | 159.35 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 151 | 0 | 0.81 | 0.21 | 0.25 | 315.48 | 0.68 | 0.45 |
| Hex | BF | 24 | 97 | 0 | 51 | 15 | 19 | 13B | 44 | 2D |
| Octal | 277 | 44 | 227 | 0 | 121 | 25 | 31 | 473 | 104 | 55 |
| Binary | 10111111 | 100100 | 10010111 | 0 | 1010001 | 10101 | 11001 | 100111011 | 1000100 | 101101 |
Color Harmonies of #BF2497
Complementary color
Monochromatic Colors of #BF2497
Black with #BF2497
Text Example
Text Example
White with #BF2497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2497; }
p { color: rgb(191,36,151); }
H1.HeaderClassName
{
color: #BF2497;
}
.AnyTagClassName
{
color: #BF2497;
}
</style>
background-color css
<style>
a { background-color: #BF2497; }
a { background-color: rgb(191,36,151); }
div.DivClassName
{
background-color: #BF2497;
}
.BgClassName
{
background-color: #BF2497;
}
</style>
border-color css
<style>
span { border-color: #BF2497; }
span { border-color: rgb(191,36,151); }
td.TdClassName
{
border-color: #BF2497;
}
.TagClassName
{
border-color: #BF2497;
}
</style>