Shades of Medium Violet Red #BF2175
Tints of Medium Violet Red #BF2175
RGB
CMYK
RGB Variations
Color information
#BF2175 (or 0xBF2175) is known color: Medium Violet Red. HEX triplet: BF, 21 and 75. RGB value is (191,33,117). Sum of RGB (Red+Green+Blue) = 191+33+117=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2175 is #40DE8A. Grayscale: #595959. Windows color (decimal): -4251275 or 7676351. OLE color: 7676351.
HSL color Cylindrical-coordinate representation of color #BF2175: hue angle of 328.1º 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 #BF2175 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 117 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.25 |
| HSL | 328.1º | 0.71% | 0.44% | - |
| HSV(B) | 328.1º | 0.83% | 0.75% | - |
| XYZ | 25.24 | 13.45 | 18.1 | - |
| YUV | 89.82 | 143.35 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 117 | 0 | 0.83 | 0.39 | 0.25 | 328.1 | 0.71 | 0.44 |
| Hex | BF | 21 | 75 | 0 | 53 | 27 | 19 | 148 | 47 | 2C |
| Octal | 277 | 41 | 165 | 0 | 123 | 47 | 31 | 510 | 107 | 54 |
| Binary | 10111111 | 100001 | 1110101 | 0 | 1010011 | 100111 | 11001 | 101001000 | 1000111 | 101100 |
Color Harmonies of #BF2175
Complementary color
Monochromatic Colors of #BF2175
Black with #BF2175
Text Example
Text Example
White with #BF2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2175; }
p { color: rgb(191,33,117); }
H1.HeaderClassName
{
color: #BF2175;
}
.AnyTagClassName
{
color: #BF2175;
}
</style>
background-color css
<style>
a { background-color: #BF2175; }
a { background-color: rgb(191,33,117); }
div.DivClassName
{
background-color: #BF2175;
}
.BgClassName
{
background-color: #BF2175;
}
</style>
border-color css
<style>
span { border-color: #BF2175; }
span { border-color: rgb(191,33,117); }
td.TdClassName
{
border-color: #BF2175;
}
.TagClassName
{
border-color: #BF2175;
}
</style>