Shades of Medium Violet Red #B5109B
Tints of Medium Violet Red #B5109B
RGB
CMYK
RGB Variations
Color information
#B5109B (or 0xB5109B) is known color: Medium Violet Red. HEX triplet: B5, 10 and 9B. RGB value is (181,16,155). Sum of RGB (Red+Green+Blue) = 181+16+155=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B5109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5109B is #4AEF64. Grayscale: #505050. Windows color (decimal): -4910949 or 10162357. OLE color: 10162357.
HSL color Cylindrical-coordinate representation of color #B5109B: hue angle of 309.45º 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 #B5109B is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 155 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.29 |
| HSL | 309.45º | 0.84% | 0.39% | - |
| HSV(B) | 309.45º | 0.91% | 0.71% | - |
| XYZ | 25.16 | 12.56 | 32.11 | - |
| YUV | 81.18 | 169.66 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 155 | 0 | 0.91 | 0.14 | 0.29 | 309.45 | 0.84 | 0.39 |
| Hex | B5 | 10 | 9B | 0 | 5B | E | 1D | 135 | 54 | 27 |
| Octal | 265 | 20 | 233 | 0 | 133 | 16 | 35 | 465 | 124 | 47 |
| Binary | 10110101 | 10000 | 10011011 | 0 | 1011011 | 1110 | 11101 | 100110101 | 1010100 | 100111 |
Color Harmonies of #B5109B
Complementary color
Monochromatic Colors of #B5109B
Black with #B5109B
Text Example
Text Example
White with #B5109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5109B; }
p { color: rgb(181,16,155); }
H1.HeaderClassName
{
color: #B5109B;
}
.AnyTagClassName
{
color: #B5109B;
}
</style>
background-color css
<style>
a { background-color: #B5109B; }
a { background-color: rgb(181,16,155); }
div.DivClassName
{
background-color: #B5109B;
}
.BgClassName
{
background-color: #B5109B;
}
</style>
border-color css
<style>
span { border-color: #B5109B; }
span { border-color: rgb(181,16,155); }
td.TdClassName
{
border-color: #B5109B;
}
.TagClassName
{
border-color: #B5109B;
}
</style>