Shades of Medium Violet Red #BF1281
Tints of Medium Violet Red #BF1281
RGB
CMYK
RGB Variations
Color information
#BF1281 (or 0xBF1281) is known color: Medium Violet Red. HEX triplet: BF, 12 and 81. RGB value is (191,18,129). Sum of RGB (Red+Green+Blue) = 191+18+129=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1281 is #40ED7E. Grayscale: #525252. Windows color (decimal): -4255103 or 8458943. OLE color: 8458943.
HSL color Cylindrical-coordinate representation of color #BF1281: hue angle of 321.5º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1281 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 129 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.25 |
| HSL | 321.5º | 0.83% | 0.41% | - |
| HSV(B) | 321.5º | 0.91% | 0.75% | - |
| XYZ | 25.66 | 13.09 | 21.94 | - |
| YUV | 82.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 129 | 0 | 0.91 | 0.32 | 0.25 | 321.5 | 0.83 | 0.41 |
| Hex | BF | 12 | 81 | 0 | 5B | 20 | 19 | 142 | 53 | 29 |
| Octal | 277 | 22 | 201 | 0 | 133 | 40 | 31 | 502 | 123 | 51 |
| Binary | 10111111 | 10010 | 10000001 | 0 | 1011011 | 100000 | 11001 | 101000010 | 1010011 | 101001 |
Color Harmonies of #BF1281
Complementary color
Monochromatic Colors of #BF1281
Black with #BF1281
Text Example
Text Example
White with #BF1281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1281; }
p { color: rgb(191,18,129); }
H1.HeaderClassName
{
color: #BF1281;
}
.AnyTagClassName
{
color: #BF1281;
}
</style>
background-color css
<style>
a { background-color: #BF1281; }
a { background-color: rgb(191,18,129); }
div.DivClassName
{
background-color: #BF1281;
}
.BgClassName
{
background-color: #BF1281;
}
</style>
border-color css
<style>
span { border-color: #BF1281; }
span { border-color: rgb(191,18,129); }
td.TdClassName
{
border-color: #BF1281;
}
.TagClassName
{
border-color: #BF1281;
}
</style>