Shades of Medium Violet Red #BF097D
Tints of Medium Violet Red #BF097D
RGB
CMYK
RGB Variations
Color information
#BF097D (or 0xBF097D) is known color: Medium Violet Red. HEX triplet: BF, 09 and 7D. RGB value is (191,9,125). Sum of RGB (Red+Green+Blue) = 191+9+125=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF097D is #40F682. Grayscale: #4C4C4C. Windows color (decimal): -4257411 or 8194495. OLE color: 8194495.
HSL color Cylindrical-coordinate representation of color #BF097D: hue angle of 321.76º 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 #BF097D is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 125 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.25 |
| HSL | 321.76º | 0.91% | 0.39% | - |
| HSV(B) | 321.76º | 0.95% | 0.75% | - |
| XYZ | 25.29 | 12.75 | 20.53 | - |
| YUV | 76.64 | 155.3 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 125 | 0 | 0.95 | 0.35 | 0.25 | 321.76 | 0.91 | 0.39 |
| Hex | BF | 9 | 7D | 0 | 5F | 23 | 19 | 142 | 5B | 27 |
| Octal | 277 | 11 | 175 | 0 | 137 | 43 | 31 | 502 | 133 | 47 |
| Binary | 10111111 | 1001 | 1111101 | 0 | 1011111 | 100011 | 11001 | 101000010 | 1011011 | 100111 |
Color Harmonies of #BF097D
Complementary color
Monochromatic Colors of #BF097D
Black with #BF097D
Text Example
Text Example
White with #BF097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF097D; }
p { color: rgb(191,9,125); }
H1.HeaderClassName
{
color: #BF097D;
}
.AnyTagClassName
{
color: #BF097D;
}
</style>
background-color css
<style>
a { background-color: #BF097D; }
a { background-color: rgb(191,9,125); }
div.DivClassName
{
background-color: #BF097D;
}
.BgClassName
{
background-color: #BF097D;
}
</style>
border-color css
<style>
span { border-color: #BF097D; }
span { border-color: rgb(191,9,125); }
td.TdClassName
{
border-color: #BF097D;
}
.TagClassName
{
border-color: #BF097D;
}
</style>