Shades of Medium Red Violet #BF2CA1
Tints of Medium Red Violet #BF2CA1
RGB
CMYK
RGB Variations
Color information
#BF2CA1 (or 0xBF2CA1) is known color: Medium Red Violet. HEX triplet: BF, 2C and A1. RGB value is (191,44,161). Sum of RGB (Red+Green+Blue) = 191+44+161=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2CA1 is #40D35E. Grayscale: #646464. Windows color (decimal): -4248415 or 10562751. OLE color: 10562751.
HSL color Cylindrical-coordinate representation of color #BF2CA1: hue angle of 312.24º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2CA1 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 161 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.25 |
| HSL | 312.24º | 0.63% | 0.46% | - |
| HSV(B) | 312.24º | 0.77% | 0.75% | - |
| XYZ | 28.82 | 15.45 | 35.18 | - |
| YUV | 101.29 | 161.7 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 161 | 0 | 0.77 | 0.16 | 0.25 | 312.24 | 0.63 | 0.46 |
| Hex | BF | 2C | A1 | 0 | 4D | 10 | 19 | 138 | 3F | 2E |
| Octal | 277 | 54 | 241 | 0 | 115 | 20 | 31 | 470 | 77 | 56 |
| Binary | 10111111 | 101100 | 10100001 | 0 | 1001101 | 10000 | 11001 | 100111000 | 111111 | 101110 |
Color Harmonies of #BF2CA1
Complementary color
Monochromatic Colors of #BF2CA1
Black with #BF2CA1
Text Example
Text Example
White with #BF2CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CA1; }
p { color: rgb(191,44,161); }
H1.HeaderClassName
{
color: #BF2CA1;
}
.AnyTagClassName
{
color: #BF2CA1;
}
</style>
background-color css
<style>
a { background-color: #BF2CA1; }
a { background-color: rgb(191,44,161); }
div.DivClassName
{
background-color: #BF2CA1;
}
.BgClassName
{
background-color: #BF2CA1;
}
</style>
border-color css
<style>
span { border-color: #BF2CA1; }
span { border-color: rgb(191,44,161); }
td.TdClassName
{
border-color: #BF2CA1;
}
.TagClassName
{
border-color: #BF2CA1;
}
</style>