Shades of Medium Violet Red #B6109D
Tints of Medium Violet Red #B6109D
RGB
CMYK
RGB Variations
Color information
#B6109D (or 0xB6109D) is known color: Medium Violet Red. HEX triplet: B6, 10 and 9D. RGB value is (182,16,157). Sum of RGB (Red+Green+Blue) = 182+16+157=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6109D is #49EF62. Grayscale: #515151. Windows color (decimal): -4845411 or 10293430. OLE color: 10293430.
HSL color Cylindrical-coordinate representation of color #B6109D: hue angle of 309.04º 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 #B6109D is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 16 | 157 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.29 |
| HSL | 309.04º | 0.84% | 0.39% | - |
| HSV(B) | 309.04º | 0.91% | 0.71% | - |
| XYZ | 25.56 | 12.75 | 33.01 | - |
| YUV | 81.71 | 170.5 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 157 | 0 | 0.91 | 0.14 | 0.29 | 309.04 | 0.84 | 0.39 |
| Hex | B6 | 10 | 9D | 0 | 5B | E | 1D | 135 | 54 | 27 |
| Octal | 266 | 20 | 235 | 0 | 133 | 16 | 35 | 465 | 124 | 47 |
| Binary | 10110110 | 10000 | 10011101 | 0 | 1011011 | 1110 | 11101 | 100110101 | 1010100 | 100111 |
Color Harmonies of #B6109D
Complementary color
Monochromatic Colors of #B6109D
Black with #B6109D
Text Example
Text Example
White with #B6109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6109D; }
p { color: rgb(182,16,157); }
H1.HeaderClassName
{
color: #B6109D;
}
.AnyTagClassName
{
color: #B6109D;
}
</style>
background-color css
<style>
a { background-color: #B6109D; }
a { background-color: rgb(182,16,157); }
div.DivClassName
{
background-color: #B6109D;
}
.BgClassName
{
background-color: #B6109D;
}
</style>
border-color css
<style>
span { border-color: #B6109D; }
span { border-color: rgb(182,16,157); }
td.TdClassName
{
border-color: #B6109D;
}
.TagClassName
{
border-color: #B6109D;
}
</style>