Shades of Medium Violet Red #BF168B
Tints of Medium Violet Red #BF168B
RGB
CMYK
RGB Variations
Color information
#BF168B (or 0xBF168B) is known color: Medium Violet Red. HEX triplet: BF, 16 and 8B. RGB value is (191,22,139). Sum of RGB (Red+Green+Blue) = 191+22+139=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF168B is #40E974. Grayscale: #555555. Windows color (decimal): -4254069 or 9115327. OLE color: 9115327.
HSL color Cylindrical-coordinate representation of color #BF168B: hue angle of 318.46º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF168B is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 139 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.25 |
| HSL | 318.46º | 0.79% | 0.42% | - |
| HSV(B) | 318.46º | 0.88% | 0.75% | - |
| XYZ | 26.43 | 13.51 | 25.64 | - |
| YUV | 85.87 | 157.99 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 139 | 0 | 0.88 | 0.27 | 0.25 | 318.46 | 0.79 | 0.42 |
| Hex | BF | 16 | 8B | 0 | 58 | 1B | 19 | 13E | 4F | 2A |
| Octal | 277 | 26 | 213 | 0 | 130 | 33 | 31 | 476 | 117 | 52 |
| Binary | 10111111 | 10110 | 10001011 | 0 | 1011000 | 11011 | 11001 | 100111110 | 1001111 | 101010 |
Color Harmonies of #BF168B
Complementary color
Monochromatic Colors of #BF168B
Black with #BF168B
Text Example
Text Example
White with #BF168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF168B; }
p { color: rgb(191,22,139); }
H1.HeaderClassName
{
color: #BF168B;
}
.AnyTagClassName
{
color: #BF168B;
}
</style>
background-color css
<style>
a { background-color: #BF168B; }
a { background-color: rgb(191,22,139); }
div.DivClassName
{
background-color: #BF168B;
}
.BgClassName
{
background-color: #BF168B;
}
</style>
border-color css
<style>
span { border-color: #BF168B; }
span { border-color: rgb(191,22,139); }
td.TdClassName
{
border-color: #BF168B;
}
.TagClassName
{
border-color: #BF168B;
}
</style>