Shades of Medium Red Violet #BF2CA4
Tints of Medium Red Violet #BF2CA4
RGB
CMYK
RGB Variations
Color information
#BF2CA4 (or 0xBF2CA4) is known color: Medium Red Violet. HEX triplet: BF, 2C and A4. RGB value is (191,44,164). Sum of RGB (Red+Green+Blue) = 191+44+164=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2CA4 is #40D35B. Grayscale: #656565. Windows color (decimal): -4248412 or 10759359. OLE color: 10759359.
HSL color Cylindrical-coordinate representation of color #BF2CA4: hue angle of 311.02º 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 #BF2CA4 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 164 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.25 |
| HSL | 311.02º | 0.63% | 0.46% | - |
| HSV(B) | 311.02º | 0.77% | 0.75% | - |
| XYZ | 29.09 | 15.56 | 36.59 | - |
| YUV | 101.63 | 163.2 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 164 | 0 | 0.77 | 0.14 | 0.25 | 311.02 | 0.63 | 0.46 |
| Hex | BF | 2C | A4 | 0 | 4D | E | 19 | 137 | 3F | 2E |
| Octal | 277 | 54 | 244 | 0 | 115 | 16 | 31 | 467 | 77 | 56 |
| Binary | 10111111 | 101100 | 10100100 | 0 | 1001101 | 1110 | 11001 | 100110111 | 111111 | 101110 |
Color Harmonies of #BF2CA4
Complementary color
Monochromatic Colors of #BF2CA4
Black with #BF2CA4
Text Example
Text Example
White with #BF2CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CA4; }
p { color: rgb(191,44,164); }
H1.HeaderClassName
{
color: #BF2CA4;
}
.AnyTagClassName
{
color: #BF2CA4;
}
</style>
background-color css
<style>
a { background-color: #BF2CA4; }
a { background-color: rgb(191,44,164); }
div.DivClassName
{
background-color: #BF2CA4;
}
.BgClassName
{
background-color: #BF2CA4;
}
</style>
border-color css
<style>
span { border-color: #BF2CA4; }
span { border-color: rgb(191,44,164); }
td.TdClassName
{
border-color: #BF2CA4;
}
.TagClassName
{
border-color: #BF2CA4;
}
</style>