Shades of Medium Violet Red #B90179
Tints of Medium Violet Red #B90179
RGB
CMYK
RGB Variations
Color information
#B90179 (or 0xB90179) is known color: Medium Violet Red. HEX triplet: B9, 01 and 79. RGB value is (185,1,121). Sum of RGB (Red+Green+Blue) = 185+1+121=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B90179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90179 is #46FE86. Grayscale: #454545. Windows color (decimal): -4652679 or 7930297. OLE color: 7930297.
HSL color Cylindrical-coordinate representation of color #B90179: hue angle of 320.87º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90179 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.27 |
| HSL | 320.87º | 0.99% | 0.36% | - |
| HSV(B) | 320.87º | 0.99% | 0.73% | - |
| XYZ | 23.47 | 11.72 | 19.11 | - |
| YUV | 69.7 | 156.96 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 121 | 0 | 0.99 | 0.35 | 0.27 | 320.87 | 0.99 | 0.36 |
| Hex | B9 | 1 | 79 | 0 | 63 | 23 | 1B | 141 | 63 | 24 |
| Octal | 271 | 1 | 171 | 0 | 143 | 43 | 33 | 501 | 143 | 44 |
| Binary | 10111001 | 1 | 1111001 | 0 | 1100011 | 100011 | 11011 | 101000001 | 1100011 | 100100 |
Color Harmonies of #B90179
Complementary color
Monochromatic Colors of #B90179
Black with #B90179
Text Example
Text Example
White with #B90179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90179; }
p { color: rgb(185,1,121); }
H1.HeaderClassName
{
color: #B90179;
}
.AnyTagClassName
{
color: #B90179;
}
</style>
background-color css
<style>
a { background-color: #B90179; }
a { background-color: rgb(185,1,121); }
div.DivClassName
{
background-color: #B90179;
}
.BgClassName
{
background-color: #B90179;
}
</style>
border-color css
<style>
span { border-color: #B90179; }
span { border-color: rgb(185,1,121); }
td.TdClassName
{
border-color: #B90179;
}
.TagClassName
{
border-color: #B90179;
}
</style>