Shades of Medium Red Violet #BF2597
Tints of Medium Red Violet #BF2597
RGB
CMYK
RGB Variations
Color information
#BF2597 (or 0xBF2597) is known color: Medium Red Violet. HEX triplet: BF, 25 and 97. RGB value is (191,37,151). Sum of RGB (Red+Green+Blue) = 191+37+151=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2597 is #40DA68. Grayscale: #5F5F5F. Windows color (decimal): -4250217 or 9905599. OLE color: 9905599.
HSL color Cylindrical-coordinate representation of color #BF2597: hue angle of 315.58º 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 #BF2597 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 151 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.25 |
| HSL | 315.58º | 0.68% | 0.45% | - |
| HSV(B) | 315.58º | 0.81% | 0.75% | - |
| XYZ | 27.73 | 14.63 | 30.64 | - |
| YUV | 96.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 151 | 0 | 0.81 | 0.21 | 0.25 | 315.58 | 0.68 | 0.45 |
| Hex | BF | 25 | 97 | 0 | 51 | 15 | 19 | 13C | 44 | 2D |
| Octal | 277 | 45 | 227 | 0 | 121 | 25 | 31 | 474 | 104 | 55 |
| Binary | 10111111 | 100101 | 10010111 | 0 | 1010001 | 10101 | 11001 | 100111100 | 1000100 | 101101 |
Color Harmonies of #BF2597
Complementary color
Monochromatic Colors of #BF2597
Black with #BF2597
Text Example
Text Example
White with #BF2597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2597; }
p { color: rgb(191,37,151); }
H1.HeaderClassName
{
color: #BF2597;
}
.AnyTagClassName
{
color: #BF2597;
}
</style>
background-color css
<style>
a { background-color: #BF2597; }
a { background-color: rgb(191,37,151); }
div.DivClassName
{
background-color: #BF2597;
}
.BgClassName
{
background-color: #BF2597;
}
</style>
border-color css
<style>
span { border-color: #BF2597; }
span { border-color: rgb(191,37,151); }
td.TdClassName
{
border-color: #BF2597;
}
.TagClassName
{
border-color: #BF2597;
}
</style>