Shades of Medium Violet Red #BF188B
Tints of Medium Violet Red #BF188B
RGB
CMYK
RGB Variations
Color information
#BF188B (or 0xBF188B) is known color: Medium Violet Red. HEX triplet: BF, 18 and 8B. RGB value is (191,24,139). Sum of RGB (Red+Green+Blue) = 191+24+139=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF188B is #40E774. Grayscale: #565656. Windows color (decimal): -4253557 or 9115839. OLE color: 9115839.
HSL color Cylindrical-coordinate representation of color #BF188B: hue angle of 318.68º 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 #BF188B is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 139 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.25 |
| HSL | 318.68º | 0.78% | 0.42% | - |
| HSV(B) | 318.68º | 0.87% | 0.75% | - |
| XYZ | 26.47 | 13.59 | 25.65 | - |
| YUV | 87.04 | 157.33 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 139 | 0 | 0.87 | 0.27 | 0.25 | 318.68 | 0.78 | 0.42 |
| Hex | BF | 18 | 8B | 0 | 57 | 1B | 19 | 13F | 4E | 2A |
| Octal | 277 | 30 | 213 | 0 | 127 | 33 | 31 | 477 | 116 | 52 |
| Binary | 10111111 | 11000 | 10001011 | 0 | 1010111 | 11011 | 11001 | 100111111 | 1001110 | 101010 |
Color Harmonies of #BF188B
Complementary color
Monochromatic Colors of #BF188B
Black with #BF188B
Text Example
Text Example
White with #BF188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF188B; }
p { color: rgb(191,24,139); }
H1.HeaderClassName
{
color: #BF188B;
}
.AnyTagClassName
{
color: #BF188B;
}
</style>
background-color css
<style>
a { background-color: #BF188B; }
a { background-color: rgb(191,24,139); }
div.DivClassName
{
background-color: #BF188B;
}
.BgClassName
{
background-color: #BF188B;
}
</style>
border-color css
<style>
span { border-color: #BF188B; }
span { border-color: rgb(191,24,139); }
td.TdClassName
{
border-color: #BF188B;
}
.TagClassName
{
border-color: #BF188B;
}
</style>