Shades of Medium Red Violet #BF2A9A
Tints of Medium Red Violet #BF2A9A
RGB
CMYK
RGB Variations
Color information
#BF2A9A (or 0xBF2A9A) is known color: Medium Red Violet. HEX triplet: BF, 2A and 9A. RGB value is (191,42,154). Sum of RGB (Red+Green+Blue) = 191+42+154=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2A9A is #40D565. Grayscale: #636363. Windows color (decimal): -4248934 or 10103487. OLE color: 10103487.
HSL color Cylindrical-coordinate representation of color #BF2A9A: hue angle of 314.9º 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 #BF2A9A is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 154 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.25 |
| HSL | 314.9º | 0.64% | 0.46% | - |
| HSV(B) | 314.9º | 0.78% | 0.75% | - |
| XYZ | 28.15 | 15.07 | 32 | - |
| YUV | 99.32 | 158.86 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 154 | 0 | 0.78 | 0.19 | 0.25 | 314.9 | 0.64 | 0.46 |
| Hex | BF | 2A | 9A | 0 | 4E | 13 | 19 | 13B | 40 | 2E |
| Octal | 277 | 52 | 232 | 0 | 116 | 23 | 31 | 473 | 100 | 56 |
| Binary | 10111111 | 101010 | 10011010 | 0 | 1001110 | 10011 | 11001 | 100111011 | 1000000 | 101110 |
Color Harmonies of #BF2A9A
Complementary color
Monochromatic Colors of #BF2A9A
Black with #BF2A9A
Text Example
Text Example
White with #BF2A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A9A; }
p { color: rgb(191,42,154); }
H1.HeaderClassName
{
color: #BF2A9A;
}
.AnyTagClassName
{
color: #BF2A9A;
}
</style>
background-color css
<style>
a { background-color: #BF2A9A; }
a { background-color: rgb(191,42,154); }
div.DivClassName
{
background-color: #BF2A9A;
}
.BgClassName
{
background-color: #BF2A9A;
}
</style>
border-color css
<style>
span { border-color: #BF2A9A; }
span { border-color: rgb(191,42,154); }
td.TdClassName
{
border-color: #BF2A9A;
}
.TagClassName
{
border-color: #BF2A9A;
}
</style>