Shades of Medium Red Violet #B92F85
Tints of Medium Red Violet #B92F85
RGB
CMYK
RGB Variations
Color information
#B92F85 (or 0xB92F85) is known color: Medium Red Violet. HEX triplet: B9, 2F and 85. RGB value is (185,47,133). Sum of RGB (Red+Green+Blue) = 185+47+133=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92F85 is #46D07A. Grayscale: #616161. Windows color (decimal): -4640891 or 8728505. OLE color: 8728505.
HSL color Cylindrical-coordinate representation of color #B92F85: hue angle of 322.61º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92F85 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 133 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.27 |
| HSL | 322.61º | 0.59% | 0.45% | - |
| HSV(B) | 322.61º | 0.75% | 0.73% | - |
| XYZ | 25.26 | 14.04 | 23.57 | - |
| YUV | 98.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 133 | 0 | 0.75 | 0.28 | 0.27 | 322.61 | 0.59 | 0.45 |
| Hex | B9 | 2F | 85 | 0 | 4B | 1C | 1B | 143 | 3B | 2D |
| Octal | 271 | 57 | 205 | 0 | 113 | 34 | 33 | 503 | 73 | 55 |
| Binary | 10111001 | 101111 | 10000101 | 0 | 1001011 | 11100 | 11011 | 101000011 | 111011 | 101101 |
Color Harmonies of #B92F85
Complementary color
Monochromatic Colors of #B92F85
Black with #B92F85
Text Example
Text Example
White with #B92F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F85; }
p { color: rgb(185,47,133); }
H1.HeaderClassName
{
color: #B92F85;
}
.AnyTagClassName
{
color: #B92F85;
}
</style>
background-color css
<style>
a { background-color: #B92F85; }
a { background-color: rgb(185,47,133); }
div.DivClassName
{
background-color: #B92F85;
}
.BgClassName
{
background-color: #B92F85;
}
</style>
border-color css
<style>
span { border-color: #B92F85; }
span { border-color: rgb(185,47,133); }
td.TdClassName
{
border-color: #B92F85;
}
.TagClassName
{
border-color: #B92F85;
}
</style>