Shades of Medium Red Violet #BF2479
Tints of Medium Red Violet #BF2479
RGB
CMYK
RGB Variations
Color information
#BF2479 (or 0xBF2479) is known color: Medium Red Violet. HEX triplet: BF, 24 and 79. RGB value is (191,36,121). Sum of RGB (Red+Green+Blue) = 191+36+121=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2479 is #40DB86. Grayscale: #5B5B5B. Windows color (decimal): -4250503 or 7939263. OLE color: 7939263.
HSL color Cylindrical-coordinate representation of color #BF2479: hue angle of 327.1º 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 #BF2479 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 121 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.25 |
| HSL | 327.1º | 0.68% | 0.45% | - |
| HSV(B) | 327.1º | 0.81% | 0.75% | - |
| XYZ | 25.57 | 13.72 | 19.39 | - |
| YUV | 92.04 | 144.35 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 121 | 0 | 0.81 | 0.37 | 0.25 | 327.1 | 0.68 | 0.45 |
| Hex | BF | 24 | 79 | 0 | 51 | 25 | 19 | 147 | 44 | 2D |
| Octal | 277 | 44 | 171 | 0 | 121 | 45 | 31 | 507 | 104 | 55 |
| Binary | 10111111 | 100100 | 1111001 | 0 | 1010001 | 100101 | 11001 | 101000111 | 1000100 | 101101 |
Color Harmonies of #BF2479
Complementary color
Monochromatic Colors of #BF2479
Black with #BF2479
Text Example
Text Example
White with #BF2479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2479; }
p { color: rgb(191,36,121); }
H1.HeaderClassName
{
color: #BF2479;
}
.AnyTagClassName
{
color: #BF2479;
}
</style>
background-color css
<style>
a { background-color: #BF2479; }
a { background-color: rgb(191,36,121); }
div.DivClassName
{
background-color: #BF2479;
}
.BgClassName
{
background-color: #BF2479;
}
</style>
border-color css
<style>
span { border-color: #BF2479; }
span { border-color: rgb(191,36,121); }
td.TdClassName
{
border-color: #BF2479;
}
.TagClassName
{
border-color: #BF2479;
}
</style>