Shades of Medium Violet Red #B92085
Tints of Medium Violet Red #B92085
RGB
CMYK
RGB Variations
Color information
#B92085 (or 0xB92085) is known color: Medium Violet Red. HEX triplet: B9, 20 and 85. RGB value is (185,32,133). Sum of RGB (Red+Green+Blue) = 185+32+133=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B92085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92085 is #46DF7A. Grayscale: #595959. Windows color (decimal): -4644731 or 8724665. OLE color: 8724665.
HSL color Cylindrical-coordinate representation of color #B92085: hue angle of 320.39º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92085 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 133 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.27 |
| HSL | 320.39º | 0.71% | 0.43% | - |
| HSV(B) | 320.39º | 0.83% | 0.73% | - |
| XYZ | 24.76 | 13.04 | 23.4 | - |
| YUV | 89.26 | 152.69 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 133 | 0 | 0.83 | 0.28 | 0.27 | 320.39 | 0.71 | 0.43 |
| Hex | B9 | 20 | 85 | 0 | 53 | 1C | 1B | 140 | 47 | 2B |
| Octal | 271 | 40 | 205 | 0 | 123 | 34 | 33 | 500 | 107 | 53 |
| Binary | 10111001 | 100000 | 10000101 | 0 | 1010011 | 11100 | 11011 | 101000000 | 1000111 | 101011 |
Color Harmonies of #B92085
Complementary color
Monochromatic Colors of #B92085
Black with #B92085
Text Example
Text Example
White with #B92085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92085; }
p { color: rgb(185,32,133); }
H1.HeaderClassName
{
color: #B92085;
}
.AnyTagClassName
{
color: #B92085;
}
</style>
background-color css
<style>
a { background-color: #B92085; }
a { background-color: rgb(185,32,133); }
div.DivClassName
{
background-color: #B92085;
}
.BgClassName
{
background-color: #B92085;
}
</style>
border-color css
<style>
span { border-color: #B92085; }
span { border-color: rgb(185,32,133); }
td.TdClassName
{
border-color: #B92085;
}
.TagClassName
{
border-color: #B92085;
}
</style>