Shades of Medium Violet Red #B9109B
Tints of Medium Violet Red #B9109B
RGB
CMYK
RGB Variations
Color information
#B9109B (or 0xB9109B) is known color: Medium Violet Red. HEX triplet: B9, 10 and 9B. RGB value is (185,16,155). Sum of RGB (Red+Green+Blue) = 185+16+155=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B9109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9109B is #46EF64. Grayscale: #515151. Windows color (decimal): -4648805 or 10162361. OLE color: 10162361.
HSL color Cylindrical-coordinate representation of color #B9109B: hue angle of 310.65º 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 #B9109B is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 155 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.27 |
| HSL | 310.65º | 0.84% | 0.39% | - |
| HSV(B) | 310.65º | 0.91% | 0.73% | - |
| XYZ | 26.11 | 13.05 | 32.15 | - |
| YUV | 82.38 | 168.99 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 155 | 0 | 0.91 | 0.16 | 0.27 | 310.65 | 0.84 | 0.39 |
| Hex | B9 | 10 | 9B | 0 | 5B | 10 | 1B | 137 | 54 | 27 |
| Octal | 271 | 20 | 233 | 0 | 133 | 20 | 33 | 467 | 124 | 47 |
| Binary | 10111001 | 10000 | 10011011 | 0 | 1011011 | 10000 | 11011 | 100110111 | 1010100 | 100111 |
Color Harmonies of #B9109B
Complementary color
Monochromatic Colors of #B9109B
Black with #B9109B
Text Example
Text Example
White with #B9109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9109B; }
p { color: rgb(185,16,155); }
H1.HeaderClassName
{
color: #B9109B;
}
.AnyTagClassName
{
color: #B9109B;
}
</style>
background-color css
<style>
a { background-color: #B9109B; }
a { background-color: rgb(185,16,155); }
div.DivClassName
{
background-color: #B9109B;
}
.BgClassName
{
background-color: #B9109B;
}
</style>
border-color css
<style>
span { border-color: #B9109B; }
span { border-color: rgb(185,16,155); }
td.TdClassName
{
border-color: #B9109B;
}
.TagClassName
{
border-color: #B9109B;
}
</style>