Shades of Medium Violet Red #BF1485
Tints of Medium Violet Red #BF1485
RGB
CMYK
RGB Variations
Color information
#BF1485 (or 0xBF1485) is known color: Medium Violet Red. HEX triplet: BF, 14 and 85. RGB value is (191,20,133). Sum of RGB (Red+Green+Blue) = 191+20+133=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1485 is #40EB7A. Grayscale: #535353. Windows color (decimal): -4254587 or 8721599. OLE color: 8721599.
HSL color Cylindrical-coordinate representation of color #BF1485: hue angle of 320.35º 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 #BF1485 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 133 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.25 |
| HSL | 320.35º | 0.81% | 0.41% | - |
| HSV(B) | 320.35º | 0.9% | 0.75% | - |
| XYZ | 25.97 | 13.27 | 23.38 | - |
| YUV | 84.01 | 155.65 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 133 | 0 | 0.90 | 0.30 | 0.25 | 320.35 | 0.81 | 0.41 |
| Hex | BF | 14 | 85 | 0 | 5A | 1E | 19 | 140 | 51 | 29 |
| Octal | 277 | 24 | 205 | 0 | 132 | 36 | 31 | 500 | 121 | 51 |
| Binary | 10111111 | 10100 | 10000101 | 0 | 1011010 | 11110 | 11001 | 101000000 | 1010001 | 101001 |
Color Harmonies of #BF1485
Complementary color
Monochromatic Colors of #BF1485
Black with #BF1485
Text Example
Text Example
White with #BF1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1485; }
p { color: rgb(191,20,133); }
H1.HeaderClassName
{
color: #BF1485;
}
.AnyTagClassName
{
color: #BF1485;
}
</style>
background-color css
<style>
a { background-color: #BF1485; }
a { background-color: rgb(191,20,133); }
div.DivClassName
{
background-color: #BF1485;
}
.BgClassName
{
background-color: #BF1485;
}
</style>
border-color css
<style>
span { border-color: #BF1485; }
span { border-color: rgb(191,20,133); }
td.TdClassName
{
border-color: #BF1485;
}
.TagClassName
{
border-color: #BF1485;
}
</style>