Shades of Medium Violet Red #BF0B83
Tints of Medium Violet Red #BF0B83
RGB
CMYK
RGB Variations
Color information
#BF0B83 (or 0xBF0B83) is known color: Medium Violet Red. HEX triplet: BF, 0B and 83. RGB value is (191,11,131). Sum of RGB (Red+Green+Blue) = 191+11+131=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0B83 is #40F47C. Grayscale: #4E4E4E. Windows color (decimal): -4256893 or 8588223. OLE color: 8588223.
HSL color Cylindrical-coordinate representation of color #BF0B83: hue angle of 320º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0B83 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 11 | 131 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.25 |
| HSL | 320º | 0.89% | 0.4% | - |
| HSV(B) | 320º | 0.94% | 0.75% | - |
| XYZ | 25.7 | 12.95 | 22.62 | - |
| YUV | 78.5 | 157.63 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 131 | 0 | 0.94 | 0.31 | 0.25 | 320 | 0.89 | 0.4 |
| Hex | BF | B | 83 | 0 | 5E | 1F | 19 | 140 | 59 | 28 |
| Octal | 277 | 13 | 203 | 0 | 136 | 37 | 31 | 500 | 131 | 50 |
| Binary | 10111111 | 1011 | 10000011 | 0 | 1011110 | 11111 | 11001 | 101000000 | 1011001 | 101000 |
Color Harmonies of #BF0B83
Complementary color
Monochromatic Colors of #BF0B83
Black with #BF0B83
Text Example
Text Example
White with #BF0B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0B83; }
p { color: rgb(191,11,131); }
H1.HeaderClassName
{
color: #BF0B83;
}
.AnyTagClassName
{
color: #BF0B83;
}
</style>
background-color css
<style>
a { background-color: #BF0B83; }
a { background-color: rgb(191,11,131); }
div.DivClassName
{
background-color: #BF0B83;
}
.BgClassName
{
background-color: #BF0B83;
}
</style>
border-color css
<style>
span { border-color: #BF0B83; }
span { border-color: rgb(191,11,131); }
td.TdClassName
{
border-color: #BF0B83;
}
.TagClassName
{
border-color: #BF0B83;
}
</style>