Shades of Medium Red Violet #BF2A8E
Tints of Medium Red Violet #BF2A8E
RGB
CMYK
RGB Variations
Color information
#BF2A8E (or 0xBF2A8E) is known color: Medium Red Violet. HEX triplet: BF, 2A and 8E. RGB value is (191,42,142). Sum of RGB (Red+Green+Blue) = 191+42+142=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2A8E is #40D571. Grayscale: #616161. Windows color (decimal): -4248946 or 9317055. OLE color: 9317055.
HSL color Cylindrical-coordinate representation of color #BF2A8E: hue angle of 319.73º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2A8E is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 142 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.25 |
| HSL | 319.73º | 0.64% | 0.46% | - |
| HSV(B) | 319.73º | 0.78% | 0.75% | - |
| XYZ | 27.2 | 14.69 | 26.99 | - |
| YUV | 97.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 142 | 0 | 0.78 | 0.26 | 0.25 | 319.73 | 0.64 | 0.46 |
| Hex | BF | 2A | 8E | 0 | 4E | 1A | 19 | 140 | 40 | 2E |
| Octal | 277 | 52 | 216 | 0 | 116 | 32 | 31 | 500 | 100 | 56 |
| Binary | 10111111 | 101010 | 10001110 | 0 | 1001110 | 11010 | 11001 | 101000000 | 1000000 | 101110 |
Color Harmonies of #BF2A8E
Complementary color
Monochromatic Colors of #BF2A8E
Black with #BF2A8E
Text Example
Text Example
White with #BF2A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A8E; }
p { color: rgb(191,42,142); }
H1.HeaderClassName
{
color: #BF2A8E;
}
.AnyTagClassName
{
color: #BF2A8E;
}
</style>
background-color css
<style>
a { background-color: #BF2A8E; }
a { background-color: rgb(191,42,142); }
div.DivClassName
{
background-color: #BF2A8E;
}
.BgClassName
{
background-color: #BF2A8E;
}
</style>
border-color css
<style>
span { border-color: #BF2A8E; }
span { border-color: rgb(191,42,142); }
td.TdClassName
{
border-color: #BF2A8E;
}
.TagClassName
{
border-color: #BF2A8E;
}
</style>