Shades of Medium Violet Red #B5107F
Tints of Medium Violet Red #B5107F
RGB
CMYK
RGB Variations
Color information
#B5107F (or 0xB5107F) is known color: Medium Violet Red. HEX triplet: B5, 10 and 7F. RGB value is (181,16,127). Sum of RGB (Red+Green+Blue) = 181+16+127=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5107F is #4AEF80. Grayscale: #4D4D4D. Windows color (decimal): -4910977 or 8327349. OLE color: 8327349.
HSL color Cylindrical-coordinate representation of color #B5107F: hue angle of 319.64º 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 #B5107F is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 127 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.29 |
| HSL | 319.64º | 0.84% | 0.39% | - |
| HSV(B) | 319.64º | 0.91% | 0.71% | - |
| XYZ | 23.07 | 11.73 | 21.13 | - |
| YUV | 77.99 | 155.66 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 127 | 0 | 0.91 | 0.30 | 0.29 | 319.64 | 0.84 | 0.39 |
| Hex | B5 | 10 | 7F | 0 | 5B | 1E | 1D | 140 | 54 | 27 |
| Octal | 265 | 20 | 177 | 0 | 133 | 36 | 35 | 500 | 124 | 47 |
| Binary | 10110101 | 10000 | 1111111 | 0 | 1011011 | 11110 | 11101 | 101000000 | 1010100 | 100111 |
Color Harmonies of #B5107F
Complementary color
Monochromatic Colors of #B5107F
Black with #B5107F
Text Example
Text Example
White with #B5107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5107F; }
p { color: rgb(181,16,127); }
H1.HeaderClassName
{
color: #B5107F;
}
.AnyTagClassName
{
color: #B5107F;
}
</style>
background-color css
<style>
a { background-color: #B5107F; }
a { background-color: rgb(181,16,127); }
div.DivClassName
{
background-color: #B5107F;
}
.BgClassName
{
background-color: #B5107F;
}
</style>
border-color css
<style>
span { border-color: #B5107F; }
span { border-color: rgb(181,16,127); }
td.TdClassName
{
border-color: #B5107F;
}
.TagClassName
{
border-color: #B5107F;
}
</style>