Shades of Medium Violet Red #BF2297
Tints of Medium Violet Red #BF2297
RGB
CMYK
RGB Variations
Color information
#BF2297 (or 0xBF2297) is known color: Medium Violet Red. HEX triplet: BF, 22 and 97. RGB value is (191,34,151). Sum of RGB (Red+Green+Blue) = 191+34+151=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2297 is #40DD68. Grayscale: #5D5D5D. Windows color (decimal): -4250985 or 9904831. OLE color: 9904831.
HSL color Cylindrical-coordinate representation of color #BF2297: hue angle of 315.29º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2297 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 151 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.25 |
| HSL | 315.29º | 0.7% | 0.44% | - |
| HSV(B) | 315.29º | 0.82% | 0.75% | - |
| XYZ | 27.64 | 14.45 | 30.61 | - |
| YUV | 94.28 | 160.01 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 151 | 0 | 0.82 | 0.21 | 0.25 | 315.29 | 0.7 | 0.44 |
| Hex | BF | 22 | 97 | 0 | 52 | 15 | 19 | 13B | 46 | 2C |
| Octal | 277 | 42 | 227 | 0 | 122 | 25 | 31 | 473 | 106 | 54 |
| Binary | 10111111 | 100010 | 10010111 | 0 | 1010010 | 10101 | 11001 | 100111011 | 1000110 | 101100 |
Color Harmonies of #BF2297
Complementary color
Monochromatic Colors of #BF2297
Black with #BF2297
Text Example
Text Example
White with #BF2297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2297; }
p { color: rgb(191,34,151); }
H1.HeaderClassName
{
color: #BF2297;
}
.AnyTagClassName
{
color: #BF2297;
}
</style>
background-color css
<style>
a { background-color: #BF2297; }
a { background-color: rgb(191,34,151); }
div.DivClassName
{
background-color: #BF2297;
}
.BgClassName
{
background-color: #BF2297;
}
</style>
border-color css
<style>
span { border-color: #BF2297; }
span { border-color: rgb(191,34,151); }
td.TdClassName
{
border-color: #BF2297;
}
.TagClassName
{
border-color: #BF2297;
}
</style>