Shades of Medium Violet Red #BF148A
Tints of Medium Violet Red #BF148A
RGB
CMYK
RGB Variations
Color information
#BF148A (or 0xBF148A) is known color: Medium Violet Red. HEX triplet: BF, 14 and 8A. RGB value is (191,20,138). Sum of RGB (Red+Green+Blue) = 191+20+138=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF148A is #40EB75. Grayscale: #545454. Windows color (decimal): -4254582 or 9049279. OLE color: 9049279.
HSL color Cylindrical-coordinate representation of color #BF148A: hue angle of 318.6º 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 #BF148A is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 138 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.25 |
| HSL | 318.6º | 0.81% | 0.41% | - |
| HSV(B) | 318.6º | 0.9% | 0.75% | - |
| XYZ | 26.32 | 13.41 | 25.25 | - |
| YUV | 84.58 | 158.15 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 138 | 0 | 0.90 | 0.28 | 0.25 | 318.6 | 0.81 | 0.41 |
| Hex | BF | 14 | 8A | 0 | 5A | 1C | 19 | 13F | 51 | 29 |
| Octal | 277 | 24 | 212 | 0 | 132 | 34 | 31 | 477 | 121 | 51 |
| Binary | 10111111 | 10100 | 10001010 | 0 | 1011010 | 11100 | 11001 | 100111111 | 1010001 | 101001 |
Color Harmonies of #BF148A
Complementary color
Monochromatic Colors of #BF148A
Black with #BF148A
Text Example
Text Example
White with #BF148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF148A; }
p { color: rgb(191,20,138); }
H1.HeaderClassName
{
color: #BF148A;
}
.AnyTagClassName
{
color: #BF148A;
}
</style>
background-color css
<style>
a { background-color: #BF148A; }
a { background-color: rgb(191,20,138); }
div.DivClassName
{
background-color: #BF148A;
}
.BgClassName
{
background-color: #BF148A;
}
</style>
border-color css
<style>
span { border-color: #BF148A; }
span { border-color: rgb(191,20,138); }
td.TdClassName
{
border-color: #BF148A;
}
.TagClassName
{
border-color: #BF148A;
}
</style>