Shades of Medium Violet Red #B90781
Tints of Medium Violet Red #B90781
RGB
CMYK
RGB Variations
Color information
#B90781 (or 0xB90781) is known color: Medium Violet Red. HEX triplet: B9, 07 and 81. RGB value is (185,7,129). Sum of RGB (Red+Green+Blue) = 185+7+129=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B90781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90781 is #46F87E. Grayscale: #494949. Windows color (decimal): -4651135 or 8456121. OLE color: 8456121.
HSL color Cylindrical-coordinate representation of color #B90781: hue angle of 318.88º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90781 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 129 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.27 |
| HSL | 318.88º | 0.93% | 0.38% | - |
| HSV(B) | 318.88º | 0.96% | 0.73% | - |
| XYZ | 24.05 | 12.05 | 21.83 | - |
| YUV | 74.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 129 | 0 | 0.96 | 0.30 | 0.27 | 318.88 | 0.93 | 0.38 |
| Hex | B9 | 7 | 81 | 0 | 60 | 1E | 1B | 13F | 5D | 26 |
| Octal | 271 | 7 | 201 | 0 | 140 | 36 | 33 | 477 | 135 | 46 |
| Binary | 10111001 | 111 | 10000001 | 0 | 1100000 | 11110 | 11011 | 100111111 | 1011101 | 100110 |
Color Harmonies of #B90781
Complementary color
Monochromatic Colors of #B90781
Black with #B90781
Text Example
Text Example
White with #B90781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90781; }
p { color: rgb(185,7,129); }
H1.HeaderClassName
{
color: #B90781;
}
.AnyTagClassName
{
color: #B90781;
}
</style>
background-color css
<style>
a { background-color: #B90781; }
a { background-color: rgb(185,7,129); }
div.DivClassName
{
background-color: #B90781;
}
.BgClassName
{
background-color: #B90781;
}
</style>
border-color css
<style>
span { border-color: #B90781; }
span { border-color: rgb(185,7,129); }
td.TdClassName
{
border-color: #B90781;
}
.TagClassName
{
border-color: #B90781;
}
</style>