Shades of Medium Violet Red #B5127A
Tints of Medium Violet Red #B5127A
RGB
CMYK
RGB Variations
Color information
#B5127A (or 0xB5127A) is known color: Medium Violet Red. HEX triplet: B5, 12 and 7A. RGB value is (181,18,122). Sum of RGB (Red+Green+Blue) = 181+18+122=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B5127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5127A is #4AED85. Grayscale: #4E4E4E. Windows color (decimal): -4910470 or 8000181. OLE color: 8000181.
HSL color Cylindrical-coordinate representation of color #B5127A: hue angle of 321.72º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5127A is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 122 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.29 |
| HSL | 321.72º | 0.82% | 0.39% | - |
| HSV(B) | 321.72º | 0.9% | 0.71% | - |
| XYZ | 22.79 | 11.66 | 19.46 | - |
| YUV | 78.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 122 | 0 | 0.90 | 0.33 | 0.29 | 321.72 | 0.82 | 0.39 |
| Hex | B5 | 12 | 7A | 0 | 5A | 21 | 1D | 142 | 52 | 27 |
| Octal | 265 | 22 | 172 | 0 | 132 | 41 | 35 | 502 | 122 | 47 |
| Binary | 10110101 | 10010 | 1111010 | 0 | 1011010 | 100001 | 11101 | 101000010 | 1010010 | 100111 |
Color Harmonies of #B5127A
Complementary color
Monochromatic Colors of #B5127A
Black with #B5127A
Text Example
Text Example
White with #B5127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5127A; }
p { color: rgb(181,18,122); }
H1.HeaderClassName
{
color: #B5127A;
}
.AnyTagClassName
{
color: #B5127A;
}
</style>
background-color css
<style>
a { background-color: #B5127A; }
a { background-color: rgb(181,18,122); }
div.DivClassName
{
background-color: #B5127A;
}
.BgClassName
{
background-color: #B5127A;
}
</style>
border-color css
<style>
span { border-color: #B5127A; }
span { border-color: rgb(181,18,122); }
td.TdClassName
{
border-color: #B5127A;
}
.TagClassName
{
border-color: #B5127A;
}
</style>