Shades of Medium Red Violet #BF2A6A
Tints of Medium Red Violet #BF2A6A
RGB
CMYK
RGB Variations
Color information
#BF2A6A (or 0xBF2A6A) is known color: Medium Red Violet. HEX triplet: BF, 2A and 6A. RGB value is (191,42,106). Sum of RGB (Red+Green+Blue) = 191+42+106=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2A6A is #40D595. Grayscale: #5D5D5D. Windows color (decimal): -4248982 or 6957759. OLE color: 6957759.
HSL color Cylindrical-coordinate representation of color #BF2A6A: hue angle of 334.23º 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 #BF2A6A is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 106 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.25 |
| HSL | 334.23º | 0.64% | 0.46% | - |
| HSV(B) | 334.23º | 0.78% | 0.75% | - |
| XYZ | 24.92 | 13.77 | 14.98 | - |
| YUV | 93.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 106 | 0 | 0.78 | 0.45 | 0.25 | 334.23 | 0.64 | 0.46 |
| Hex | BF | 2A | 6A | 0 | 4E | 2D | 19 | 14E | 40 | 2E |
| Octal | 277 | 52 | 152 | 0 | 116 | 55 | 31 | 516 | 100 | 56 |
| Binary | 10111111 | 101010 | 1101010 | 0 | 1001110 | 101101 | 11001 | 101001110 | 1000000 | 101110 |
Color Harmonies of #BF2A6A
Complementary color
Monochromatic Colors of #BF2A6A
Black with #BF2A6A
Text Example
Text Example
White with #BF2A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A6A; }
p { color: rgb(191,42,106); }
H1.HeaderClassName
{
color: #BF2A6A;
}
.AnyTagClassName
{
color: #BF2A6A;
}
</style>
background-color css
<style>
a { background-color: #BF2A6A; }
a { background-color: rgb(191,42,106); }
div.DivClassName
{
background-color: #BF2A6A;
}
.BgClassName
{
background-color: #BF2A6A;
}
</style>
border-color css
<style>
span { border-color: #BF2A6A; }
span { border-color: rgb(191,42,106); }
td.TdClassName
{
border-color: #BF2A6A;
}
.TagClassName
{
border-color: #BF2A6A;
}
</style>