Shades of Medium Red Violet #BF2AAA
Tints of Medium Red Violet #BF2AAA
RGB
CMYK
RGB Variations
Color information
#BF2AAA (or 0xBF2AAA) is known color: Medium Red Violet. HEX triplet: BF, 2A and AA. RGB value is (191,42,170). Sum of RGB (Red+Green+Blue) = 191+42+170=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2AAA is #40D555. Grayscale: #646464. Windows color (decimal): -4248918 or 11152063. OLE color: 11152063.
HSL color Cylindrical-coordinate representation of color #BF2AAA: hue angle of 308.46º 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 #BF2AAA is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 170 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.25 |
| HSL | 308.46º | 0.64% | 0.46% | - |
| HSV(B) | 308.46º | 0.78% | 0.75% | - |
| XYZ | 29.57 | 15.63 | 39.49 | - |
| YUV | 101.14 | 166.86 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 170 | 0 | 0.78 | 0.11 | 0.25 | 308.46 | 0.64 | 0.46 |
| Hex | BF | 2A | AA | 0 | 4E | B | 19 | 134 | 40 | 2E |
| Octal | 277 | 52 | 252 | 0 | 116 | 13 | 31 | 464 | 100 | 56 |
| Binary | 10111111 | 101010 | 10101010 | 0 | 1001110 | 1011 | 11001 | 100110100 | 1000000 | 101110 |
Color Harmonies of #BF2AAA
Complementary color
Monochromatic Colors of #BF2AAA
Black with #BF2AAA
Text Example
Text Example
White with #BF2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2AAA; }
p { color: rgb(191,42,170); }
H1.HeaderClassName
{
color: #BF2AAA;
}
.AnyTagClassName
{
color: #BF2AAA;
}
</style>
background-color css
<style>
a { background-color: #BF2AAA; }
a { background-color: rgb(191,42,170); }
div.DivClassName
{
background-color: #BF2AAA;
}
.BgClassName
{
background-color: #BF2AAA;
}
</style>
border-color css
<style>
span { border-color: #BF2AAA; }
span { border-color: rgb(191,42,170); }
td.TdClassName
{
border-color: #BF2AAA;
}
.TagClassName
{
border-color: #BF2AAA;
}
</style>