Shades of Medium Violet Red #B8129B
Tints of Medium Violet Red #B8129B
RGB
CMYK
RGB Variations
Color information
#B8129B (or 0xB8129B) is known color: Medium Violet Red. HEX triplet: B8, 12 and 9B. RGB value is (184,18,155). Sum of RGB (Red+Green+Blue) = 184+18+155=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8129B is #47ED64. Grayscale: #525252. Windows color (decimal): -4713829 or 10162872. OLE color: 10162872.
HSL color Cylindrical-coordinate representation of color #B8129B: hue angle of 310.48º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8129B is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 155 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.28 |
| HSL | 310.48º | 0.82% | 0.4% | - |
| HSV(B) | 310.48º | 0.9% | 0.72% | - |
| XYZ | 25.9 | 12.99 | 32.15 | - |
| YUV | 83.25 | 168.5 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 155 | 0 | 0.90 | 0.16 | 0.28 | 310.48 | 0.82 | 0.4 |
| Hex | B8 | 12 | 9B | 0 | 5A | 10 | 1C | 136 | 52 | 28 |
| Octal | 270 | 22 | 233 | 0 | 132 | 20 | 34 | 466 | 122 | 50 |
| Binary | 10111000 | 10010 | 10011011 | 0 | 1011010 | 10000 | 11100 | 100110110 | 1010010 | 101000 |
Color Harmonies of #B8129B
Complementary color
Monochromatic Colors of #B8129B
Black with #B8129B
Text Example
Text Example
White with #B8129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8129B; }
p { color: rgb(184,18,155); }
H1.HeaderClassName
{
color: #B8129B;
}
.AnyTagClassName
{
color: #B8129B;
}
</style>
background-color css
<style>
a { background-color: #B8129B; }
a { background-color: rgb(184,18,155); }
div.DivClassName
{
background-color: #B8129B;
}
.BgClassName
{
background-color: #B8129B;
}
</style>
border-color css
<style>
span { border-color: #B8129B; }
span { border-color: rgb(184,18,155); }
td.TdClassName
{
border-color: #B8129B;
}
.TagClassName
{
border-color: #B8129B;
}
</style>