Shades of Medium Violet Red #BF2090
Tints of Medium Violet Red #BF2090
RGB
CMYK
RGB Variations
Color information
#BF2090 (or 0xBF2090) is known color: Medium Violet Red. HEX triplet: BF, 20 and 90. RGB value is (191,32,144). Sum of RGB (Red+Green+Blue) = 191+32+144=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2090 is #40DF6F. Grayscale: #5C5C5C. Windows color (decimal): -4251504 or 9445567. OLE color: 9445567.
HSL color Cylindrical-coordinate representation of color #BF2090: hue angle of 317.74º 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 #BF2090 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 144 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.25 |
| HSL | 317.74º | 0.71% | 0.44% | - |
| HSV(B) | 317.74º | 0.83% | 0.75% | - |
| XYZ | 27.04 | 14.12 | 27.69 | - |
| YUV | 92.31 | 157.18 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 144 | 0 | 0.83 | 0.25 | 0.25 | 317.74 | 0.71 | 0.44 |
| Hex | BF | 20 | 90 | 0 | 53 | 19 | 19 | 13E | 47 | 2C |
| Octal | 277 | 40 | 220 | 0 | 123 | 31 | 31 | 476 | 107 | 54 |
| Binary | 10111111 | 100000 | 10010000 | 0 | 1010011 | 11001 | 11001 | 100111110 | 1000111 | 101100 |
Color Harmonies of #BF2090
Complementary color
Monochromatic Colors of #BF2090
Black with #BF2090
Text Example
Text Example
White with #BF2090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2090; }
p { color: rgb(191,32,144); }
H1.HeaderClassName
{
color: #BF2090;
}
.AnyTagClassName
{
color: #BF2090;
}
</style>
background-color css
<style>
a { background-color: #BF2090; }
a { background-color: rgb(191,32,144); }
div.DivClassName
{
background-color: #BF2090;
}
.BgClassName
{
background-color: #BF2090;
}
</style>
border-color css
<style>
span { border-color: #BF2090; }
span { border-color: rgb(191,32,144); }
td.TdClassName
{
border-color: #BF2090;
}
.TagClassName
{
border-color: #BF2090;
}
</style>