Shades of Medium Violet Red #B5087A
Tints of Medium Violet Red #B5087A
RGB
CMYK
RGB Variations
Color information
#B5087A (or 0xB5087A) is known color: Medium Violet Red. HEX triplet: B5, 08 and 7A. RGB value is (181,8,122). Sum of RGB (Red+Green+Blue) = 181+8+122=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B5087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5087A is #4AF785. Grayscale: #484848. Windows color (decimal): -4913030 or 7997621. OLE color: 7997621.
HSL color Cylindrical-coordinate representation of color #B5087A: hue angle of 320.46º 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 #B5087A is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 122 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.29 |
| HSL | 320.46º | 0.92% | 0.37% | - |
| HSV(B) | 320.46º | 0.96% | 0.71% | - |
| XYZ | 22.66 | 11.4 | 19.42 | - |
| YUV | 72.72 | 155.81 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 122 | 0 | 0.96 | 0.33 | 0.29 | 320.46 | 0.92 | 0.37 |
| Hex | B5 | 8 | 7A | 0 | 60 | 21 | 1D | 140 | 5C | 25 |
| Octal | 265 | 10 | 172 | 0 | 140 | 41 | 35 | 500 | 134 | 45 |
| Binary | 10110101 | 1000 | 1111010 | 0 | 1100000 | 100001 | 11101 | 101000000 | 1011100 | 100101 |
Color Harmonies of #B5087A
Complementary color
Monochromatic Colors of #B5087A
Black with #B5087A
Text Example
Text Example
White with #B5087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5087A; }
p { color: rgb(181,8,122); }
H1.HeaderClassName
{
color: #B5087A;
}
.AnyTagClassName
{
color: #B5087A;
}
</style>
background-color css
<style>
a { background-color: #B5087A; }
a { background-color: rgb(181,8,122); }
div.DivClassName
{
background-color: #B5087A;
}
.BgClassName
{
background-color: #B5087A;
}
</style>
border-color css
<style>
span { border-color: #B5087A; }
span { border-color: rgb(181,8,122); }
td.TdClassName
{
border-color: #B5087A;
}
.TagClassName
{
border-color: #B5087A;
}
</style>