Shades of Medium Violet Red #B5107E
Tints of Medium Violet Red #B5107E
RGB
CMYK
RGB Variations
Color information
#B5107E (or 0xB5107E) is known color: Medium Violet Red. HEX triplet: B5, 10 and 7E. RGB value is (181,16,126). Sum of RGB (Red+Green+Blue) = 181+16+126=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5107E is #4AEF81. Grayscale: #4D4D4D. Windows color (decimal): -4910978 or 8261813. OLE color: 8261813.
HSL color Cylindrical-coordinate representation of color #B5107E: hue angle of 320º 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 #B5107E is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 126 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.29 |
| HSL | 320º | 0.84% | 0.39% | - |
| HSV(B) | 320º | 0.91% | 0.71% | - |
| XYZ | 23.01 | 11.7 | 20.78 | - |
| YUV | 77.88 | 155.16 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 126 | 0 | 0.91 | 0.30 | 0.29 | 320 | 0.84 | 0.39 |
| Hex | B5 | 10 | 7E | 0 | 5B | 1E | 1D | 140 | 54 | 27 |
| Octal | 265 | 20 | 176 | 0 | 133 | 36 | 35 | 500 | 124 | 47 |
| Binary | 10110101 | 10000 | 1111110 | 0 | 1011011 | 11110 | 11101 | 101000000 | 1010100 | 100111 |
Color Harmonies of #B5107E
Complementary color
Monochromatic Colors of #B5107E
Black with #B5107E
Text Example
Text Example
White with #B5107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5107E; }
p { color: rgb(181,16,126); }
H1.HeaderClassName
{
color: #B5107E;
}
.AnyTagClassName
{
color: #B5107E;
}
</style>
background-color css
<style>
a { background-color: #B5107E; }
a { background-color: rgb(181,16,126); }
div.DivClassName
{
background-color: #B5107E;
}
.BgClassName
{
background-color: #B5107E;
}
</style>
border-color css
<style>
span { border-color: #B5107E; }
span { border-color: rgb(181,16,126); }
td.TdClassName
{
border-color: #B5107E;
}
.TagClassName
{
border-color: #B5107E;
}
</style>