Shades of Medium Violet Red #BF0099
Tints of Medium Violet Red #BF0099
RGB
CMYK
RGB Variations
Color information
#BF0099 (or 0xBF0099) is known color: Medium Violet Red. HEX triplet: BF, 00 and 99. RGB value is (191,0,153). Sum of RGB (Red+Green+Blue) = 191+0+153=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0099 is #40FF66. Grayscale: #4A4A4A. Windows color (decimal): -4259687 or 10027199. OLE color: 10027199.
HSL color Cylindrical-coordinate representation of color #BF0099: hue angle of 311.94º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0099 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.20 | 0.25 |
| HSL | 311.94º | 1% | 0.37% | - |
| HSV(B) | 311.94º | 1% | 0.75% | - |
| XYZ | 27.24 | 13.38 | 31.28 | - |
| YUV | 74.55 | 172.28 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 153 | 0 | 1 | 0.20 | 0.25 | 311.94 | 1 | 0.37 |
| Hex | BF | 0 | 99 | 0 | 64 | 14 | 19 | 138 | 64 | 25 |
| Octal | 277 | 0 | 231 | 0 | 144 | 24 | 31 | 470 | 144 | 45 |
| Binary | 10111111 | 0 | 10011001 | 0 | 1100100 | 10100 | 11001 | 100111000 | 1100100 | 100101 |
Color Harmonies of #BF0099
Complementary color
Monochromatic Colors of #BF0099
Black with #BF0099
Text Example
Text Example
White with #BF0099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0099; }
p { color: rgb(191,0,153); }
H1.HeaderClassName
{
color: #BF0099;
}
.AnyTagClassName
{
color: #BF0099;
}
</style>
background-color css
<style>
a { background-color: #BF0099; }
a { background-color: rgb(191,0,153); }
div.DivClassName
{
background-color: #BF0099;
}
.BgClassName
{
background-color: #BF0099;
}
</style>
border-color css
<style>
span { border-color: #BF0099; }
span { border-color: rgb(191,0,153); }
td.TdClassName
{
border-color: #BF0099;
}
.TagClassName
{
border-color: #BF0099;
}
</style>