Shades of Medium Violet Red #BF097E
Tints of Medium Violet Red #BF097E
RGB
CMYK
RGB Variations
Color information
#BF097E (or 0xBF097E) is known color: Medium Violet Red. HEX triplet: BF, 09 and 7E. RGB value is (191,9,126). Sum of RGB (Red+Green+Blue) = 191+9+126=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF097E is #40F681. Grayscale: #4C4C4C. Windows color (decimal): -4257410 or 8260031. OLE color: 8260031.
HSL color Cylindrical-coordinate representation of color #BF097E: hue angle of 321.43º 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 #BF097E is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 126 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.25 |
| HSL | 321.43º | 0.91% | 0.39% | - |
| HSV(B) | 321.43º | 0.95% | 0.75% | - |
| XYZ | 25.35 | 12.78 | 20.87 | - |
| YUV | 76.76 | 155.8 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 126 | 0 | 0.95 | 0.34 | 0.25 | 321.43 | 0.91 | 0.39 |
| Hex | BF | 9 | 7E | 0 | 5F | 22 | 19 | 141 | 5B | 27 |
| Octal | 277 | 11 | 176 | 0 | 137 | 42 | 31 | 501 | 133 | 47 |
| Binary | 10111111 | 1001 | 1111110 | 0 | 1011111 | 100010 | 11001 | 101000001 | 1011011 | 100111 |
Color Harmonies of #BF097E
Complementary color
Monochromatic Colors of #BF097E
Black with #BF097E
Text Example
Text Example
White with #BF097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF097E; }
p { color: rgb(191,9,126); }
H1.HeaderClassName
{
color: #BF097E;
}
.AnyTagClassName
{
color: #BF097E;
}
</style>
background-color css
<style>
a { background-color: #BF097E; }
a { background-color: rgb(191,9,126); }
div.DivClassName
{
background-color: #BF097E;
}
.BgClassName
{
background-color: #BF097E;
}
</style>
border-color css
<style>
span { border-color: #BF097E; }
span { border-color: rgb(191,9,126); }
td.TdClassName
{
border-color: #BF097E;
}
.TagClassName
{
border-color: #BF097E;
}
</style>