Shades of Medium Violet Red #B5117B
Tints of Medium Violet Red #B5117B
RGB
CMYK
RGB Variations
Color information
#B5117B (or 0xB5117B) is known color: Medium Violet Red. HEX triplet: B5, 11 and 7B. RGB value is (181,17,123). Sum of RGB (Red+Green+Blue) = 181+17+123=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B5117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5117B is #4AEE84. Grayscale: #4D4D4D. Windows color (decimal): -4910725 or 8065461. OLE color: 8065461.
HSL color Cylindrical-coordinate representation of color #B5117B: hue angle of 321.22º degrees, saturation: 0.83, 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 #B5117B is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 123 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.29 |
| HSL | 321.22º | 0.83% | 0.39% | - |
| HSV(B) | 321.22º | 0.91% | 0.71% | - |
| XYZ | 22.83 | 11.65 | 19.79 | - |
| YUV | 78.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 123 | 0 | 0.91 | 0.32 | 0.29 | 321.22 | 0.83 | 0.39 |
| Hex | B5 | 11 | 7B | 0 | 5B | 20 | 1D | 141 | 53 | 27 |
| Octal | 265 | 21 | 173 | 0 | 133 | 40 | 35 | 501 | 123 | 47 |
| Binary | 10110101 | 10001 | 1111011 | 0 | 1011011 | 100000 | 11101 | 101000001 | 1010011 | 100111 |
Color Harmonies of #B5117B
Complementary color
Monochromatic Colors of #B5117B
Black with #B5117B
Text Example
Text Example
White with #B5117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5117B; }
p { color: rgb(181,17,123); }
H1.HeaderClassName
{
color: #B5117B;
}
.AnyTagClassName
{
color: #B5117B;
}
</style>
background-color css
<style>
a { background-color: #B5117B; }
a { background-color: rgb(181,17,123); }
div.DivClassName
{
background-color: #B5117B;
}
.BgClassName
{
background-color: #B5117B;
}
</style>
border-color css
<style>
span { border-color: #B5117B; }
span { border-color: rgb(181,17,123); }
td.TdClassName
{
border-color: #B5117B;
}
.TagClassName
{
border-color: #B5117B;
}
</style>