Shades of Medium Violet Red #B8128D
Tints of Medium Violet Red #B8128D
RGB
CMYK
RGB Variations
Color information
#B8128D (or 0xB8128D) is known color: Medium Violet Red. HEX triplet: B8, 12 and 8D. RGB value is (184,18,141). Sum of RGB (Red+Green+Blue) = 184+18+141=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8128D is #47ED72. Grayscale: #515151. Windows color (decimal): -4713843 or 9245368. OLE color: 9245368.
HSL color Cylindrical-coordinate representation of color #B8128D: hue angle of 315.54º 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 #B8128D is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 141 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.28 |
| HSL | 315.54º | 0.82% | 0.4% | - |
| HSV(B) | 315.54º | 0.9% | 0.72% | - |
| XYZ | 24.79 | 12.55 | 26.31 | - |
| YUV | 81.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 141 | 0 | 0.90 | 0.23 | 0.28 | 315.54 | 0.82 | 0.4 |
| Hex | B8 | 12 | 8D | 0 | 5A | 17 | 1C | 13C | 52 | 28 |
| Octal | 270 | 22 | 215 | 0 | 132 | 27 | 34 | 474 | 122 | 50 |
| Binary | 10111000 | 10010 | 10001101 | 0 | 1011010 | 10111 | 11100 | 100111100 | 1010010 | 101000 |
Color Harmonies of #B8128D
Complementary color
Monochromatic Colors of #B8128D
Black with #B8128D
Text Example
Text Example
White with #B8128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8128D; }
p { color: rgb(184,18,141); }
H1.HeaderClassName
{
color: #B8128D;
}
.AnyTagClassName
{
color: #B8128D;
}
</style>
background-color css
<style>
a { background-color: #B8128D; }
a { background-color: rgb(184,18,141); }
div.DivClassName
{
background-color: #B8128D;
}
.BgClassName
{
background-color: #B8128D;
}
</style>
border-color css
<style>
span { border-color: #B8128D; }
span { border-color: rgb(184,18,141); }
td.TdClassName
{
border-color: #B8128D;
}
.TagClassName
{
border-color: #B8128D;
}
</style>