Shades of Medium Violet Red #B5078E
Tints of Medium Violet Red #B5078E
RGB
CMYK
RGB Variations
Color information
#B5078E (or 0xB5078E) is known color: Medium Violet Red. HEX triplet: B5, 07 and 8E. RGB value is (181,7,142). Sum of RGB (Red+Green+Blue) = 181+7+142=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5078E is #4AF871. Grayscale: #4A4A4A. Windows color (decimal): -4913266 or 9308085. OLE color: 9308085.
HSL color Cylindrical-coordinate representation of color #B5078E: hue angle of 313.45º degrees, saturation: 0.93, 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 #B5078E is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 7 | 142 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.29 |
| HSL | 313.45º | 0.93% | 0.37% | - |
| HSV(B) | 313.45º | 0.96% | 0.71% | - |
| XYZ | 24.01 | 11.93 | 26.63 | - |
| YUV | 74.42 | 166.15 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 142 | 0 | 0.96 | 0.22 | 0.29 | 313.45 | 0.93 | 0.37 |
| Hex | B5 | 7 | 8E | 0 | 60 | 16 | 1D | 139 | 5D | 25 |
| Octal | 265 | 7 | 216 | 0 | 140 | 26 | 35 | 471 | 135 | 45 |
| Binary | 10110101 | 111 | 10001110 | 0 | 1100000 | 10110 | 11101 | 100111001 | 1011101 | 100101 |
Color Harmonies of #B5078E
Complementary color
Monochromatic Colors of #B5078E
Black with #B5078E
Text Example
Text Example
White with #B5078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5078E; }
p { color: rgb(181,7,142); }
H1.HeaderClassName
{
color: #B5078E;
}
.AnyTagClassName
{
color: #B5078E;
}
</style>
background-color css
<style>
a { background-color: #B5078E; }
a { background-color: rgb(181,7,142); }
div.DivClassName
{
background-color: #B5078E;
}
.BgClassName
{
background-color: #B5078E;
}
</style>
border-color css
<style>
span { border-color: #B5078E; }
span { border-color: rgb(181,7,142); }
td.TdClassName
{
border-color: #B5078E;
}
.TagClassName
{
border-color: #B5078E;
}
</style>