Shades of Medium Violet Red #B8158B
Tints of Medium Violet Red #B8158B
RGB
CMYK
RGB Variations
Color information
#B8158B (or 0xB8158B) is known color: Medium Violet Red. HEX triplet: B8, 15 and 8B. RGB value is (184,21,139). Sum of RGB (Red+Green+Blue) = 184+21+139=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8158B is #47EA74. Grayscale: #525252. Windows color (decimal): -4713077 or 9115064. OLE color: 9115064.
HSL color Cylindrical-coordinate representation of color #B8158B: hue angle of 316.56º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8158B is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 139 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.28 |
| HSL | 316.56º | 0.8% | 0.4% | - |
| HSV(B) | 316.56º | 0.89% | 0.72% | - |
| XYZ | 24.7 | 12.59 | 25.55 | - |
| YUV | 83.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 139 | 0 | 0.89 | 0.24 | 0.28 | 316.56 | 0.8 | 0.4 |
| Hex | B8 | 15 | 8B | 0 | 59 | 18 | 1C | 13D | 50 | 28 |
| Octal | 270 | 25 | 213 | 0 | 131 | 30 | 34 | 475 | 120 | 50 |
| Binary | 10111000 | 10101 | 10001011 | 0 | 1011001 | 11000 | 11100 | 100111101 | 1010000 | 101000 |
Color Harmonies of #B8158B
Complementary color
Monochromatic Colors of #B8158B
Black with #B8158B
Text Example
Text Example
White with #B8158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8158B; }
p { color: rgb(184,21,139); }
H1.HeaderClassName
{
color: #B8158B;
}
.AnyTagClassName
{
color: #B8158B;
}
</style>
background-color css
<style>
a { background-color: #B8158B; }
a { background-color: rgb(184,21,139); }
div.DivClassName
{
background-color: #B8158B;
}
.BgClassName
{
background-color: #B8158B;
}
</style>
border-color css
<style>
span { border-color: #B8158B; }
span { border-color: rgb(184,21,139); }
td.TdClassName
{
border-color: #B8158B;
}
.TagClassName
{
border-color: #B8158B;
}
</style>