Shades of Medium Violet Red #BF147B
Tints of Medium Violet Red #BF147B
RGB
CMYK
RGB Variations
Color information
#BF147B (or 0xBF147B) is known color: Medium Violet Red. HEX triplet: BF, 14 and 7B. RGB value is (191,20,123). Sum of RGB (Red+Green+Blue) = 191+20+123=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF147B is #40EB84. Grayscale: #525252. Windows color (decimal): -4254597 or 8066239. OLE color: 8066239.
HSL color Cylindrical-coordinate representation of color #BF147B: hue angle of 323.86º 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 #BF147B is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 123 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.25 |
| HSL | 323.86º | 0.81% | 0.41% | - |
| HSV(B) | 323.86º | 0.9% | 0.75% | - |
| XYZ | 25.31 | 13.01 | 19.92 | - |
| YUV | 82.87 | 150.65 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 123 | 0 | 0.90 | 0.36 | 0.25 | 323.86 | 0.81 | 0.41 |
| Hex | BF | 14 | 7B | 0 | 5A | 24 | 19 | 144 | 51 | 29 |
| Octal | 277 | 24 | 173 | 0 | 132 | 44 | 31 | 504 | 121 | 51 |
| Binary | 10111111 | 10100 | 1111011 | 0 | 1011010 | 100100 | 11001 | 101000100 | 1010001 | 101001 |
Color Harmonies of #BF147B
Complementary color
Monochromatic Colors of #BF147B
Black with #BF147B
Text Example
Text Example
White with #BF147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF147B; }
p { color: rgb(191,20,123); }
H1.HeaderClassName
{
color: #BF147B;
}
.AnyTagClassName
{
color: #BF147B;
}
</style>
background-color css
<style>
a { background-color: #BF147B; }
a { background-color: rgb(191,20,123); }
div.DivClassName
{
background-color: #BF147B;
}
.BgClassName
{
background-color: #BF147B;
}
</style>
border-color css
<style>
span { border-color: #BF147B; }
span { border-color: rgb(191,20,123); }
td.TdClassName
{
border-color: #BF147B;
}
.TagClassName
{
border-color: #BF147B;
}
</style>