Shades of Medium Violet Red #BF1BAB
Tints of Medium Violet Red #BF1BAB
RGB
CMYK
RGB Variations
Color information
#BF1BAB (or 0xBF1BAB) is known color: Medium Violet Red. HEX triplet: BF, 1B and AB. RGB value is (191,27,171). Sum of RGB (Red+Green+Blue) = 191+27+171=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1BAB is #40E454. Grayscale: #5C5C5C. Windows color (decimal): -4252757 or 11213759. OLE color: 11213759.
HSL color Cylindrical-coordinate representation of color #BF1BAB: hue angle of 307.32º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1BAB is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 27 | 171 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.25 |
| HSL | 307.32º | 0.75% | 0.43% | - |
| HSV(B) | 307.32º | 0.86% | 0.75% | - |
| XYZ | 29.23 | 14.8 | 39.84 | - |
| YUV | 92.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 27 | 171 | 0 | 0.86 | 0.10 | 0.25 | 307.32 | 0.75 | 0.43 |
| Hex | BF | 1B | AB | 0 | 56 | A | 19 | 133 | 4B | 2B |
| Octal | 277 | 33 | 253 | 0 | 126 | 12 | 31 | 463 | 113 | 53 |
| Binary | 10111111 | 11011 | 10101011 | 0 | 1010110 | 1010 | 11001 | 100110011 | 1001011 | 101011 |
Color Harmonies of #BF1BAB
Complementary color
Monochromatic Colors of #BF1BAB
Black with #BF1BAB
Text Example
Text Example
White with #BF1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1BAB; }
p { color: rgb(191,27,171); }
H1.HeaderClassName
{
color: #BF1BAB;
}
.AnyTagClassName
{
color: #BF1BAB;
}
</style>
background-color css
<style>
a { background-color: #BF1BAB; }
a { background-color: rgb(191,27,171); }
div.DivClassName
{
background-color: #BF1BAB;
}
.BgClassName
{
background-color: #BF1BAB;
}
</style>
border-color css
<style>
span { border-color: #BF1BAB; }
span { border-color: rgb(191,27,171); }
td.TdClassName
{
border-color: #BF1BAB;
}
.TagClassName
{
border-color: #BF1BAB;
}
</style>