Shades of Medium Violet Red #B5087D
Tints of Medium Violet Red #B5087D
RGB
CMYK
RGB Variations
Color information
#B5087D (or 0xB5087D) is known color: Medium Violet Red. HEX triplet: B5, 08 and 7D. RGB value is (181,8,125). Sum of RGB (Red+Green+Blue) = 181+8+125=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B5087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5087D is #4AF782. Grayscale: #484848. Windows color (decimal): -4913027 or 8194229. OLE color: 8194229.
HSL color Cylindrical-coordinate representation of color #B5087D: hue angle of 319.42º 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 #B5087D is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 125 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.29 |
| HSL | 319.42º | 0.92% | 0.37% | - |
| HSV(B) | 319.42º | 0.96% | 0.71% | - |
| XYZ | 22.84 | 11.48 | 20.41 | - |
| YUV | 73.07 | 157.31 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 125 | 0 | 0.96 | 0.31 | 0.29 | 319.42 | 0.92 | 0.37 |
| Hex | B5 | 8 | 7D | 0 | 60 | 1F | 1D | 13F | 5C | 25 |
| Octal | 265 | 10 | 175 | 0 | 140 | 37 | 35 | 477 | 134 | 45 |
| Binary | 10110101 | 1000 | 1111101 | 0 | 1100000 | 11111 | 11101 | 100111111 | 1011100 | 100101 |
Color Harmonies of #B5087D
Complementary color
Monochromatic Colors of #B5087D
Black with #B5087D
Text Example
Text Example
White with #B5087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5087D; }
p { color: rgb(181,8,125); }
H1.HeaderClassName
{
color: #B5087D;
}
.AnyTagClassName
{
color: #B5087D;
}
</style>
background-color css
<style>
a { background-color: #B5087D; }
a { background-color: rgb(181,8,125); }
div.DivClassName
{
background-color: #B5087D;
}
.BgClassName
{
background-color: #B5087D;
}
</style>
border-color css
<style>
span { border-color: #B5087D; }
span { border-color: rgb(181,8,125); }
td.TdClassName
{
border-color: #B5087D;
}
.TagClassName
{
border-color: #B5087D;
}
</style>