Shades of Medium Violet Red #B5109D
Tints of Medium Violet Red #B5109D
RGB
CMYK
RGB Variations
Color information
#B5109D (or 0xB5109D) is known color: Medium Violet Red. HEX triplet: B5, 10 and 9D. RGB value is (181,16,157). Sum of RGB (Red+Green+Blue) = 181+16+157=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5109D is #4AEF62. Grayscale: #515151. Windows color (decimal): -4910947 or 10293429. OLE color: 10293429.
HSL color Cylindrical-coordinate representation of color #B5109D: hue angle of 308.73º 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 #B5109D is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 157 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.29 |
| HSL | 308.73º | 0.84% | 0.39% | - |
| HSV(B) | 308.73º | 0.91% | 0.71% | - |
| XYZ | 25.33 | 12.63 | 33 | - |
| YUV | 81.41 | 170.66 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 157 | 0 | 0.91 | 0.13 | 0.29 | 308.73 | 0.84 | 0.39 |
| Hex | B5 | 10 | 9D | 0 | 5B | D | 1D | 135 | 54 | 27 |
| Octal | 265 | 20 | 235 | 0 | 133 | 15 | 35 | 465 | 124 | 47 |
| Binary | 10110101 | 10000 | 10011101 | 0 | 1011011 | 1101 | 11101 | 100110101 | 1010100 | 100111 |
Color Harmonies of #B5109D
Complementary color
Monochromatic Colors of #B5109D
Black with #B5109D
Text Example
Text Example
White with #B5109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5109D; }
p { color: rgb(181,16,157); }
H1.HeaderClassName
{
color: #B5109D;
}
.AnyTagClassName
{
color: #B5109D;
}
</style>
background-color css
<style>
a { background-color: #B5109D; }
a { background-color: rgb(181,16,157); }
div.DivClassName
{
background-color: #B5109D;
}
.BgClassName
{
background-color: #B5109D;
}
</style>
border-color css
<style>
span { border-color: #B5109D; }
span { border-color: rgb(181,16,157); }
td.TdClassName
{
border-color: #B5109D;
}
.TagClassName
{
border-color: #B5109D;
}
</style>