Shades of Medium Red Violet #BF26A1
Tints of Medium Red Violet #BF26A1
RGB
CMYK
RGB Variations
Color information
#BF26A1 (or 0xBF26A1) is known color: Medium Red Violet. HEX triplet: BF, 26 and A1. RGB value is (191,38,161). Sum of RGB (Red+Green+Blue) = 191+38+161=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF26A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF26A1 is #40D95E. Grayscale: #616161. Windows color (decimal): -4249951 or 10561215. OLE color: 10561215.
HSL color Cylindrical-coordinate representation of color #BF26A1: hue angle of 311.76º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF26A1 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 161 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.25 |
| HSL | 311.76º | 0.67% | 0.45% | - |
| HSV(B) | 311.76º | 0.8% | 0.75% | - |
| XYZ | 28.61 | 15.04 | 35.11 | - |
| YUV | 97.77 | 163.69 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 161 | 0 | 0.80 | 0.16 | 0.25 | 311.76 | 0.67 | 0.45 |
| Hex | BF | 26 | A1 | 0 | 50 | 10 | 19 | 138 | 43 | 2D |
| Octal | 277 | 46 | 241 | 0 | 120 | 20 | 31 | 470 | 103 | 55 |
| Binary | 10111111 | 100110 | 10100001 | 0 | 1010000 | 10000 | 11001 | 100111000 | 1000011 | 101101 |
Color Harmonies of #BF26A1
Complementary color
Monochromatic Colors of #BF26A1
Black with #BF26A1
Text Example
Text Example
White with #BF26A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF26A1; }
p { color: rgb(191,38,161); }
H1.HeaderClassName
{
color: #BF26A1;
}
.AnyTagClassName
{
color: #BF26A1;
}
</style>
background-color css
<style>
a { background-color: #BF26A1; }
a { background-color: rgb(191,38,161); }
div.DivClassName
{
background-color: #BF26A1;
}
.BgClassName
{
background-color: #BF26A1;
}
</style>
border-color css
<style>
span { border-color: #BF26A1; }
span { border-color: rgb(191,38,161); }
td.TdClassName
{
border-color: #BF26A1;
}
.TagClassName
{
border-color: #BF26A1;
}
</style>