Shades of Medium Violet Red #B7099F
Tints of Medium Violet Red #B7099F
RGB
CMYK
RGB Variations
Color information
#B7099F (or 0xB7099F) is known color: Medium Violet Red. HEX triplet: B7, 09 and 9F. RGB value is (183,9,159). Sum of RGB (Red+Green+Blue) = 183+9+159=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B7099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7099F is #48F660. Grayscale: #4D4D4D. Windows color (decimal): -4781665 or 10422711. OLE color: 10422711.
HSL color Cylindrical-coordinate representation of color #B7099F: hue angle of 308.28º 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 #B7099F is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 9 | 159 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.28 |
| HSL | 308.28º | 0.91% | 0.38% | - |
| HSV(B) | 308.28º | 0.95% | 0.72% | - |
| XYZ | 25.88 | 12.77 | 33.9 | - |
| YUV | 78.13 | 173.65 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 159 | 0 | 0.95 | 0.13 | 0.28 | 308.28 | 0.91 | 0.38 |
| Hex | B7 | 9 | 9F | 0 | 5F | D | 1C | 134 | 5B | 26 |
| Octal | 267 | 11 | 237 | 0 | 137 | 15 | 34 | 464 | 133 | 46 |
| Binary | 10110111 | 1001 | 10011111 | 0 | 1011111 | 1101 | 11100 | 100110100 | 1011011 | 100110 |
Color Harmonies of #B7099F
Complementary color
Monochromatic Colors of #B7099F
Black with #B7099F
Text Example
Text Example
White with #B7099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7099F; }
p { color: rgb(183,9,159); }
H1.HeaderClassName
{
color: #B7099F;
}
.AnyTagClassName
{
color: #B7099F;
}
</style>
background-color css
<style>
a { background-color: #B7099F; }
a { background-color: rgb(183,9,159); }
div.DivClassName
{
background-color: #B7099F;
}
.BgClassName
{
background-color: #B7099F;
}
</style>
border-color css
<style>
span { border-color: #B7099F; }
span { border-color: rgb(183,9,159); }
td.TdClassName
{
border-color: #B7099F;
}
.TagClassName
{
border-color: #B7099F;
}
</style>