Shades of Medium Red Violet #BF29AB
Tints of Medium Red Violet #BF29AB
RGB
CMYK
RGB Variations
Color information
#BF29AB (or 0xBF29AB) is known color: Medium Red Violet. HEX triplet: BF, 29 and AB. RGB value is (191,41,171). Sum of RGB (Red+Green+Blue) = 191+41+171=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF29AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF29AB is #40D654. Grayscale: #646464. Windows color (decimal): -4249173 or 11217343. OLE color: 11217343.
HSL color Cylindrical-coordinate representation of color #BF29AB: hue angle of 308º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF29AB is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 171 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.25 |
| HSL | 308º | 0.65% | 0.45% | - |
| HSV(B) | 308º | 0.79% | 0.75% | - |
| XYZ | 29.63 | 15.6 | 39.98 | - |
| YUV | 100.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 171 | 0 | 0.79 | 0.10 | 0.25 | 308 | 0.65 | 0.45 |
| Hex | BF | 29 | AB | 0 | 4F | A | 19 | 134 | 41 | 2D |
| Octal | 277 | 51 | 253 | 0 | 117 | 12 | 31 | 464 | 101 | 55 |
| Binary | 10111111 | 101001 | 10101011 | 0 | 1001111 | 1010 | 11001 | 100110100 | 1000001 | 101101 |
Color Harmonies of #BF29AB
Complementary color
Monochromatic Colors of #BF29AB
Black with #BF29AB
Text Example
Text Example
White with #BF29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF29AB; }
p { color: rgb(191,41,171); }
H1.HeaderClassName
{
color: #BF29AB;
}
.AnyTagClassName
{
color: #BF29AB;
}
</style>
background-color css
<style>
a { background-color: #BF29AB; }
a { background-color: rgb(191,41,171); }
div.DivClassName
{
background-color: #BF29AB;
}
.BgClassName
{
background-color: #BF29AB;
}
</style>
border-color css
<style>
span { border-color: #BF29AB; }
span { border-color: rgb(191,41,171); }
td.TdClassName
{
border-color: #BF29AB;
}
.TagClassName
{
border-color: #BF29AB;
}
</style>