Shades of Medium Violet Red #BF209D
Tints of Medium Violet Red #BF209D
RGB
CMYK
RGB Variations
Color information
#BF209D (or 0xBF209D) is known color: Medium Violet Red. HEX triplet: BF, 20 and 9D. RGB value is (191,32,157). Sum of RGB (Red+Green+Blue) = 191+32+157=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF209D is #40DF62. Grayscale: #5D5D5D. Windows color (decimal): -4251491 or 10297535. OLE color: 10297535.
HSL color Cylindrical-coordinate representation of color #BF209D: hue angle of 312.83º 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 #BF209D is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 157 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.25 |
| HSL | 312.83º | 0.71% | 0.44% | - |
| HSV(B) | 312.83º | 0.83% | 0.75% | - |
| XYZ | 28.09 | 14.54 | 33.23 | - |
| YUV | 93.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 157 | 0 | 0.83 | 0.18 | 0.25 | 312.83 | 0.71 | 0.44 |
| Hex | BF | 20 | 9D | 0 | 53 | 12 | 19 | 139 | 47 | 2C |
| Octal | 277 | 40 | 235 | 0 | 123 | 22 | 31 | 471 | 107 | 54 |
| Binary | 10111111 | 100000 | 10011101 | 0 | 1010011 | 10010 | 11001 | 100111001 | 1000111 | 101100 |
Color Harmonies of #BF209D
Complementary color
Monochromatic Colors of #BF209D
Black with #BF209D
Text Example
Text Example
White with #BF209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF209D; }
p { color: rgb(191,32,157); }
H1.HeaderClassName
{
color: #BF209D;
}
.AnyTagClassName
{
color: #BF209D;
}
</style>
background-color css
<style>
a { background-color: #BF209D; }
a { background-color: rgb(191,32,157); }
div.DivClassName
{
background-color: #BF209D;
}
.BgClassName
{
background-color: #BF209D;
}
</style>
border-color css
<style>
span { border-color: #BF209D; }
span { border-color: rgb(191,32,157); }
td.TdClassName
{
border-color: #BF209D;
}
.TagClassName
{
border-color: #BF209D;
}
</style>