Shades of Medium Violet Red #B8129D
Tints of Medium Violet Red #B8129D
RGB
CMYK
RGB Variations
Color information
#B8129D (or 0xB8129D) is known color: Medium Violet Red. HEX triplet: B8, 12 and 9D. RGB value is (184,18,157). Sum of RGB (Red+Green+Blue) = 184+18+157=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8129D is #47ED62. Grayscale: #535353. Windows color (decimal): -4713827 or 10293944. OLE color: 10293944.
HSL color Cylindrical-coordinate representation of color #B8129D: hue angle of 309.76º 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 #B8129D is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 157 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.28 |
| HSL | 309.76º | 0.82% | 0.4% | - |
| HSV(B) | 309.76º | 0.9% | 0.72% | - |
| XYZ | 26.07 | 13.06 | 33.04 | - |
| YUV | 83.48 | 169.5 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 157 | 0 | 0.90 | 0.15 | 0.28 | 309.76 | 0.82 | 0.4 |
| Hex | B8 | 12 | 9D | 0 | 5A | F | 1C | 136 | 52 | 28 |
| Octal | 270 | 22 | 235 | 0 | 132 | 17 | 34 | 466 | 122 | 50 |
| Binary | 10111000 | 10010 | 10011101 | 0 | 1011010 | 1111 | 11100 | 100110110 | 1010010 | 101000 |
Color Harmonies of #B8129D
Complementary color
Monochromatic Colors of #B8129D
Black with #B8129D
Text Example
Text Example
White with #B8129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8129D; }
p { color: rgb(184,18,157); }
H1.HeaderClassName
{
color: #B8129D;
}
.AnyTagClassName
{
color: #B8129D;
}
</style>
background-color css
<style>
a { background-color: #B8129D; }
a { background-color: rgb(184,18,157); }
div.DivClassName
{
background-color: #B8129D;
}
.BgClassName
{
background-color: #B8129D;
}
</style>
border-color css
<style>
span { border-color: #B8129D; }
span { border-color: rgb(184,18,157); }
td.TdClassName
{
border-color: #B8129D;
}
.TagClassName
{
border-color: #B8129D;
}
</style>