Shades of Medium Violet Red #B5087B
Tints of Medium Violet Red #B5087B
RGB
CMYK
RGB Variations
Color information
#B5087B (or 0xB5087B) is known color: Medium Violet Red. HEX triplet: B5, 08 and 7B. RGB value is (181,8,123). Sum of RGB (Red+Green+Blue) = 181+8+123=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5087B is #4AF784. Grayscale: #484848. Windows color (decimal): -4913029 or 8063157. OLE color: 8063157.
HSL color Cylindrical-coordinate representation of color #B5087B: hue angle of 320.12º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5087B is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 123 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.29 |
| HSL | 320.12º | 0.92% | 0.37% | - |
| HSV(B) | 320.12º | 0.96% | 0.71% | - |
| XYZ | 22.72 | 11.43 | 19.75 | - |
| YUV | 72.84 | 156.31 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 123 | 0 | 0.96 | 0.32 | 0.29 | 320.12 | 0.92 | 0.37 |
| Hex | B5 | 8 | 7B | 0 | 60 | 20 | 1D | 140 | 5C | 25 |
| Octal | 265 | 10 | 173 | 0 | 140 | 40 | 35 | 500 | 134 | 45 |
| Binary | 10110101 | 1000 | 1111011 | 0 | 1100000 | 100000 | 11101 | 101000000 | 1011100 | 100101 |
Color Harmonies of #B5087B
Complementary color
Monochromatic Colors of #B5087B
Black with #B5087B
Text Example
Text Example
White with #B5087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5087B; }
p { color: rgb(181,8,123); }
H1.HeaderClassName
{
color: #B5087B;
}
.AnyTagClassName
{
color: #B5087B;
}
</style>
background-color css
<style>
a { background-color: #B5087B; }
a { background-color: rgb(181,8,123); }
div.DivClassName
{
background-color: #B5087B;
}
.BgClassName
{
background-color: #B5087B;
}
</style>
border-color css
<style>
span { border-color: #B5087B; }
span { border-color: rgb(181,8,123); }
td.TdClassName
{
border-color: #B5087B;
}
.TagClassName
{
border-color: #B5087B;
}
</style>