Shades of Medium Red Violet #BF2DAA
Tints of Medium Red Violet #BF2DAA
RGB
CMYK
RGB Variations
Color information
#BF2DAA (or 0xBF2DAA) is known color: Medium Red Violet. HEX triplet: BF, 2D and AA. RGB value is (191,45,170). Sum of RGB (Red+Green+Blue) = 191+45+170=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2DAA is #40D255. Grayscale: #666666. Windows color (decimal): -4248150 or 11152831. OLE color: 11152831.
HSL color Cylindrical-coordinate representation of color #BF2DAA: hue angle of 308.63º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2DAA is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 170 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.25 |
| HSL | 308.63º | 0.62% | 0.46% | - |
| HSV(B) | 308.63º | 0.76% | 0.75% | - |
| XYZ | 29.68 | 15.86 | 39.53 | - |
| YUV | 102.9 | 165.87 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 170 | 0 | 0.76 | 0.11 | 0.25 | 308.63 | 0.62 | 0.46 |
| Hex | BF | 2D | AA | 0 | 4C | B | 19 | 135 | 3E | 2E |
| Octal | 277 | 55 | 252 | 0 | 114 | 13 | 31 | 465 | 76 | 56 |
| Binary | 10111111 | 101101 | 10101010 | 0 | 1001100 | 1011 | 11001 | 100110101 | 111110 | 101110 |
Color Harmonies of #BF2DAA
Complementary color
Monochromatic Colors of #BF2DAA
Black with #BF2DAA
Text Example
Text Example
White with #BF2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DAA; }
p { color: rgb(191,45,170); }
H1.HeaderClassName
{
color: #BF2DAA;
}
.AnyTagClassName
{
color: #BF2DAA;
}
</style>
background-color css
<style>
a { background-color: #BF2DAA; }
a { background-color: rgb(191,45,170); }
div.DivClassName
{
background-color: #BF2DAA;
}
.BgClassName
{
background-color: #BF2DAA;
}
</style>
border-color css
<style>
span { border-color: #BF2DAA; }
span { border-color: rgb(191,45,170); }
td.TdClassName
{
border-color: #BF2DAA;
}
.TagClassName
{
border-color: #BF2DAA;
}
</style>