Shades of Medium Violet Red #B7129F
Tints of Medium Violet Red #B7129F
RGB
CMYK
RGB Variations
Color information
#B7129F (or 0xB7129F) is known color: Medium Violet Red. HEX triplet: B7, 12 and 9F. RGB value is (183,18,159). Sum of RGB (Red+Green+Blue) = 183+18+159=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7129F is #48ED60. Grayscale: #535353. Windows color (decimal): -4779361 or 10425015. OLE color: 10425015.
HSL color Cylindrical-coordinate representation of color #B7129F: hue angle of 308.73º 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 #B7129F is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 159 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.28 |
| HSL | 308.73º | 0.82% | 0.39% | - |
| HSV(B) | 308.73º | 0.9% | 0.72% | - |
| XYZ | 26 | 13 | 33.94 | - |
| YUV | 83.41 | 170.66 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 159 | 0 | 0.90 | 0.13 | 0.28 | 308.73 | 0.82 | 0.39 |
| Hex | B7 | 12 | 9F | 0 | 5A | D | 1C | 135 | 52 | 27 |
| Octal | 267 | 22 | 237 | 0 | 132 | 15 | 34 | 465 | 122 | 47 |
| Binary | 10110111 | 10010 | 10011111 | 0 | 1011010 | 1101 | 11100 | 100110101 | 1010010 | 100111 |
Color Harmonies of #B7129F
Complementary color
Monochromatic Colors of #B7129F
Black with #B7129F
Text Example
Text Example
White with #B7129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7129F; }
p { color: rgb(183,18,159); }
H1.HeaderClassName
{
color: #B7129F;
}
.AnyTagClassName
{
color: #B7129F;
}
</style>
background-color css
<style>
a { background-color: #B7129F; }
a { background-color: rgb(183,18,159); }
div.DivClassName
{
background-color: #B7129F;
}
.BgClassName
{
background-color: #B7129F;
}
</style>
border-color css
<style>
span { border-color: #B7129F; }
span { border-color: rgb(183,18,159); }
td.TdClassName
{
border-color: #B7129F;
}
.TagClassName
{
border-color: #B7129F;
}
</style>