Shades of Medium Red Violet #BF2FA1
Tints of Medium Red Violet #BF2FA1
RGB
CMYK
RGB Variations
Color information
#BF2FA1 (or 0xBF2FA1) is known color: Medium Red Violet. HEX triplet: BF, 2F and A1. RGB value is (191,47,161). Sum of RGB (Red+Green+Blue) = 191+47+161=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2FA1 is #40D05E. Grayscale: #666666. Windows color (decimal): -4247647 or 10563519. OLE color: 10563519.
HSL color Cylindrical-coordinate representation of color #BF2FA1: hue angle of 312.5º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF2FA1 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 47 | 161 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.25 |
| HSL | 312.5º | 0.61% | 0.47% | - |
| HSV(B) | 312.5º | 0.75% | 0.75% | - |
| XYZ | 28.94 | 15.68 | 35.22 | - |
| YUV | 103.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 161 | 0 | 0.75 | 0.16 | 0.25 | 312.5 | 0.61 | 0.47 |
| Hex | BF | 2F | A1 | 0 | 4B | 10 | 19 | 138 | 3D | 2F |
| Octal | 277 | 57 | 241 | 0 | 113 | 20 | 31 | 470 | 75 | 57 |
| Binary | 10111111 | 101111 | 10100001 | 0 | 1001011 | 10000 | 11001 | 100111000 | 111101 | 101111 |
Color Harmonies of #BF2FA1
Complementary color
Monochromatic Colors of #BF2FA1
Black with #BF2FA1
Text Example
Text Example
White with #BF2FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2FA1; }
p { color: rgb(191,47,161); }
H1.HeaderClassName
{
color: #BF2FA1;
}
.AnyTagClassName
{
color: #BF2FA1;
}
</style>
background-color css
<style>
a { background-color: #BF2FA1; }
a { background-color: rgb(191,47,161); }
div.DivClassName
{
background-color: #BF2FA1;
}
.BgClassName
{
background-color: #BF2FA1;
}
</style>
border-color css
<style>
span { border-color: #BF2FA1; }
span { border-color: rgb(191,47,161); }
td.TdClassName
{
border-color: #BF2FA1;
}
.TagClassName
{
border-color: #BF2FA1;
}
</style>