Shades of Medium Violet Red #B5188B
Tints of Medium Violet Red #B5188B
RGB
CMYK
RGB Variations
Color information
#B5188B (or 0xB5188B) is known color: Medium Violet Red. HEX triplet: B5, 18 and 8B. RGB value is (181,24,139). Sum of RGB (Red+Green+Blue) = 181+24+139=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5188B is #4AE774. Grayscale: #535353. Windows color (decimal): -4908917 or 9115829. OLE color: 9115829.
HSL color Cylindrical-coordinate representation of color #B5188B: hue angle of 316.05º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5188B is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 139 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.29 |
| HSL | 316.05º | 0.77% | 0.4% | - |
| HSV(B) | 316.05º | 0.87% | 0.71% | - |
| XYZ | 24.04 | 12.34 | 25.54 | - |
| YUV | 84.05 | 159.01 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 139 | 0 | 0.87 | 0.23 | 0.29 | 316.05 | 0.77 | 0.4 |
| Hex | B5 | 18 | 8B | 0 | 57 | 17 | 1D | 13C | 4D | 28 |
| Octal | 265 | 30 | 213 | 0 | 127 | 27 | 35 | 474 | 115 | 50 |
| Binary | 10110101 | 11000 | 10001011 | 0 | 1010111 | 10111 | 11101 | 100111100 | 1001101 | 101000 |
Color Harmonies of #B5188B
Complementary color
Monochromatic Colors of #B5188B
Black with #B5188B
Text Example
Text Example
White with #B5188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5188B; }
p { color: rgb(181,24,139); }
H1.HeaderClassName
{
color: #B5188B;
}
.AnyTagClassName
{
color: #B5188B;
}
</style>
background-color css
<style>
a { background-color: #B5188B; }
a { background-color: rgb(181,24,139); }
div.DivClassName
{
background-color: #B5188B;
}
.BgClassName
{
background-color: #B5188B;
}
</style>
border-color css
<style>
span { border-color: #B5188B; }
span { border-color: rgb(181,24,139); }
td.TdClassName
{
border-color: #B5188B;
}
.TagClassName
{
border-color: #B5188B;
}
</style>