Shades of Medium Violet Red #B0109D
Tints of Medium Violet Red #B0109D
RGB
CMYK
RGB Variations
Color information
#B0109D (or 0xB0109D) is known color: Medium Violet Red. HEX triplet: B0, 10 and 9D. RGB value is (176,16,157). Sum of RGB (Red+Green+Blue) = 176+16+157=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0109D is #4FEF62. Grayscale: #4F4F4F. Windows color (decimal): -5238627 or 10293424. OLE color: 10293424.
HSL color Cylindrical-coordinate representation of color #B0109D: hue angle of 307.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0109D is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 157 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.31 |
| HSL | 307.13º | 0.83% | 0.38% | - |
| HSV(B) | 307.13º | 0.91% | 0.69% | - |
| XYZ | 24.18 | 12.04 | 32.95 | - |
| YUV | 79.91 | 171.51 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 157 | 0 | 0.91 | 0.11 | 0.31 | 307.13 | 0.83 | 0.38 |
| Hex | B0 | 10 | 9D | 0 | 5B | B | 1F | 133 | 53 | 26 |
| Octal | 260 | 20 | 235 | 0 | 133 | 13 | 37 | 463 | 123 | 46 |
| Binary | 10110000 | 10000 | 10011101 | 0 | 1011011 | 1011 | 11111 | 100110011 | 1010011 | 100110 |
Color Harmonies of #B0109D
Complementary color
Monochromatic Colors of #B0109D
Black with #B0109D
Text Example
Text Example
White with #B0109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0109D; }
p { color: rgb(176,16,157); }
H1.HeaderClassName
{
color: #B0109D;
}
.AnyTagClassName
{
color: #B0109D;
}
</style>
background-color css
<style>
a { background-color: #B0109D; }
a { background-color: rgb(176,16,157); }
div.DivClassName
{
background-color: #B0109D;
}
.BgClassName
{
background-color: #B0109D;
}
</style>
border-color css
<style>
span { border-color: #B0109D; }
span { border-color: rgb(176,16,157); }
td.TdClassName
{
border-color: #B0109D;
}
.TagClassName
{
border-color: #B0109D;
}
</style>