Shades of Medium Violet Red #BF209B
Tints of Medium Violet Red #BF209B
RGB
CMYK
RGB Variations
Color information
#BF209B (or 0xBF209B) is known color: Medium Violet Red. HEX triplet: BF, 20 and 9B. RGB value is (191,32,155). Sum of RGB (Red+Green+Blue) = 191+32+155=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF209B is #40DF64. Grayscale: #5D5D5D. Windows color (decimal): -4251493 or 10166463. OLE color: 10166463.
HSL color Cylindrical-coordinate representation of color #BF209B: hue angle of 313.58º 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 #BF209B is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 155 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.25 |
| HSL | 313.58º | 0.71% | 0.44% | - |
| HSV(B) | 313.58º | 0.83% | 0.75% | - |
| XYZ | 27.92 | 14.48 | 32.33 | - |
| YUV | 93.56 | 162.68 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 155 | 0 | 0.83 | 0.19 | 0.25 | 313.58 | 0.71 | 0.44 |
| Hex | BF | 20 | 9B | 0 | 53 | 13 | 19 | 13A | 47 | 2C |
| Octal | 277 | 40 | 233 | 0 | 123 | 23 | 31 | 472 | 107 | 54 |
| Binary | 10111111 | 100000 | 10011011 | 0 | 1010011 | 10011 | 11001 | 100111010 | 1000111 | 101100 |
Color Harmonies of #BF209B
Complementary color
Monochromatic Colors of #BF209B
Black with #BF209B
Text Example
Text Example
White with #BF209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF209B; }
p { color: rgb(191,32,155); }
H1.HeaderClassName
{
color: #BF209B;
}
.AnyTagClassName
{
color: #BF209B;
}
</style>
background-color css
<style>
a { background-color: #BF209B; }
a { background-color: rgb(191,32,155); }
div.DivClassName
{
background-color: #BF209B;
}
.BgClassName
{
background-color: #BF209B;
}
</style>
border-color css
<style>
span { border-color: #BF209B; }
span { border-color: rgb(191,32,155); }
td.TdClassName
{
border-color: #BF209B;
}
.TagClassName
{
border-color: #BF209B;
}
</style>