Shades of Medium Violet Red #BF1087
Tints of Medium Violet Red #BF1087
RGB
CMYK
RGB Variations
Color information
#BF1087 (or 0xBF1087) is known color: Medium Violet Red. HEX triplet: BF, 10 and 87. RGB value is (191,16,135). Sum of RGB (Red+Green+Blue) = 191+16+135=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1087 is #40EF78. Grayscale: #515151. Windows color (decimal): -4255609 or 8851647. OLE color: 8851647.
HSL color Cylindrical-coordinate representation of color #BF1087: hue angle of 319.2º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1087 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 135 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.25 |
| HSL | 319.2º | 0.85% | 0.41% | - |
| HSV(B) | 319.2º | 0.92% | 0.75% | - |
| XYZ | 26.04 | 13.2 | 24.1 | - |
| YUV | 81.89 | 157.98 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 135 | 0 | 0.92 | 0.29 | 0.25 | 319.2 | 0.85 | 0.41 |
| Hex | BF | 10 | 87 | 0 | 5C | 1D | 19 | 13F | 55 | 29 |
| Octal | 277 | 20 | 207 | 0 | 134 | 35 | 31 | 477 | 125 | 51 |
| Binary | 10111111 | 10000 | 10000111 | 0 | 1011100 | 11101 | 11001 | 100111111 | 1010101 | 101001 |
Color Harmonies of #BF1087
Complementary color
Monochromatic Colors of #BF1087
Black with #BF1087
Text Example
Text Example
White with #BF1087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1087; }
p { color: rgb(191,16,135); }
H1.HeaderClassName
{
color: #BF1087;
}
.AnyTagClassName
{
color: #BF1087;
}
</style>
background-color css
<style>
a { background-color: #BF1087; }
a { background-color: rgb(191,16,135); }
div.DivClassName
{
background-color: #BF1087;
}
.BgClassName
{
background-color: #BF1087;
}
</style>
border-color css
<style>
span { border-color: #BF1087; }
span { border-color: rgb(191,16,135); }
td.TdClassName
{
border-color: #BF1087;
}
.TagClassName
{
border-color: #BF1087;
}
</style>