Shades of Medium Violet Red #BF0DA1
Tints of Medium Violet Red #BF0DA1
RGB
CMYK
RGB Variations
Color information
#BF0DA1 (or 0xBF0DA1) is known color: Medium Violet Red. HEX triplet: BF, 0D and A1. RGB value is (191,13,161). Sum of RGB (Red+Green+Blue) = 191+13+161=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0DA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0DA1 is #40F25E. Grayscale: #525252. Windows color (decimal): -4256351 or 10554815. OLE color: 10554815.
HSL color Cylindrical-coordinate representation of color #BF0DA1: hue angle of 310.11º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0DA1 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 161 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.25 |
| HSL | 310.11º | 0.87% | 0.4% | - |
| HSV(B) | 310.11º | 0.93% | 0.75% | - |
| XYZ | 28.06 | 13.94 | 34.93 | - |
| YUV | 83.09 | 171.97 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 161 | 0 | 0.93 | 0.16 | 0.25 | 310.11 | 0.87 | 0.4 |
| Hex | BF | D | A1 | 0 | 5D | 10 | 19 | 136 | 57 | 28 |
| Octal | 277 | 15 | 241 | 0 | 135 | 20 | 31 | 466 | 127 | 50 |
| Binary | 10111111 | 1101 | 10100001 | 0 | 1011101 | 10000 | 11001 | 100110110 | 1010111 | 101000 |
Color Harmonies of #BF0DA1
Complementary color
Monochromatic Colors of #BF0DA1
Black with #BF0DA1
Text Example
Text Example
White with #BF0DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DA1; }
p { color: rgb(191,13,161); }
H1.HeaderClassName
{
color: #BF0DA1;
}
.AnyTagClassName
{
color: #BF0DA1;
}
</style>
background-color css
<style>
a { background-color: #BF0DA1; }
a { background-color: rgb(191,13,161); }
div.DivClassName
{
background-color: #BF0DA1;
}
.BgClassName
{
background-color: #BF0DA1;
}
</style>
border-color css
<style>
span { border-color: #BF0DA1; }
span { border-color: rgb(191,13,161); }
td.TdClassName
{
border-color: #BF0DA1;
}
.TagClassName
{
border-color: #BF0DA1;
}
</style>