Shades of Medium Red Violet #BF2494
Tints of Medium Red Violet #BF2494
RGB
CMYK
RGB Variations
Color information
#BF2494 (or 0xBF2494) is known color: Medium Red Violet. HEX triplet: BF, 24 and 94. RGB value is (191,36,148). Sum of RGB (Red+Green+Blue) = 191+36+148=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2494 is #40DB6B. Grayscale: #5E5E5E. Windows color (decimal): -4250476 or 9708735. OLE color: 9708735.
HSL color Cylindrical-coordinate representation of color #BF2494: hue angle of 316.65º 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 #BF2494 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 148 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.25 |
| HSL | 316.65º | 0.68% | 0.45% | - |
| HSV(B) | 316.65º | 0.81% | 0.75% | - |
| XYZ | 27.46 | 14.48 | 29.36 | - |
| YUV | 95.11 | 157.85 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 148 | 0 | 0.81 | 0.23 | 0.25 | 316.65 | 0.68 | 0.45 |
| Hex | BF | 24 | 94 | 0 | 51 | 17 | 19 | 13D | 44 | 2D |
| Octal | 277 | 44 | 224 | 0 | 121 | 27 | 31 | 475 | 104 | 55 |
| Binary | 10111111 | 100100 | 10010100 | 0 | 1010001 | 10111 | 11001 | 100111101 | 1000100 | 101101 |
Color Harmonies of #BF2494
Complementary color
Monochromatic Colors of #BF2494
Black with #BF2494
Text Example
Text Example
White with #BF2494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2494; }
p { color: rgb(191,36,148); }
H1.HeaderClassName
{
color: #BF2494;
}
.AnyTagClassName
{
color: #BF2494;
}
</style>
background-color css
<style>
a { background-color: #BF2494; }
a { background-color: rgb(191,36,148); }
div.DivClassName
{
background-color: #BF2494;
}
.BgClassName
{
background-color: #BF2494;
}
</style>
border-color css
<style>
span { border-color: #BF2494; }
span { border-color: rgb(191,36,148); }
td.TdClassName
{
border-color: #BF2494;
}
.TagClassName
{
border-color: #BF2494;
}
</style>