Shades of Medium Red Violet #BF29A6
Tints of Medium Red Violet #BF29A6
RGB
CMYK
RGB Variations
Color information
#BF29A6 (or 0xBF29A6) is known color: Medium Red Violet. HEX triplet: BF, 29 and A6. RGB value is (191,41,166). Sum of RGB (Red+Green+Blue) = 191+41+166=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF29A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF29A6 is #40D659. Grayscale: #636363. Windows color (decimal): -4249178 or 10889663. OLE color: 10889663.
HSL color Cylindrical-coordinate representation of color #BF29A6: hue angle of 310º 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 #BF29A6 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 166 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.25 |
| HSL | 310º | 0.65% | 0.45% | - |
| HSV(B) | 310º | 0.79% | 0.75% | - |
| XYZ | 29.16 | 15.42 | 37.51 | - |
| YUV | 100.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 166 | 0 | 0.79 | 0.13 | 0.25 | 310 | 0.65 | 0.45 |
| Hex | BF | 29 | A6 | 0 | 4F | D | 19 | 136 | 41 | 2D |
| Octal | 277 | 51 | 246 | 0 | 117 | 15 | 31 | 466 | 101 | 55 |
| Binary | 10111111 | 101001 | 10100110 | 0 | 1001111 | 1101 | 11001 | 100110110 | 1000001 | 101101 |
Color Harmonies of #BF29A6
Complementary color
Monochromatic Colors of #BF29A6
Black with #BF29A6
Text Example
Text Example
White with #BF29A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF29A6; }
p { color: rgb(191,41,166); }
H1.HeaderClassName
{
color: #BF29A6;
}
.AnyTagClassName
{
color: #BF29A6;
}
</style>
background-color css
<style>
a { background-color: #BF29A6; }
a { background-color: rgb(191,41,166); }
div.DivClassName
{
background-color: #BF29A6;
}
.BgClassName
{
background-color: #BF29A6;
}
</style>
border-color css
<style>
span { border-color: #BF29A6; }
span { border-color: rgb(191,41,166); }
td.TdClassName
{
border-color: #BF29A6;
}
.TagClassName
{
border-color: #BF29A6;
}
</style>