Shades of Medium Violet Red #B7097D
Tints of Medium Violet Red #B7097D
RGB
CMYK
RGB Variations
Color information
#B7097D (or 0xB7097D) is known color: Medium Violet Red. HEX triplet: B7, 09 and 7D. RGB value is (183,9,125). Sum of RGB (Red+Green+Blue) = 183+9+125=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B7097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7097D is #48F682. Grayscale: #494949. Windows color (decimal): -4781699 or 8194487. OLE color: 8194487.
HSL color Cylindrical-coordinate representation of color #B7097D: hue angle of 320º 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 #B7097D is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 9 | 125 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.28 |
| HSL | 320º | 0.91% | 0.38% | - |
| HSV(B) | 320º | 0.95% | 0.72% | - |
| XYZ | 23.33 | 11.74 | 20.44 | - |
| YUV | 74.25 | 156.65 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 125 | 0 | 0.95 | 0.32 | 0.28 | 320 | 0.91 | 0.38 |
| Hex | B7 | 9 | 7D | 0 | 5F | 20 | 1C | 140 | 5B | 26 |
| Octal | 267 | 11 | 175 | 0 | 137 | 40 | 34 | 500 | 133 | 46 |
| Binary | 10110111 | 1001 | 1111101 | 0 | 1011111 | 100000 | 11100 | 101000000 | 1011011 | 100110 |
Color Harmonies of #B7097D
Complementary color
Monochromatic Colors of #B7097D
Black with #B7097D
Text Example
Text Example
White with #B7097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7097D; }
p { color: rgb(183,9,125); }
H1.HeaderClassName
{
color: #B7097D;
}
.AnyTagClassName
{
color: #B7097D;
}
</style>
background-color css
<style>
a { background-color: #B7097D; }
a { background-color: rgb(183,9,125); }
div.DivClassName
{
background-color: #B7097D;
}
.BgClassName
{
background-color: #B7097D;
}
</style>
border-color css
<style>
span { border-color: #B7097D; }
span { border-color: rgb(183,9,125); }
td.TdClassName
{
border-color: #B7097D;
}
.TagClassName
{
border-color: #B7097D;
}
</style>