Shades of Medium Violet Red #BF148B
Tints of Medium Violet Red #BF148B
RGB
CMYK
RGB Variations
Color information
#BF148B (or 0xBF148B) is known color: Medium Violet Red. HEX triplet: BF, 14 and 8B. RGB value is (191,20,139). Sum of RGB (Red+Green+Blue) = 191+20+139=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF148B is #40EB74. Grayscale: #545454. Windows color (decimal): -4254581 or 9114815. OLE color: 9114815.
HSL color Cylindrical-coordinate representation of color #BF148B: hue angle of 318.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF148B is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 139 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.25 |
| HSL | 318.25º | 0.81% | 0.41% | - |
| HSV(B) | 318.25º | 0.9% | 0.75% | - |
| XYZ | 26.4 | 13.44 | 25.63 | - |
| YUV | 84.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 139 | 0 | 0.90 | 0.27 | 0.25 | 318.25 | 0.81 | 0.41 |
| Hex | BF | 14 | 8B | 0 | 5A | 1B | 19 | 13E | 51 | 29 |
| Octal | 277 | 24 | 213 | 0 | 132 | 33 | 31 | 476 | 121 | 51 |
| Binary | 10111111 | 10100 | 10001011 | 0 | 1011010 | 11011 | 11001 | 100111110 | 1010001 | 101001 |
Color Harmonies of #BF148B
Complementary color
Monochromatic Colors of #BF148B
Black with #BF148B
Text Example
Text Example
White with #BF148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF148B; }
p { color: rgb(191,20,139); }
H1.HeaderClassName
{
color: #BF148B;
}
.AnyTagClassName
{
color: #BF148B;
}
</style>
background-color css
<style>
a { background-color: #BF148B; }
a { background-color: rgb(191,20,139); }
div.DivClassName
{
background-color: #BF148B;
}
.BgClassName
{
background-color: #BF148B;
}
</style>
border-color css
<style>
span { border-color: #BF148B; }
span { border-color: rgb(191,20,139); }
td.TdClassName
{
border-color: #BF148B;
}
.TagClassName
{
border-color: #BF148B;
}
</style>