Shades of Medium Violet Red #B8128F
Tints of Medium Violet Red #B8128F
RGB
CMYK
RGB Variations
Color information
#B8128F (or 0xB8128F) is known color: Medium Violet Red. HEX triplet: B8, 12 and 8F. RGB value is (184,18,143). Sum of RGB (Red+Green+Blue) = 184+18+143=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8128F is #47ED70. Grayscale: #515151. Windows color (decimal): -4713841 or 9376440. OLE color: 9376440.
HSL color Cylindrical-coordinate representation of color #B8128F: hue angle of 314.82º 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 #B8128F is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 143 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.28 |
| HSL | 314.82º | 0.82% | 0.4% | - |
| HSV(B) | 314.82º | 0.9% | 0.72% | - |
| XYZ | 24.94 | 12.61 | 27.11 | - |
| YUV | 81.88 | 162.5 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 143 | 0 | 0.90 | 0.22 | 0.28 | 314.82 | 0.82 | 0.4 |
| Hex | B8 | 12 | 8F | 0 | 5A | 16 | 1C | 13B | 52 | 28 |
| Octal | 270 | 22 | 217 | 0 | 132 | 26 | 34 | 473 | 122 | 50 |
| Binary | 10111000 | 10010 | 10001111 | 0 | 1011010 | 10110 | 11100 | 100111011 | 1010010 | 101000 |
Color Harmonies of #B8128F
Complementary color
Monochromatic Colors of #B8128F
Black with #B8128F
Text Example
Text Example
White with #B8128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8128F; }
p { color: rgb(184,18,143); }
H1.HeaderClassName
{
color: #B8128F;
}
.AnyTagClassName
{
color: #B8128F;
}
</style>
background-color css
<style>
a { background-color: #B8128F; }
a { background-color: rgb(184,18,143); }
div.DivClassName
{
background-color: #B8128F;
}
.BgClassName
{
background-color: #B8128F;
}
</style>
border-color css
<style>
span { border-color: #B8128F; }
span { border-color: rgb(184,18,143); }
td.TdClassName
{
border-color: #B8128F;
}
.TagClassName
{
border-color: #B8128F;
}
</style>