Shades of Medium Red Violet #BF2495
Tints of Medium Red Violet #BF2495
RGB
CMYK
RGB Variations
Color information
#BF2495 (or 0xBF2495) is known color: Medium Red Violet. HEX triplet: BF, 24 and 95. RGB value is (191,36,149). Sum of RGB (Red+Green+Blue) = 191+36+149=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2495 is #40DB6A. Grayscale: #5E5E5E. Windows color (decimal): -4250475 or 9774271. OLE color: 9774271.
HSL color Cylindrical-coordinate representation of color #BF2495: hue angle of 316.26º 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 #BF2495 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 149 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.25 |
| HSL | 316.26º | 0.68% | 0.45% | - |
| HSV(B) | 316.26º | 0.81% | 0.75% | - |
| XYZ | 27.54 | 14.51 | 29.78 | - |
| YUV | 95.23 | 158.35 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 149 | 0 | 0.81 | 0.22 | 0.25 | 316.26 | 0.68 | 0.45 |
| Hex | BF | 24 | 95 | 0 | 51 | 16 | 19 | 13C | 44 | 2D |
| Octal | 277 | 44 | 225 | 0 | 121 | 26 | 31 | 474 | 104 | 55 |
| Binary | 10111111 | 100100 | 10010101 | 0 | 1010001 | 10110 | 11001 | 100111100 | 1000100 | 101101 |
Color Harmonies of #BF2495
Complementary color
Monochromatic Colors of #BF2495
Black with #BF2495
Text Example
Text Example
White with #BF2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2495; }
p { color: rgb(191,36,149); }
H1.HeaderClassName
{
color: #BF2495;
}
.AnyTagClassName
{
color: #BF2495;
}
</style>
background-color css
<style>
a { background-color: #BF2495; }
a { background-color: rgb(191,36,149); }
div.DivClassName
{
background-color: #BF2495;
}
.BgClassName
{
background-color: #BF2495;
}
</style>
border-color css
<style>
span { border-color: #BF2495; }
span { border-color: rgb(191,36,149); }
td.TdClassName
{
border-color: #BF2495;
}
.TagClassName
{
border-color: #BF2495;
}
</style>