Shades of Medium Violet Red #BF1099
Tints of Medium Violet Red #BF1099
RGB
CMYK
RGB Variations
Color information
#BF1099 (or 0xBF1099) is known color: Medium Violet Red. HEX triplet: BF, 10 and 99. RGB value is (191,16,153). Sum of RGB (Red+Green+Blue) = 191+16+153=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1099 is #40EF66. Grayscale: #535353. Windows color (decimal): -4255591 or 10031295. OLE color: 10031295.
HSL color Cylindrical-coordinate representation of color #BF1099: hue angle of 313.03º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1099 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 153 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.25 |
| HSL | 313.03º | 0.85% | 0.41% | - |
| HSV(B) | 313.03º | 0.92% | 0.75% | - |
| XYZ | 27.42 | 13.75 | 31.35 | - |
| YUV | 83.94 | 166.98 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 153 | 0 | 0.92 | 0.20 | 0.25 | 313.03 | 0.85 | 0.41 |
| Hex | BF | 10 | 99 | 0 | 5C | 14 | 19 | 139 | 55 | 29 |
| Octal | 277 | 20 | 231 | 0 | 134 | 24 | 31 | 471 | 125 | 51 |
| Binary | 10111111 | 10000 | 10011001 | 0 | 1011100 | 10100 | 11001 | 100111001 | 1010101 | 101001 |
Color Harmonies of #BF1099
Complementary color
Monochromatic Colors of #BF1099
Black with #BF1099
Text Example
Text Example
White with #BF1099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1099; }
p { color: rgb(191,16,153); }
H1.HeaderClassName
{
color: #BF1099;
}
.AnyTagClassName
{
color: #BF1099;
}
</style>
background-color css
<style>
a { background-color: #BF1099; }
a { background-color: rgb(191,16,153); }
div.DivClassName
{
background-color: #BF1099;
}
.BgClassName
{
background-color: #BF1099;
}
</style>
border-color css
<style>
span { border-color: #BF1099; }
span { border-color: rgb(191,16,153); }
td.TdClassName
{
border-color: #BF1099;
}
.TagClassName
{
border-color: #BF1099;
}
</style>