Shades of Medium Red Violet #BF2AAB
Tints of Medium Red Violet #BF2AAB
RGB
CMYK
RGB Variations
Color information
#BF2AAB (or 0xBF2AAB) is known color: Medium Red Violet. HEX triplet: BF, 2A and AB. RGB value is (191,42,171). Sum of RGB (Red+Green+Blue) = 191+42+171=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2AAB is #40D554. Grayscale: #646464. Windows color (decimal): -4248917 or 11217599. OLE color: 11217599.
HSL color Cylindrical-coordinate representation of color #BF2AAB: hue angle of 308.05º 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 #BF2AAB is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 171 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.25 |
| HSL | 308.05º | 0.64% | 0.46% | - |
| HSV(B) | 308.05º | 0.78% | 0.75% | - |
| XYZ | 29.66 | 15.67 | 39.99 | - |
| YUV | 101.26 | 167.36 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 171 | 0 | 0.78 | 0.10 | 0.25 | 308.05 | 0.64 | 0.46 |
| Hex | BF | 2A | AB | 0 | 4E | A | 19 | 134 | 40 | 2E |
| Octal | 277 | 52 | 253 | 0 | 116 | 12 | 31 | 464 | 100 | 56 |
| Binary | 10111111 | 101010 | 10101011 | 0 | 1001110 | 1010 | 11001 | 100110100 | 1000000 | 101110 |
Color Harmonies of #BF2AAB
Complementary color
Monochromatic Colors of #BF2AAB
Black with #BF2AAB
Text Example
Text Example
White with #BF2AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2AAB; }
p { color: rgb(191,42,171); }
H1.HeaderClassName
{
color: #BF2AAB;
}
.AnyTagClassName
{
color: #BF2AAB;
}
</style>
background-color css
<style>
a { background-color: #BF2AAB; }
a { background-color: rgb(191,42,171); }
div.DivClassName
{
background-color: #BF2AAB;
}
.BgClassName
{
background-color: #BF2AAB;
}
</style>
border-color css
<style>
span { border-color: #BF2AAB; }
span { border-color: rgb(191,42,171); }
td.TdClassName
{
border-color: #BF2AAB;
}
.TagClassName
{
border-color: #BF2AAB;
}
</style>