Shades of Medium Red Violet #BF3290
Tints of Medium Red Violet #BF3290
RGB
CMYK
RGB Variations
Color information
#BF3290 (or 0xBF3290) is known color: Medium Red Violet. HEX triplet: BF, 32 and 90. RGB value is (191,50,144). Sum of RGB (Red+Green+Blue) = 191+50+144=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3290 is #40CD6F. Grayscale: #666666. Windows color (decimal): -4246896 or 9450175. OLE color: 9450175.
HSL color Cylindrical-coordinate representation of color #BF3290: hue angle of 320º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3290 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 144 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.25 |
| HSL | 320º | 0.59% | 0.47% | - |
| HSV(B) | 320º | 0.74% | 0.75% | - |
| XYZ | 27.66 | 15.37 | 27.89 | - |
| YUV | 102.88 | 151.21 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 144 | 0 | 0.74 | 0.25 | 0.25 | 320 | 0.59 | 0.47 |
| Hex | BF | 32 | 90 | 0 | 4A | 19 | 19 | 140 | 3B | 2F |
| Octal | 277 | 62 | 220 | 0 | 112 | 31 | 31 | 500 | 73 | 57 |
| Binary | 10111111 | 110010 | 10010000 | 0 | 1001010 | 11001 | 11001 | 101000000 | 111011 | 101111 |
Color Harmonies of #BF3290
Complementary color
Monochromatic Colors of #BF3290
Black with #BF3290
Text Example
Text Example
White with #BF3290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3290; }
p { color: rgb(191,50,144); }
H1.HeaderClassName
{
color: #BF3290;
}
.AnyTagClassName
{
color: #BF3290;
}
</style>
background-color css
<style>
a { background-color: #BF3290; }
a { background-color: rgb(191,50,144); }
div.DivClassName
{
background-color: #BF3290;
}
.BgClassName
{
background-color: #BF3290;
}
</style>
border-color css
<style>
span { border-color: #BF3290; }
span { border-color: rgb(191,50,144); }
td.TdClassName
{
border-color: #BF3290;
}
.TagClassName
{
border-color: #BF3290;
}
</style>