Shades of Medium Violet Red #B90875
Tints of Medium Violet Red #B90875
RGB
CMYK
RGB Variations
Color information
#B90875 (or 0xB90875) is known color: Medium Violet Red. HEX triplet: B9, 08 and 75. RGB value is (185,8,117). Sum of RGB (Red+Green+Blue) = 185+8+117=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B90875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90875 is #46F78A. Grayscale: #494949. Windows color (decimal): -4650891 or 7669945. OLE color: 7669945.
HSL color Cylindrical-coordinate representation of color #B90875: hue angle of 323.05º degrees, saturation: 0.92, 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 #B90875 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 117 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.27 |
| HSL | 323.05º | 0.92% | 0.38% | - |
| HSV(B) | 323.05º | 0.96% | 0.73% | - |
| XYZ | 23.31 | 11.77 | 17.87 | - |
| YUV | 73.35 | 152.64 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 117 | 0 | 0.96 | 0.37 | 0.27 | 323.05 | 0.92 | 0.38 |
| Hex | B9 | 8 | 75 | 0 | 60 | 25 | 1B | 143 | 5C | 26 |
| Octal | 271 | 10 | 165 | 0 | 140 | 45 | 33 | 503 | 134 | 46 |
| Binary | 10111001 | 1000 | 1110101 | 0 | 1100000 | 100101 | 11011 | 101000011 | 1011100 | 100110 |
Color Harmonies of #B90875
Complementary color
Monochromatic Colors of #B90875
Black with #B90875
Text Example
Text Example
White with #B90875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90875; }
p { color: rgb(185,8,117); }
H1.HeaderClassName
{
color: #B90875;
}
.AnyTagClassName
{
color: #B90875;
}
</style>
background-color css
<style>
a { background-color: #B90875; }
a { background-color: rgb(185,8,117); }
div.DivClassName
{
background-color: #B90875;
}
.BgClassName
{
background-color: #B90875;
}
</style>
border-color css
<style>
span { border-color: #B90875; }
span { border-color: rgb(185,8,117); }
td.TdClassName
{
border-color: #B90875;
}
.TagClassName
{
border-color: #B90875;
}
</style>