Shades of Medium Violet Red #BF1B9E
Tints of Medium Violet Red #BF1B9E
RGB
CMYK
RGB Variations
Color information
#BF1B9E (or 0xBF1B9E) is known color: Medium Violet Red. HEX triplet: BF, 1B and 9E. RGB value is (191,27,158). Sum of RGB (Red+Green+Blue) = 191+27+158=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1B9E is #40E461. Grayscale: #5A5A5A. Windows color (decimal): -4252770 or 10361791. OLE color: 10361791.
HSL color Cylindrical-coordinate representation of color #BF1B9E: hue angle of 312.07º 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 #BF1B9E is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 27 | 158 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.25 |
| HSL | 312.07º | 0.75% | 0.43% | - |
| HSV(B) | 312.07º | 0.86% | 0.75% | - |
| XYZ | 28.05 | 14.33 | 33.64 | - |
| YUV | 90.97 | 165.83 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 27 | 158 | 0 | 0.86 | 0.17 | 0.25 | 312.07 | 0.75 | 0.43 |
| Hex | BF | 1B | 9E | 0 | 56 | 11 | 19 | 138 | 4B | 2B |
| Octal | 277 | 33 | 236 | 0 | 126 | 21 | 31 | 470 | 113 | 53 |
| Binary | 10111111 | 11011 | 10011110 | 0 | 1010110 | 10001 | 11001 | 100111000 | 1001011 | 101011 |
Color Harmonies of #BF1B9E
Complementary color
Monochromatic Colors of #BF1B9E
Black with #BF1B9E
Text Example
Text Example
White with #BF1B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1B9E; }
p { color: rgb(191,27,158); }
H1.HeaderClassName
{
color: #BF1B9E;
}
.AnyTagClassName
{
color: #BF1B9E;
}
</style>
background-color css
<style>
a { background-color: #BF1B9E; }
a { background-color: rgb(191,27,158); }
div.DivClassName
{
background-color: #BF1B9E;
}
.BgClassName
{
background-color: #BF1B9E;
}
</style>
border-color css
<style>
span { border-color: #BF1B9E; }
span { border-color: rgb(191,27,158); }
td.TdClassName
{
border-color: #BF1B9E;
}
.TagClassName
{
border-color: #BF1B9E;
}
</style>