Shades of Medium Violet Red #B90174
Tints of Medium Violet Red #B90174
RGB
CMYK
RGB Variations
Color information
#B90174 (or 0xB90174) is known color: Medium Violet Red. HEX triplet: B9, 01 and 74. RGB value is (185,1,116). Sum of RGB (Red+Green+Blue) = 185+1+116=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B90174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90174 is #46FE8B. Grayscale: #444444. Windows color (decimal): -4652684 or 7602617. OLE color: 7602617.
HSL color Cylindrical-coordinate representation of color #B90174: hue angle of 322.5º 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 #B90174 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 116 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.27 |
| HSL | 322.5º | 0.99% | 0.36% | - |
| HSV(B) | 322.5º | 0.99% | 0.73% | - |
| XYZ | 23.17 | 11.6 | 17.54 | - |
| YUV | 69.13 | 154.46 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 116 | 0 | 0.99 | 0.37 | 0.27 | 322.5 | 0.99 | 0.36 |
| Hex | B9 | 1 | 74 | 0 | 63 | 25 | 1B | 142 | 63 | 24 |
| Octal | 271 | 1 | 164 | 0 | 143 | 45 | 33 | 502 | 143 | 44 |
| Binary | 10111001 | 1 | 1110100 | 0 | 1100011 | 100101 | 11011 | 101000010 | 1100011 | 100100 |
Color Harmonies of #B90174
Complementary color
Monochromatic Colors of #B90174
Black with #B90174
Text Example
Text Example
White with #B90174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90174; }
p { color: rgb(185,1,116); }
H1.HeaderClassName
{
color: #B90174;
}
.AnyTagClassName
{
color: #B90174;
}
</style>
background-color css
<style>
a { background-color: #B90174; }
a { background-color: rgb(185,1,116); }
div.DivClassName
{
background-color: #B90174;
}
.BgClassName
{
background-color: #B90174;
}
</style>
border-color css
<style>
span { border-color: #B90174; }
span { border-color: rgb(185,1,116); }
td.TdClassName
{
border-color: #B90174;
}
.TagClassName
{
border-color: #B90174;
}
</style>