Shades of Medium Violet Red #BF0F8B
Tints of Medium Violet Red #BF0F8B
RGB
CMYK
RGB Variations
Color information
#BF0F8B (or 0xBF0F8B) is known color: Medium Violet Red. HEX triplet: BF, 0F and 8B. RGB value is (191,15,139). Sum of RGB (Red+Green+Blue) = 191+15+139=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0F8B is #40F074. Grayscale: #515151. Windows color (decimal): -4255861 or 9113535. OLE color: 9113535.
HSL color Cylindrical-coordinate representation of color #BF0F8B: hue angle of 317.73º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0F8B is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 139 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.25 |
| HSL | 317.73º | 0.85% | 0.4% | - |
| HSV(B) | 317.73º | 0.92% | 0.75% | - |
| XYZ | 26.32 | 13.28 | 25.6 | - |
| YUV | 81.76 | 160.31 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 139 | 0 | 0.92 | 0.27 | 0.25 | 317.73 | 0.85 | 0.4 |
| Hex | BF | F | 8B | 0 | 5C | 1B | 19 | 13E | 55 | 28 |
| Octal | 277 | 17 | 213 | 0 | 134 | 33 | 31 | 476 | 125 | 50 |
| Binary | 10111111 | 1111 | 10001011 | 0 | 1011100 | 11011 | 11001 | 100111110 | 1010101 | 101000 |
Color Harmonies of #BF0F8B
Complementary color
Monochromatic Colors of #BF0F8B
Black with #BF0F8B
Text Example
Text Example
White with #BF0F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0F8B; }
p { color: rgb(191,15,139); }
H1.HeaderClassName
{
color: #BF0F8B;
}
.AnyTagClassName
{
color: #BF0F8B;
}
</style>
background-color css
<style>
a { background-color: #BF0F8B; }
a { background-color: rgb(191,15,139); }
div.DivClassName
{
background-color: #BF0F8B;
}
.BgClassName
{
background-color: #BF0F8B;
}
</style>
border-color css
<style>
span { border-color: #BF0F8B; }
span { border-color: rgb(191,15,139); }
td.TdClassName
{
border-color: #BF0F8B;
}
.TagClassName
{
border-color: #BF0F8B;
}
</style>