Shades of Medium Violet Red #B8138D
Tints of Medium Violet Red #B8138D
RGB
CMYK
RGB Variations
Color information
#B8138D (or 0xB8138D) is known color: Medium Violet Red. HEX triplet: B8, 13 and 8D. RGB value is (184,19,141). Sum of RGB (Red+Green+Blue) = 184+19+141=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8138D is #47EC72. Grayscale: #515151. Windows color (decimal): -4713587 or 9245624. OLE color: 9245624.
HSL color Cylindrical-coordinate representation of color #B8138D: hue angle of 315.64º degrees, saturation: 0.81, 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 #B8138D is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 141 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.28 |
| HSL | 315.64º | 0.81% | 0.4% | - |
| HSV(B) | 315.64º | 0.9% | 0.72% | - |
| XYZ | 24.81 | 12.58 | 26.32 | - |
| YUV | 82.24 | 161.16 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 141 | 0 | 0.90 | 0.23 | 0.28 | 315.64 | 0.81 | 0.4 |
| Hex | B8 | 13 | 8D | 0 | 5A | 17 | 1C | 13C | 51 | 28 |
| Octal | 270 | 23 | 215 | 0 | 132 | 27 | 34 | 474 | 121 | 50 |
| Binary | 10111000 | 10011 | 10001101 | 0 | 1011010 | 10111 | 11100 | 100111100 | 1010001 | 101000 |
Color Harmonies of #B8138D
Complementary color
Monochromatic Colors of #B8138D
Black with #B8138D
Text Example
Text Example
White with #B8138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8138D; }
p { color: rgb(184,19,141); }
H1.HeaderClassName
{
color: #B8138D;
}
.AnyTagClassName
{
color: #B8138D;
}
</style>
background-color css
<style>
a { background-color: #B8138D; }
a { background-color: rgb(184,19,141); }
div.DivClassName
{
background-color: #B8138D;
}
.BgClassName
{
background-color: #B8138D;
}
</style>
border-color css
<style>
span { border-color: #B8138D; }
span { border-color: rgb(184,19,141); }
td.TdClassName
{
border-color: #B8138D;
}
.TagClassName
{
border-color: #B8138D;
}
</style>