Shades of Medium Violet Red #BF2172
Tints of Medium Violet Red #BF2172
RGB
CMYK
RGB Variations
Color information
#BF2172 (or 0xBF2172) is known color: Medium Violet Red. HEX triplet: BF, 21 and 72. RGB value is (191,33,114). Sum of RGB (Red+Green+Blue) = 191+33+114=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2172 is #40DE8D. Grayscale: #595959. Windows color (decimal): -4251278 or 7479743. OLE color: 7479743.
HSL color Cylindrical-coordinate representation of color #BF2172: hue angle of 329.24º 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 #BF2172 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 114 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.25 |
| HSL | 329.24º | 0.71% | 0.44% | - |
| HSV(B) | 329.24º | 0.83% | 0.75% | - |
| XYZ | 25.07 | 13.38 | 17.18 | - |
| YUV | 89.48 | 141.85 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 114 | 0 | 0.83 | 0.40 | 0.25 | 329.24 | 0.71 | 0.44 |
| Hex | BF | 21 | 72 | 0 | 53 | 28 | 19 | 149 | 47 | 2C |
| Octal | 277 | 41 | 162 | 0 | 123 | 50 | 31 | 511 | 107 | 54 |
| Binary | 10111111 | 100001 | 1110010 | 0 | 1010011 | 101000 | 11001 | 101001001 | 1000111 | 101100 |
Color Harmonies of #BF2172
Complementary color
Monochromatic Colors of #BF2172
Black with #BF2172
Text Example
Text Example
White with #BF2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2172; }
p { color: rgb(191,33,114); }
H1.HeaderClassName
{
color: #BF2172;
}
.AnyTagClassName
{
color: #BF2172;
}
</style>
background-color css
<style>
a { background-color: #BF2172; }
a { background-color: rgb(191,33,114); }
div.DivClassName
{
background-color: #BF2172;
}
.BgClassName
{
background-color: #BF2172;
}
</style>
border-color css
<style>
span { border-color: #BF2172; }
span { border-color: rgb(191,33,114); }
td.TdClassName
{
border-color: #BF2172;
}
.TagClassName
{
border-color: #BF2172;
}
</style>