Shades of Medium Violet Red #B5078A
Tints of Medium Violet Red #B5078A
RGB
CMYK
RGB Variations
Color information
#B5078A (or 0xB5078A) is known color: Medium Violet Red. HEX triplet: B5, 07 and 8A. RGB value is (181,7,138). Sum of RGB (Red+Green+Blue) = 181+7+138=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5078A is #4AF875. Grayscale: #494949. Windows color (decimal): -4913270 or 9045941. OLE color: 9045941.
HSL color Cylindrical-coordinate representation of color #B5078A: hue angle of 314.83º 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 #B5078A is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 7 | 138 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.29 |
| HSL | 314.83º | 0.93% | 0.37% | - |
| HSV(B) | 314.83º | 0.96% | 0.71% | - |
| XYZ | 23.72 | 11.81 | 25.07 | - |
| YUV | 73.96 | 164.15 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 7 | 138 | 0 | 0.96 | 0.24 | 0.29 | 314.83 | 0.93 | 0.37 |
| Hex | B5 | 7 | 8A | 0 | 60 | 18 | 1D | 13B | 5D | 25 |
| Octal | 265 | 7 | 212 | 0 | 140 | 30 | 35 | 473 | 135 | 45 |
| Binary | 10110101 | 111 | 10001010 | 0 | 1100000 | 11000 | 11101 | 100111011 | 1011101 | 100101 |
Color Harmonies of #B5078A
Complementary color
Monochromatic Colors of #B5078A
Black with #B5078A
Text Example
Text Example
White with #B5078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5078A; }
p { color: rgb(181,7,138); }
H1.HeaderClassName
{
color: #B5078A;
}
.AnyTagClassName
{
color: #B5078A;
}
</style>
background-color css
<style>
a { background-color: #B5078A; }
a { background-color: rgb(181,7,138); }
div.DivClassName
{
background-color: #B5078A;
}
.BgClassName
{
background-color: #B5078A;
}
</style>
border-color css
<style>
span { border-color: #B5078A; }
span { border-color: rgb(181,7,138); }
td.TdClassName
{
border-color: #B5078A;
}
.TagClassName
{
border-color: #B5078A;
}
</style>