Shades of Medium Violet Red #B9108A
Tints of Medium Violet Red #B9108A
RGB
CMYK
RGB Variations
Color information
#B9108A (or 0xB9108A) is known color: Medium Violet Red. HEX triplet: B9, 10 and 8A. RGB value is (185,16,138). Sum of RGB (Red+Green+Blue) = 185+16+138=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B9108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9108A is #46EF75. Grayscale: #505050. Windows color (decimal): -4648822 or 9048249. OLE color: 9048249.
HSL color Cylindrical-coordinate representation of color #B9108A: hue angle of 316.69º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9108A is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 138 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.27 |
| HSL | 316.69º | 0.84% | 0.39% | - |
| HSV(B) | 316.69º | 0.91% | 0.73% | - |
| XYZ | 24.78 | 12.52 | 25.16 | - |
| YUV | 80.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 138 | 0 | 0.91 | 0.25 | 0.27 | 316.69 | 0.84 | 0.39 |
| Hex | B9 | 10 | 8A | 0 | 5B | 19 | 1B | 13D | 54 | 27 |
| Octal | 271 | 20 | 212 | 0 | 133 | 31 | 33 | 475 | 124 | 47 |
| Binary | 10111001 | 10000 | 10001010 | 0 | 1011011 | 11001 | 11011 | 100111101 | 1010100 | 100111 |
Color Harmonies of #B9108A
Complementary color
Monochromatic Colors of #B9108A
Black with #B9108A
Text Example
Text Example
White with #B9108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9108A; }
p { color: rgb(185,16,138); }
H1.HeaderClassName
{
color: #B9108A;
}
.AnyTagClassName
{
color: #B9108A;
}
</style>
background-color css
<style>
a { background-color: #B9108A; }
a { background-color: rgb(185,16,138); }
div.DivClassName
{
background-color: #B9108A;
}
.BgClassName
{
background-color: #B9108A;
}
</style>
border-color css
<style>
span { border-color: #B9108A; }
span { border-color: rgb(185,16,138); }
td.TdClassName
{
border-color: #B9108A;
}
.TagClassName
{
border-color: #B9108A;
}
</style>