Shades of Medium Violet Red #B90F7D
Tints of Medium Violet Red #B90F7D
RGB
CMYK
RGB Variations
Color information
#B90F7D (or 0xB90F7D) is known color: Medium Violet Red. HEX triplet: B9, 0F and 7D. RGB value is (185,15,125). Sum of RGB (Red+Green+Blue) = 185+15+125=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90F7D is #46F082. Grayscale: #4E4E4E. Windows color (decimal): -4649091 or 8196025. OLE color: 8196025.
HSL color Cylindrical-coordinate representation of color #B90F7D: hue angle of 321.18º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90F7D is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 125 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.27 |
| HSL | 321.18º | 0.85% | 0.39% | - |
| HSV(B) | 321.18º | 0.92% | 0.73% | - |
| XYZ | 23.88 | 12.14 | 20.49 | - |
| YUV | 78.37 | 154.32 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 125 | 0 | 0.92 | 0.32 | 0.27 | 321.18 | 0.85 | 0.39 |
| Hex | B9 | F | 7D | 0 | 5C | 20 | 1B | 141 | 55 | 27 |
| Octal | 271 | 17 | 175 | 0 | 134 | 40 | 33 | 501 | 125 | 47 |
| Binary | 10111001 | 1111 | 1111101 | 0 | 1011100 | 100000 | 11011 | 101000001 | 1010101 | 100111 |
Color Harmonies of #B90F7D
Complementary color
Monochromatic Colors of #B90F7D
Black with #B90F7D
Text Example
Text Example
White with #B90F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90F7D; }
p { color: rgb(185,15,125); }
H1.HeaderClassName
{
color: #B90F7D;
}
.AnyTagClassName
{
color: #B90F7D;
}
</style>
background-color css
<style>
a { background-color: #B90F7D; }
a { background-color: rgb(185,15,125); }
div.DivClassName
{
background-color: #B90F7D;
}
.BgClassName
{
background-color: #B90F7D;
}
</style>
border-color css
<style>
span { border-color: #B90F7D; }
span { border-color: rgb(185,15,125); }
td.TdClassName
{
border-color: #B90F7D;
}
.TagClassName
{
border-color: #B90F7D;
}
</style>