Shades of Medium Violet Red #BF188D
Tints of Medium Violet Red #BF188D
RGB
CMYK
RGB Variations
Color information
#BF188D (or 0xBF188D) is known color: Medium Violet Red. HEX triplet: BF, 18 and 8D. RGB value is (191,24,141). Sum of RGB (Red+Green+Blue) = 191+24+141=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF188D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF188D is #40E772. Grayscale: #565656. Windows color (decimal): -4253555 or 9246911. OLE color: 9246911.
HSL color Cylindrical-coordinate representation of color #BF188D: hue angle of 317.96º 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 #BF188D is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 141 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.25 |
| HSL | 317.96º | 0.78% | 0.42% | - |
| HSV(B) | 317.96º | 0.87% | 0.75% | - |
| XYZ | 26.62 | 13.65 | 26.43 | - |
| YUV | 87.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 141 | 0 | 0.87 | 0.26 | 0.25 | 317.96 | 0.78 | 0.42 |
| Hex | BF | 18 | 8D | 0 | 57 | 1A | 19 | 13E | 4E | 2A |
| Octal | 277 | 30 | 215 | 0 | 127 | 32 | 31 | 476 | 116 | 52 |
| Binary | 10111111 | 11000 | 10001101 | 0 | 1010111 | 11010 | 11001 | 100111110 | 1001110 | 101010 |
Color Harmonies of #BF188D
Complementary color
Monochromatic Colors of #BF188D
Black with #BF188D
Text Example
Text Example
White with #BF188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF188D; }
p { color: rgb(191,24,141); }
H1.HeaderClassName
{
color: #BF188D;
}
.AnyTagClassName
{
color: #BF188D;
}
</style>
background-color css
<style>
a { background-color: #BF188D; }
a { background-color: rgb(191,24,141); }
div.DivClassName
{
background-color: #BF188D;
}
.BgClassName
{
background-color: #BF188D;
}
</style>
border-color css
<style>
span { border-color: #BF188D; }
span { border-color: rgb(191,24,141); }
td.TdClassName
{
border-color: #BF188D;
}
.TagClassName
{
border-color: #BF188D;
}
</style>