Shades of Medium Violet Red #BF106B
Tints of Medium Violet Red #BF106B
RGB
CMYK
RGB Variations
Color information
#BF106B (or 0xBF106B) is known color: Medium Violet Red. HEX triplet: BF, 10 and 6B. RGB value is (191,16,107). Sum of RGB (Red+Green+Blue) = 191+16+107=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF106B is #40EF94. Grayscale: #4E4E4E. Windows color (decimal): -4255637 or 7016639. OLE color: 7016639.
HSL color Cylindrical-coordinate representation of color #BF106B: hue angle of 328.8º 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 #BF106B is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 107 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.25 |
| HSL | 328.8º | 0.85% | 0.41% | - |
| HSV(B) | 328.8º | 0.92% | 0.75% | - |
| XYZ | 24.32 | 12.51 | 15.04 | - |
| YUV | 78.7 | 143.98 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 107 | 0 | 0.92 | 0.44 | 0.25 | 328.8 | 0.85 | 0.41 |
| Hex | BF | 10 | 6B | 0 | 5C | 2C | 19 | 149 | 55 | 29 |
| Octal | 277 | 20 | 153 | 0 | 134 | 54 | 31 | 511 | 125 | 51 |
| Binary | 10111111 | 10000 | 1101011 | 0 | 1011100 | 101100 | 11001 | 101001001 | 1010101 | 101001 |
Color Harmonies of #BF106B
Complementary color
Monochromatic Colors of #BF106B
Black with #BF106B
Text Example
Text Example
White with #BF106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF106B; }
p { color: rgb(191,16,107); }
H1.HeaderClassName
{
color: #BF106B;
}
.AnyTagClassName
{
color: #BF106B;
}
</style>
background-color css
<style>
a { background-color: #BF106B; }
a { background-color: rgb(191,16,107); }
div.DivClassName
{
background-color: #BF106B;
}
.BgClassName
{
background-color: #BF106B;
}
</style>
border-color css
<style>
span { border-color: #BF106B; }
span { border-color: rgb(191,16,107); }
td.TdClassName
{
border-color: #BF106B;
}
.TagClassName
{
border-color: #BF106B;
}
</style>