Shades of Medium Violet Red #BF2173
Tints of Medium Violet Red #BF2173
RGB
CMYK
RGB Variations
Color information
#BF2173 (or 0xBF2173) is known color: Medium Violet Red. HEX triplet: BF, 21 and 73. RGB value is (191,33,115). Sum of RGB (Red+Green+Blue) = 191+33+115=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2173 is #40DE8C. Grayscale: #595959. Windows color (decimal): -4251277 or 7545279. OLE color: 7545279.
HSL color Cylindrical-coordinate representation of color #BF2173: hue angle of 328.86º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2173 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 115 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.25 |
| HSL | 328.86º | 0.71% | 0.44% | - |
| HSV(B) | 328.86º | 0.83% | 0.75% | - |
| XYZ | 25.12 | 13.4 | 17.48 | - |
| YUV | 89.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 115 | 0 | 0.83 | 0.40 | 0.25 | 328.86 | 0.71 | 0.44 |
| Hex | BF | 21 | 73 | 0 | 53 | 28 | 19 | 149 | 47 | 2C |
| Octal | 277 | 41 | 163 | 0 | 123 | 50 | 31 | 511 | 107 | 54 |
| Binary | 10111111 | 100001 | 1110011 | 0 | 1010011 | 101000 | 11001 | 101001001 | 1000111 | 101100 |
Color Harmonies of #BF2173
Complementary color
Monochromatic Colors of #BF2173
Black with #BF2173
Text Example
Text Example
White with #BF2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2173; }
p { color: rgb(191,33,115); }
H1.HeaderClassName
{
color: #BF2173;
}
.AnyTagClassName
{
color: #BF2173;
}
</style>
background-color css
<style>
a { background-color: #BF2173; }
a { background-color: rgb(191,33,115); }
div.DivClassName
{
background-color: #BF2173;
}
.BgClassName
{
background-color: #BF2173;
}
</style>
border-color css
<style>
span { border-color: #BF2173; }
span { border-color: rgb(191,33,115); }
td.TdClassName
{
border-color: #BF2173;
}
.TagClassName
{
border-color: #BF2173;
}
</style>