Shades of Medium Violet Red #B5117D
Tints of Medium Violet Red #B5117D
RGB
CMYK
RGB Variations
Color information
#B5117D (or 0xB5117D) is known color: Medium Violet Red. HEX triplet: B5, 11 and 7D. RGB value is (181,17,125). Sum of RGB (Red+Green+Blue) = 181+17+125=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5117D is #4AEE82. Grayscale: #4E4E4E. Windows color (decimal): -4910723 or 8196533. OLE color: 8196533.
HSL color Cylindrical-coordinate representation of color #B5117D: hue angle of 320.49º 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 #B5117D is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 125 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.29 |
| HSL | 320.49º | 0.83% | 0.39% | - |
| HSV(B) | 320.49º | 0.91% | 0.71% | - |
| XYZ | 22.96 | 11.71 | 20.45 | - |
| YUV | 78.35 | 154.33 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 125 | 0 | 0.91 | 0.31 | 0.29 | 320.49 | 0.83 | 0.39 |
| Hex | B5 | 11 | 7D | 0 | 5B | 1F | 1D | 140 | 53 | 27 |
| Octal | 265 | 21 | 175 | 0 | 133 | 37 | 35 | 500 | 123 | 47 |
| Binary | 10110101 | 10001 | 1111101 | 0 | 1011011 | 11111 | 11101 | 101000000 | 1010011 | 100111 |
Color Harmonies of #B5117D
Complementary color
Monochromatic Colors of #B5117D
Black with #B5117D
Text Example
Text Example
White with #B5117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5117D; }
p { color: rgb(181,17,125); }
H1.HeaderClassName
{
color: #B5117D;
}
.AnyTagClassName
{
color: #B5117D;
}
</style>
background-color css
<style>
a { background-color: #B5117D; }
a { background-color: rgb(181,17,125); }
div.DivClassName
{
background-color: #B5117D;
}
.BgClassName
{
background-color: #B5117D;
}
</style>
border-color css
<style>
span { border-color: #B5117D; }
span { border-color: rgb(181,17,125); }
td.TdClassName
{
border-color: #B5117D;
}
.TagClassName
{
border-color: #B5117D;
}
</style>