Shades of Medium Violet Red #BF186C
Tints of Medium Violet Red #BF186C
RGB
CMYK
RGB Variations
Color information
#BF186C (or 0xBF186C) is known color: Medium Violet Red. HEX triplet: BF, 18 and 6C. RGB value is (191,24,108). Sum of RGB (Red+Green+Blue) = 191+24+108=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF186C is #40E793. Grayscale: #535353. Windows color (decimal): -4253588 or 7084223. OLE color: 7084223.
HSL color Cylindrical-coordinate representation of color #BF186C: hue angle of 329.82º 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 #BF186C is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 108 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.25 |
| HSL | 329.82º | 0.78% | 0.42% | - |
| HSV(B) | 329.82º | 0.87% | 0.75% | - |
| XYZ | 24.52 | 12.81 | 15.37 | - |
| YUV | 83.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 108 | 0 | 0.87 | 0.43 | 0.25 | 329.82 | 0.78 | 0.42 |
| Hex | BF | 18 | 6C | 0 | 57 | 2B | 19 | 14A | 4E | 2A |
| Octal | 277 | 30 | 154 | 0 | 127 | 53 | 31 | 512 | 116 | 52 |
| Binary | 10111111 | 11000 | 1101100 | 0 | 1010111 | 101011 | 11001 | 101001010 | 1001110 | 101010 |
Color Harmonies of #BF186C
Complementary color
Monochromatic Colors of #BF186C
Black with #BF186C
Text Example
Text Example
White with #BF186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF186C; }
p { color: rgb(191,24,108); }
H1.HeaderClassName
{
color: #BF186C;
}
.AnyTagClassName
{
color: #BF186C;
}
</style>
background-color css
<style>
a { background-color: #BF186C; }
a { background-color: rgb(191,24,108); }
div.DivClassName
{
background-color: #BF186C;
}
.BgClassName
{
background-color: #BF186C;
}
</style>
border-color css
<style>
span { border-color: #BF186C; }
span { border-color: rgb(191,24,108); }
td.TdClassName
{
border-color: #BF186C;
}
.TagClassName
{
border-color: #BF186C;
}
</style>