Shades of Medium Violet Red #BF1D9A
Tints of Medium Violet Red #BF1D9A
RGB
CMYK
RGB Variations
Color information
#BF1D9A (or 0xBF1D9A) is known color: Medium Violet Red. HEX triplet: BF, 1D and 9A. RGB value is (191,29,154). Sum of RGB (Red+Green+Blue) = 191+29+154=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1D9A is #40E265. Grayscale: #5B5B5B. Windows color (decimal): -4252262 or 10100159. OLE color: 10100159.
HSL color Cylindrical-coordinate representation of color #BF1D9A: hue angle of 313.7º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1D9A is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 29 | 154 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.25 |
| HSL | 313.7º | 0.74% | 0.43% | - |
| HSV(B) | 313.7º | 0.85% | 0.75% | - |
| XYZ | 27.76 | 14.29 | 31.87 | - |
| YUV | 91.69 | 163.17 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 154 | 0 | 0.85 | 0.19 | 0.25 | 313.7 | 0.74 | 0.43 |
| Hex | BF | 1D | 9A | 0 | 55 | 13 | 19 | 13A | 4A | 2B |
| Octal | 277 | 35 | 232 | 0 | 125 | 23 | 31 | 472 | 112 | 53 |
| Binary | 10111111 | 11101 | 10011010 | 0 | 1010101 | 10011 | 11001 | 100111010 | 1001010 | 101011 |
Color Harmonies of #BF1D9A
Complementary color
Monochromatic Colors of #BF1D9A
Black with #BF1D9A
Text Example
Text Example
White with #BF1D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1D9A; }
p { color: rgb(191,29,154); }
H1.HeaderClassName
{
color: #BF1D9A;
}
.AnyTagClassName
{
color: #BF1D9A;
}
</style>
background-color css
<style>
a { background-color: #BF1D9A; }
a { background-color: rgb(191,29,154); }
div.DivClassName
{
background-color: #BF1D9A;
}
.BgClassName
{
background-color: #BF1D9A;
}
</style>
border-color css
<style>
span { border-color: #BF1D9A; }
span { border-color: rgb(191,29,154); }
td.TdClassName
{
border-color: #BF1D9A;
}
.TagClassName
{
border-color: #BF1D9A;
}
</style>