Shades of Medium Violet Red #B8138B
Tints of Medium Violet Red #B8138B
RGB
CMYK
RGB Variations
Color information
#B8138B (or 0xB8138B) is known color: Medium Violet Red. HEX triplet: B8, 13 and 8B. RGB value is (184,19,139). Sum of RGB (Red+Green+Blue) = 184+19+139=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8138B is #47EC74. Grayscale: #515151. Windows color (decimal): -4713589 or 9114552. OLE color: 9114552.
HSL color Cylindrical-coordinate representation of color #B8138B: hue angle of 316.36º 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 #B8138B is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 139 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.28 |
| HSL | 316.36º | 0.81% | 0.4% | - |
| HSV(B) | 316.36º | 0.9% | 0.72% | - |
| XYZ | 24.66 | 12.52 | 25.54 | - |
| YUV | 82.02 | 160.16 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 139 | 0 | 0.90 | 0.24 | 0.28 | 316.36 | 0.81 | 0.4 |
| Hex | B8 | 13 | 8B | 0 | 5A | 18 | 1C | 13C | 51 | 28 |
| Octal | 270 | 23 | 213 | 0 | 132 | 30 | 34 | 474 | 121 | 50 |
| Binary | 10111000 | 10011 | 10001011 | 0 | 1011010 | 11000 | 11100 | 100111100 | 1010001 | 101000 |
Color Harmonies of #B8138B
Complementary color
Monochromatic Colors of #B8138B
Black with #B8138B
Text Example
Text Example
White with #B8138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8138B; }
p { color: rgb(184,19,139); }
H1.HeaderClassName
{
color: #B8138B;
}
.AnyTagClassName
{
color: #B8138B;
}
</style>
background-color css
<style>
a { background-color: #B8138B; }
a { background-color: rgb(184,19,139); }
div.DivClassName
{
background-color: #B8138B;
}
.BgClassName
{
background-color: #B8138B;
}
</style>
border-color css
<style>
span { border-color: #B8138B; }
span { border-color: rgb(184,19,139); }
td.TdClassName
{
border-color: #B8138B;
}
.TagClassName
{
border-color: #B8138B;
}
</style>