Shades of Medium Violet Red #B2109D
Tints of Medium Violet Red #B2109D
RGB
CMYK
RGB Variations
Color information
#B2109D (or 0xB2109D) is known color: Medium Violet Red. HEX triplet: B2, 10 and 9D. RGB value is (178,16,157). Sum of RGB (Red+Green+Blue) = 178+16+157=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2109D is #4DEF62. Grayscale: #505050. Windows color (decimal): -5107555 or 10293426. OLE color: 10293426.
HSL color Cylindrical-coordinate representation of color #B2109D: hue angle of 307.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2109D is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 157 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.30 |
| HSL | 307.78º | 0.84% | 0.38% | - |
| HSV(B) | 307.78º | 0.91% | 0.7% | - |
| XYZ | 24.63 | 12.27 | 32.97 | - |
| YUV | 80.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 157 | 0 | 0.91 | 0.12 | 0.30 | 307.78 | 0.84 | 0.38 |
| Hex | B2 | 10 | 9D | 0 | 5B | C | 1E | 134 | 54 | 26 |
| Octal | 262 | 20 | 235 | 0 | 133 | 14 | 36 | 464 | 124 | 46 |
| Binary | 10110010 | 10000 | 10011101 | 0 | 1011011 | 1100 | 11110 | 100110100 | 1010100 | 100110 |
Color Harmonies of #B2109D
Complementary color
Monochromatic Colors of #B2109D
Black with #B2109D
Text Example
Text Example
White with #B2109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2109D; }
p { color: rgb(178,16,157); }
H1.HeaderClassName
{
color: #B2109D;
}
.AnyTagClassName
{
color: #B2109D;
}
</style>
background-color css
<style>
a { background-color: #B2109D; }
a { background-color: rgb(178,16,157); }
div.DivClassName
{
background-color: #B2109D;
}
.BgClassName
{
background-color: #B2109D;
}
</style>
border-color css
<style>
span { border-color: #B2109D; }
span { border-color: rgb(178,16,157); }
td.TdClassName
{
border-color: #B2109D;
}
.TagClassName
{
border-color: #B2109D;
}
</style>