Shades of Medium Violet Red #B7129E
Tints of Medium Violet Red #B7129E
RGB
CMYK
RGB Variations
Color information
#B7129E (or 0xB7129E) is known color: Medium Violet Red. HEX triplet: B7, 12 and 9E. RGB value is (183,18,158). Sum of RGB (Red+Green+Blue) = 183+18+158=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7129E is #48ED61. Grayscale: #525252. Windows color (decimal): -4779362 or 10359479. OLE color: 10359479.
HSL color Cylindrical-coordinate representation of color #B7129E: hue angle of 309.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7129E is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 158 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.28 |
| HSL | 309.09º | 0.82% | 0.39% | - |
| HSV(B) | 309.09º | 0.9% | 0.72% | - |
| XYZ | 25.92 | 12.97 | 33.48 | - |
| YUV | 83.3 | 170.16 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 158 | 0 | 0.90 | 0.14 | 0.28 | 309.09 | 0.82 | 0.39 |
| Hex | B7 | 12 | 9E | 0 | 5A | E | 1C | 135 | 52 | 27 |
| Octal | 267 | 22 | 236 | 0 | 132 | 16 | 34 | 465 | 122 | 47 |
| Binary | 10110111 | 10010 | 10011110 | 0 | 1011010 | 1110 | 11100 | 100110101 | 1010010 | 100111 |
Color Harmonies of #B7129E
Complementary color
Monochromatic Colors of #B7129E
Black with #B7129E
Text Example
Text Example
White with #B7129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7129E; }
p { color: rgb(183,18,158); }
H1.HeaderClassName
{
color: #B7129E;
}
.AnyTagClassName
{
color: #B7129E;
}
</style>
background-color css
<style>
a { background-color: #B7129E; }
a { background-color: rgb(183,18,158); }
div.DivClassName
{
background-color: #B7129E;
}
.BgClassName
{
background-color: #B7129E;
}
</style>
border-color css
<style>
span { border-color: #B7129E; }
span { border-color: rgb(183,18,158); }
td.TdClassName
{
border-color: #B7129E;
}
.TagClassName
{
border-color: #B7129E;
}
</style>