Shades of Medium Violet Red #BF096D
Tints of Medium Violet Red #BF096D
RGB
CMYK
RGB Variations
Color information
#BF096D (or 0xBF096D) is known color: Medium Violet Red. HEX triplet: BF, 09 and 6D. RGB value is (191,9,109). Sum of RGB (Red+Green+Blue) = 191+9+109=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF096D is #40F692. Grayscale: #4A4A4A. Windows color (decimal): -4257427 or 7145919. OLE color: 7145919.
HSL color Cylindrical-coordinate representation of color #BF096D: hue angle of 327.03º 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 #BF096D is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 109 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.25 |
| HSL | 327.03º | 0.91% | 0.39% | - |
| HSV(B) | 327.03º | 0.95% | 0.75% | - |
| XYZ | 24.34 | 12.38 | 15.57 | - |
| YUV | 74.82 | 147.3 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 109 | 0 | 0.95 | 0.43 | 0.25 | 327.03 | 0.91 | 0.39 |
| Hex | BF | 9 | 6D | 0 | 5F | 2B | 19 | 147 | 5B | 27 |
| Octal | 277 | 11 | 155 | 0 | 137 | 53 | 31 | 507 | 133 | 47 |
| Binary | 10111111 | 1001 | 1101101 | 0 | 1011111 | 101011 | 11001 | 101000111 | 1011011 | 100111 |
Color Harmonies of #BF096D
Complementary color
Monochromatic Colors of #BF096D
Black with #BF096D
Text Example
Text Example
White with #BF096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF096D; }
p { color: rgb(191,9,109); }
H1.HeaderClassName
{
color: #BF096D;
}
.AnyTagClassName
{
color: #BF096D;
}
</style>
background-color css
<style>
a { background-color: #BF096D; }
a { background-color: rgb(191,9,109); }
div.DivClassName
{
background-color: #BF096D;
}
.BgClassName
{
background-color: #BF096D;
}
</style>
border-color css
<style>
span { border-color: #BF096D; }
span { border-color: rgb(191,9,109); }
td.TdClassName
{
border-color: #BF096D;
}
.TagClassName
{
border-color: #BF096D;
}
</style>