Shades of Medium Violet Red #BF096E
Tints of Medium Violet Red #BF096E
RGB
CMYK
RGB Variations
Color information
#BF096E (or 0xBF096E) is known color: Medium Violet Red. HEX triplet: BF, 09 and 6E. RGB value is (191,9,110). Sum of RGB (Red+Green+Blue) = 191+9+110=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF096E is #40F691. Grayscale: #4A4A4A. Windows color (decimal): -4257426 or 7211455. OLE color: 7211455.
HSL color Cylindrical-coordinate representation of color #BF096E: hue angle of 326.7º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF096E is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 110 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.25 |
| HSL | 326.7º | 0.91% | 0.39% | - |
| HSV(B) | 326.7º | 0.95% | 0.75% | - |
| XYZ | 24.4 | 12.4 | 15.86 | - |
| YUV | 74.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 110 | 0 | 0.95 | 0.42 | 0.25 | 326.7 | 0.91 | 0.39 |
| Hex | BF | 9 | 6E | 0 | 5F | 2A | 19 | 147 | 5B | 27 |
| Octal | 277 | 11 | 156 | 0 | 137 | 52 | 31 | 507 | 133 | 47 |
| Binary | 10111111 | 1001 | 1101110 | 0 | 1011111 | 101010 | 11001 | 101000111 | 1011011 | 100111 |
Color Harmonies of #BF096E
Complementary color
Monochromatic Colors of #BF096E
Black with #BF096E
Text Example
Text Example
White with #BF096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF096E; }
p { color: rgb(191,9,110); }
H1.HeaderClassName
{
color: #BF096E;
}
.AnyTagClassName
{
color: #BF096E;
}
</style>
background-color css
<style>
a { background-color: #BF096E; }
a { background-color: rgb(191,9,110); }
div.DivClassName
{
background-color: #BF096E;
}
.BgClassName
{
background-color: #BF096E;
}
</style>
border-color css
<style>
span { border-color: #BF096E; }
span { border-color: rgb(191,9,110); }
td.TdClassName
{
border-color: #BF096E;
}
.TagClassName
{
border-color: #BF096E;
}
</style>