Shades of Medium Violet Red #B9107A
Tints of Medium Violet Red #B9107A
RGB
CMYK
RGB Variations
Color information
#B9107A (or 0xB9107A) is known color: Medium Violet Red. HEX triplet: B9, 10 and 7A. RGB value is (185,16,122). Sum of RGB (Red+Green+Blue) = 185+16+122=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B9107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9107A is #46EF85. Grayscale: #4E4E4E. Windows color (decimal): -4648838 or 7999673. OLE color: 7999673.
HSL color Cylindrical-coordinate representation of color #B9107A: hue angle of 322.37º 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 #B9107A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 122 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.27 |
| HSL | 322.37º | 0.84% | 0.39% | - |
| HSV(B) | 322.37º | 0.91% | 0.73% | - |
| XYZ | 23.71 | 12.09 | 19.5 | - |
| YUV | 78.62 | 152.49 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 122 | 0 | 0.91 | 0.34 | 0.27 | 322.37 | 0.84 | 0.39 |
| Hex | B9 | 10 | 7A | 0 | 5B | 22 | 1B | 142 | 54 | 27 |
| Octal | 271 | 20 | 172 | 0 | 133 | 42 | 33 | 502 | 124 | 47 |
| Binary | 10111001 | 10000 | 1111010 | 0 | 1011011 | 100010 | 11011 | 101000010 | 1010100 | 100111 |
Color Harmonies of #B9107A
Complementary color
Monochromatic Colors of #B9107A
Black with #B9107A
Text Example
Text Example
White with #B9107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9107A; }
p { color: rgb(185,16,122); }
H1.HeaderClassName
{
color: #B9107A;
}
.AnyTagClassName
{
color: #B9107A;
}
</style>
background-color css
<style>
a { background-color: #B9107A; }
a { background-color: rgb(185,16,122); }
div.DivClassName
{
background-color: #B9107A;
}
.BgClassName
{
background-color: #B9107A;
}
</style>
border-color css
<style>
span { border-color: #B9107A; }
span { border-color: rgb(185,16,122); }
td.TdClassName
{
border-color: #B9107A;
}
.TagClassName
{
border-color: #B9107A;
}
</style>