Shades of Medium Violet Red #BF1DAA
Tints of Medium Violet Red #BF1DAA
RGB
CMYK
RGB Variations
Color information
#BF1DAA (or 0xBF1DAA) is known color: Medium Violet Red. HEX triplet: BF, 1D and AA. RGB value is (191,29,170). Sum of RGB (Red+Green+Blue) = 191+29+170=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1DAA is #40E255. Grayscale: #5D5D5D. Windows color (decimal): -4252246 or 11148735. OLE color: 11148735.
HSL color Cylindrical-coordinate representation of color #BF1DAA: hue angle of 307.78º 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 #BF1DAA is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 29 | 170 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.25 |
| HSL | 307.78º | 0.74% | 0.43% | - |
| HSV(B) | 307.78º | 0.85% | 0.75% | - |
| XYZ | 29.18 | 14.86 | 39.36 | - |
| YUV | 93.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 170 | 0 | 0.85 | 0.11 | 0.25 | 307.78 | 0.74 | 0.43 |
| Hex | BF | 1D | AA | 0 | 55 | B | 19 | 134 | 4A | 2B |
| Octal | 277 | 35 | 252 | 0 | 125 | 13 | 31 | 464 | 112 | 53 |
| Binary | 10111111 | 11101 | 10101010 | 0 | 1010101 | 1011 | 11001 | 100110100 | 1001010 | 101011 |
Color Harmonies of #BF1DAA
Complementary color
Monochromatic Colors of #BF1DAA
Black with #BF1DAA
Text Example
Text Example
White with #BF1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1DAA; }
p { color: rgb(191,29,170); }
H1.HeaderClassName
{
color: #BF1DAA;
}
.AnyTagClassName
{
color: #BF1DAA;
}
</style>
background-color css
<style>
a { background-color: #BF1DAA; }
a { background-color: rgb(191,29,170); }
div.DivClassName
{
background-color: #BF1DAA;
}
.BgClassName
{
background-color: #BF1DAA;
}
</style>
border-color css
<style>
span { border-color: #BF1DAA; }
span { border-color: rgb(191,29,170); }
td.TdClassName
{
border-color: #BF1DAA;
}
.TagClassName
{
border-color: #BF1DAA;
}
</style>