Shades of Medium Red Violet #BF2BAA
Tints of Medium Red Violet #BF2BAA
RGB
CMYK
RGB Variations
Color information
#BF2BAA (or 0xBF2BAA) is known color: Medium Red Violet. HEX triplet: BF, 2B and AA. RGB value is (191,43,170). Sum of RGB (Red+Green+Blue) = 191+43+170=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2BAA is #40D455. Grayscale: #656565. Windows color (decimal): -4248662 or 11152319. OLE color: 11152319.
HSL color Cylindrical-coordinate representation of color #BF2BAA: hue angle of 308.51º 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 #BF2BAA is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 43 | 170 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.25 |
| HSL | 308.51º | 0.63% | 0.46% | - |
| HSV(B) | 308.51º | 0.77% | 0.75% | - |
| XYZ | 29.61 | 15.71 | 39.5 | - |
| YUV | 101.73 | 166.53 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 170 | 0 | 0.77 | 0.11 | 0.25 | 308.51 | 0.63 | 0.46 |
| Hex | BF | 2B | AA | 0 | 4D | B | 19 | 135 | 3F | 2E |
| Octal | 277 | 53 | 252 | 0 | 115 | 13 | 31 | 465 | 77 | 56 |
| Binary | 10111111 | 101011 | 10101010 | 0 | 1001101 | 1011 | 11001 | 100110101 | 111111 | 101110 |
Color Harmonies of #BF2BAA
Complementary color
Monochromatic Colors of #BF2BAA
Black with #BF2BAA
Text Example
Text Example
White with #BF2BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2BAA; }
p { color: rgb(191,43,170); }
H1.HeaderClassName
{
color: #BF2BAA;
}
.AnyTagClassName
{
color: #BF2BAA;
}
</style>
background-color css
<style>
a { background-color: #BF2BAA; }
a { background-color: rgb(191,43,170); }
div.DivClassName
{
background-color: #BF2BAA;
}
.BgClassName
{
background-color: #BF2BAA;
}
</style>
border-color css
<style>
span { border-color: #BF2BAA; }
span { border-color: rgb(191,43,170); }
td.TdClassName
{
border-color: #BF2BAA;
}
.TagClassName
{
border-color: #BF2BAA;
}
</style>