Shades of Medium Violet Red #B5107A
Tints of Medium Violet Red #B5107A
RGB
CMYK
RGB Variations
Color information
#B5107A (or 0xB5107A) is known color: Medium Violet Red. HEX triplet: B5, 10 and 7A. RGB value is (181,16,122). Sum of RGB (Red+Green+Blue) = 181+16+122=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B5107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5107A is #4AEF85. Grayscale: #4D4D4D. Windows color (decimal): -4910982 or 7999669. OLE color: 7999669.
HSL color Cylindrical-coordinate representation of color #B5107A: hue angle of 321.45º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5107A is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 122 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.29 |
| HSL | 321.45º | 0.84% | 0.39% | - |
| HSV(B) | 321.45º | 0.91% | 0.71% | - |
| XYZ | 22.75 | 11.6 | 19.45 | - |
| YUV | 77.42 | 153.16 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 122 | 0 | 0.91 | 0.33 | 0.29 | 321.45 | 0.84 | 0.39 |
| Hex | B5 | 10 | 7A | 0 | 5B | 21 | 1D | 141 | 54 | 27 |
| Octal | 265 | 20 | 172 | 0 | 133 | 41 | 35 | 501 | 124 | 47 |
| Binary | 10110101 | 10000 | 1111010 | 0 | 1011011 | 100001 | 11101 | 101000001 | 1010100 | 100111 |
Color Harmonies of #B5107A
Complementary color
Monochromatic Colors of #B5107A
Black with #B5107A
Text Example
Text Example
White with #B5107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5107A; }
p { color: rgb(181,16,122); }
H1.HeaderClassName
{
color: #B5107A;
}
.AnyTagClassName
{
color: #B5107A;
}
</style>
background-color css
<style>
a { background-color: #B5107A; }
a { background-color: rgb(181,16,122); }
div.DivClassName
{
background-color: #B5107A;
}
.BgClassName
{
background-color: #B5107A;
}
</style>
border-color css
<style>
span { border-color: #B5107A; }
span { border-color: rgb(181,16,122); }
td.TdClassName
{
border-color: #B5107A;
}
.TagClassName
{
border-color: #B5107A;
}
</style>