Shades of Medium Violet Red #B7099E
Tints of Medium Violet Red #B7099E
RGB
CMYK
RGB Variations
Color information
#B7099E (or 0xB7099E) is known color: Medium Violet Red. HEX triplet: B7, 09 and 9E. RGB value is (183,9,158). Sum of RGB (Red+Green+Blue) = 183+9+158=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B7099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7099E is #48F661. Grayscale: #4D4D4D. Windows color (decimal): -4781666 or 10357175. OLE color: 10357175.
HSL color Cylindrical-coordinate representation of color #B7099E: hue angle of 308.62º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7099E is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 9 | 158 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.28 |
| HSL | 308.62º | 0.91% | 0.38% | - |
| HSV(B) | 308.62º | 0.95% | 0.72% | - |
| XYZ | 25.8 | 12.73 | 33.45 | - |
| YUV | 78.01 | 173.15 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 158 | 0 | 0.95 | 0.14 | 0.28 | 308.62 | 0.91 | 0.38 |
| Hex | B7 | 9 | 9E | 0 | 5F | E | 1C | 135 | 5B | 26 |
| Octal | 267 | 11 | 236 | 0 | 137 | 16 | 34 | 465 | 133 | 46 |
| Binary | 10110111 | 1001 | 10011110 | 0 | 1011111 | 1110 | 11100 | 100110101 | 1011011 | 100110 |
Color Harmonies of #B7099E
Complementary color
Monochromatic Colors of #B7099E
Black with #B7099E
Text Example
Text Example
White with #B7099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7099E; }
p { color: rgb(183,9,158); }
H1.HeaderClassName
{
color: #B7099E;
}
.AnyTagClassName
{
color: #B7099E;
}
</style>
background-color css
<style>
a { background-color: #B7099E; }
a { background-color: rgb(183,9,158); }
div.DivClassName
{
background-color: #B7099E;
}
.BgClassName
{
background-color: #B7099E;
}
</style>
border-color css
<style>
span { border-color: #B7099E; }
span { border-color: rgb(183,9,158); }
td.TdClassName
{
border-color: #B7099E;
}
.TagClassName
{
border-color: #B7099E;
}
</style>