Shades of Medium Violet Red #BF176D
Tints of Medium Violet Red #BF176D
RGB
CMYK
RGB Variations
Color information
#BF176D (or 0xBF176D) is known color: Medium Violet Red. HEX triplet: BF, 17 and 6D. RGB value is (191,23,109). Sum of RGB (Red+Green+Blue) = 191+23+109=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF176D is #40E892. Grayscale: #525252. Windows color (decimal): -4253843 or 7149503. OLE color: 7149503.
HSL color Cylindrical-coordinate representation of color #BF176D: hue angle of 329.29º 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 #BF176D is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 109 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.25 |
| HSL | 329.29º | 0.79% | 0.42% | - |
| HSV(B) | 329.29º | 0.88% | 0.75% | - |
| XYZ | 24.55 | 12.79 | 15.64 | - |
| YUV | 83.04 | 142.66 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 109 | 0 | 0.88 | 0.43 | 0.25 | 329.29 | 0.79 | 0.42 |
| Hex | BF | 17 | 6D | 0 | 58 | 2B | 19 | 149 | 4F | 2A |
| Octal | 277 | 27 | 155 | 0 | 130 | 53 | 31 | 511 | 117 | 52 |
| Binary | 10111111 | 10111 | 1101101 | 0 | 1011000 | 101011 | 11001 | 101001001 | 1001111 | 101010 |
Color Harmonies of #BF176D
Complementary color
Monochromatic Colors of #BF176D
Black with #BF176D
Text Example
Text Example
White with #BF176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF176D; }
p { color: rgb(191,23,109); }
H1.HeaderClassName
{
color: #BF176D;
}
.AnyTagClassName
{
color: #BF176D;
}
</style>
background-color css
<style>
a { background-color: #BF176D; }
a { background-color: rgb(191,23,109); }
div.DivClassName
{
background-color: #BF176D;
}
.BgClassName
{
background-color: #BF176D;
}
</style>
border-color css
<style>
span { border-color: #BF176D; }
span { border-color: rgb(191,23,109); }
td.TdClassName
{
border-color: #BF176D;
}
.TagClassName
{
border-color: #BF176D;
}
</style>