Shades of Medium Violet Red #BF176B
Tints of Medium Violet Red #BF176B
RGB
CMYK
RGB Variations
Color information
#BF176B (or 0xBF176B) is known color: Medium Violet Red. HEX triplet: BF, 17 and 6B. RGB value is (191,23,107). Sum of RGB (Red+Green+Blue) = 191+23+107=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF176B is #40E894. Grayscale: #525252. Windows color (decimal): -4253845 or 7018431. OLE color: 7018431.
HSL color Cylindrical-coordinate representation of color #BF176B: hue angle of 330º 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 #BF176B is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 107 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.25 |
| HSL | 330º | 0.79% | 0.42% | - |
| HSV(B) | 330º | 0.88% | 0.75% | - |
| XYZ | 24.45 | 12.75 | 15.08 | - |
| YUV | 82.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 107 | 0 | 0.88 | 0.44 | 0.25 | 330 | 0.79 | 0.42 |
| Hex | BF | 17 | 6B | 0 | 58 | 2C | 19 | 14A | 4F | 2A |
| Octal | 277 | 27 | 153 | 0 | 130 | 54 | 31 | 512 | 117 | 52 |
| Binary | 10111111 | 10111 | 1101011 | 0 | 1011000 | 101100 | 11001 | 101001010 | 1001111 | 101010 |
Color Harmonies of #BF176B
Complementary color
Monochromatic Colors of #BF176B
Black with #BF176B
Text Example
Text Example
White with #BF176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF176B; }
p { color: rgb(191,23,107); }
H1.HeaderClassName
{
color: #BF176B;
}
.AnyTagClassName
{
color: #BF176B;
}
</style>
background-color css
<style>
a { background-color: #BF176B; }
a { background-color: rgb(191,23,107); }
div.DivClassName
{
background-color: #BF176B;
}
.BgClassName
{
background-color: #BF176B;
}
</style>
border-color css
<style>
span { border-color: #BF176B; }
span { border-color: rgb(191,23,107); }
td.TdClassName
{
border-color: #BF176B;
}
.TagClassName
{
border-color: #BF176B;
}
</style>