Shades of Medium Red Violet #BF2490
Tints of Medium Red Violet #BF2490
RGB
CMYK
RGB Variations
Color information
#BF2490 (or 0xBF2490) is known color: Medium Red Violet. HEX triplet: BF, 24 and 90. RGB value is (191,36,144). Sum of RGB (Red+Green+Blue) = 191+36+144=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2490 is #40DB6F. Grayscale: #5E5E5E. Windows color (decimal): -4250480 or 9446591. OLE color: 9446591.
HSL color Cylindrical-coordinate representation of color #BF2490: hue angle of 318.19º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2490 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 144 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.25 |
| HSL | 318.19º | 0.68% | 0.45% | - |
| HSV(B) | 318.19º | 0.81% | 0.75% | - |
| XYZ | 27.15 | 14.35 | 27.72 | - |
| YUV | 94.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 144 | 0 | 0.81 | 0.25 | 0.25 | 318.19 | 0.68 | 0.45 |
| Hex | BF | 24 | 90 | 0 | 51 | 19 | 19 | 13E | 44 | 2D |
| Octal | 277 | 44 | 220 | 0 | 121 | 31 | 31 | 476 | 104 | 55 |
| Binary | 10111111 | 100100 | 10010000 | 0 | 1010001 | 11001 | 11001 | 100111110 | 1000100 | 101101 |
Color Harmonies of #BF2490
Complementary color
Monochromatic Colors of #BF2490
Black with #BF2490
Text Example
Text Example
White with #BF2490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2490; }
p { color: rgb(191,36,144); }
H1.HeaderClassName
{
color: #BF2490;
}
.AnyTagClassName
{
color: #BF2490;
}
</style>
background-color css
<style>
a { background-color: #BF2490; }
a { background-color: rgb(191,36,144); }
div.DivClassName
{
background-color: #BF2490;
}
.BgClassName
{
background-color: #BF2490;
}
</style>
border-color css
<style>
span { border-color: #BF2490; }
span { border-color: rgb(191,36,144); }
td.TdClassName
{
border-color: #BF2490;
}
.TagClassName
{
border-color: #BF2490;
}
</style>