Shades of Medium Violet Red #B8108D
Tints of Medium Violet Red #B8108D
RGB
CMYK
RGB Variations
Color information
#B8108D (or 0xB8108D) is known color: Medium Violet Red. HEX triplet: B8, 10 and 8D. RGB value is (184,16,141). Sum of RGB (Red+Green+Blue) = 184+16+141=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8108D is #47EF72. Grayscale: #505050. Windows color (decimal): -4714355 or 9244856. OLE color: 9244856.
HSL color Cylindrical-coordinate representation of color #B8108D: hue angle of 315.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8108D is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 141 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.28 |
| HSL | 315.36º | 0.84% | 0.39% | - |
| HSV(B) | 315.36º | 0.91% | 0.72% | - |
| XYZ | 24.76 | 12.48 | 26.3 | - |
| YUV | 80.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 141 | 0 | 0.91 | 0.23 | 0.28 | 315.36 | 0.84 | 0.39 |
| Hex | B8 | 10 | 8D | 0 | 5B | 17 | 1C | 13B | 54 | 27 |
| Octal | 270 | 20 | 215 | 0 | 133 | 27 | 34 | 473 | 124 | 47 |
| Binary | 10111000 | 10000 | 10001101 | 0 | 1011011 | 10111 | 11100 | 100111011 | 1010100 | 100111 |
Color Harmonies of #B8108D
Complementary color
Monochromatic Colors of #B8108D
Black with #B8108D
Text Example
Text Example
White with #B8108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8108D; }
p { color: rgb(184,16,141); }
H1.HeaderClassName
{
color: #B8108D;
}
.AnyTagClassName
{
color: #B8108D;
}
</style>
background-color css
<style>
a { background-color: #B8108D; }
a { background-color: rgb(184,16,141); }
div.DivClassName
{
background-color: #B8108D;
}
.BgClassName
{
background-color: #B8108D;
}
</style>
border-color css
<style>
span { border-color: #B8108D; }
span { border-color: rgb(184,16,141); }
td.TdClassName
{
border-color: #B8108D;
}
.TagClassName
{
border-color: #B8108D;
}
</style>