Shades of Medium Violet Red #BF186D
Tints of Medium Violet Red #BF186D
RGB
CMYK
RGB Variations
Color information
#BF186D (or 0xBF186D) is known color: Medium Violet Red. HEX triplet: BF, 18 and 6D. RGB value is (191,24,109). Sum of RGB (Red+Green+Blue) = 191+24+109=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF186D is #40E792. Grayscale: #535353. Windows color (decimal): -4253587 or 7149759. OLE color: 7149759.
HSL color Cylindrical-coordinate representation of color #BF186D: hue angle of 329.46º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF186D is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 109 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.25 |
| HSL | 329.46º | 0.78% | 0.42% | - |
| HSV(B) | 329.46º | 0.87% | 0.75% | - |
| XYZ | 24.57 | 12.83 | 15.65 | - |
| YUV | 83.62 | 142.33 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 109 | 0 | 0.87 | 0.43 | 0.25 | 329.46 | 0.78 | 0.42 |
| Hex | BF | 18 | 6D | 0 | 57 | 2B | 19 | 149 | 4E | 2A |
| Octal | 277 | 30 | 155 | 0 | 127 | 53 | 31 | 511 | 116 | 52 |
| Binary | 10111111 | 11000 | 1101101 | 0 | 1010111 | 101011 | 11001 | 101001001 | 1001110 | 101010 |
Color Harmonies of #BF186D
Complementary color
Monochromatic Colors of #BF186D
Black with #BF186D
Text Example
Text Example
White with #BF186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF186D; }
p { color: rgb(191,24,109); }
H1.HeaderClassName
{
color: #BF186D;
}
.AnyTagClassName
{
color: #BF186D;
}
</style>
background-color css
<style>
a { background-color: #BF186D; }
a { background-color: rgb(191,24,109); }
div.DivClassName
{
background-color: #BF186D;
}
.BgClassName
{
background-color: #BF186D;
}
</style>
border-color css
<style>
span { border-color: #BF186D; }
span { border-color: rgb(191,24,109); }
td.TdClassName
{
border-color: #BF186D;
}
.TagClassName
{
border-color: #BF186D;
}
</style>