Shades of Medium Violet Red #BF1B9D
Tints of Medium Violet Red #BF1B9D
RGB
CMYK
RGB Variations
Color information
#BF1B9D (or 0xBF1B9D) is known color: Medium Violet Red. HEX triplet: BF, 1B and 9D. RGB value is (191,27,157). Sum of RGB (Red+Green+Blue) = 191+27+157=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1B9D is #40E462. Grayscale: #5A5A5A. Windows color (decimal): -4252771 or 10296255. OLE color: 10296255.
HSL color Cylindrical-coordinate representation of color #BF1B9D: hue angle of 312.44º 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 #BF1B9D is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 27 | 157 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.25 |
| HSL | 312.44º | 0.75% | 0.43% | - |
| HSV(B) | 312.44º | 0.86% | 0.75% | - |
| XYZ | 27.96 | 14.29 | 33.18 | - |
| YUV | 90.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 27 | 157 | 0 | 0.86 | 0.18 | 0.25 | 312.44 | 0.75 | 0.43 |
| Hex | BF | 1B | 9D | 0 | 56 | 12 | 19 | 138 | 4B | 2B |
| Octal | 277 | 33 | 235 | 0 | 126 | 22 | 31 | 470 | 113 | 53 |
| Binary | 10111111 | 11011 | 10011101 | 0 | 1010110 | 10010 | 11001 | 100111000 | 1001011 | 101011 |
Color Harmonies of #BF1B9D
Complementary color
Monochromatic Colors of #BF1B9D
Black with #BF1B9D
Text Example
Text Example
White with #BF1B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1B9D; }
p { color: rgb(191,27,157); }
H1.HeaderClassName
{
color: #BF1B9D;
}
.AnyTagClassName
{
color: #BF1B9D;
}
</style>
background-color css
<style>
a { background-color: #BF1B9D; }
a { background-color: rgb(191,27,157); }
div.DivClassName
{
background-color: #BF1B9D;
}
.BgClassName
{
background-color: #BF1B9D;
}
</style>
border-color css
<style>
span { border-color: #BF1B9D; }
span { border-color: rgb(191,27,157); }
td.TdClassName
{
border-color: #BF1B9D;
}
.TagClassName
{
border-color: #BF1B9D;
}
</style>