Shades of Medium Red Violet #B92584
Tints of Medium Red Violet #B92584
RGB
CMYK
RGB Variations
Color information
#B92584 (or 0xB92584) is known color: Medium Red Violet. HEX triplet: B9, 25 and 84. RGB value is (185,37,132). Sum of RGB (Red+Green+Blue) = 185+37+132=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B92584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92584 is #46DA7B. Grayscale: #5B5B5B. Windows color (decimal): -4643452 or 8660409. OLE color: 8660409.
HSL color Cylindrical-coordinate representation of color #B92584: hue angle of 321.49º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92584 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 132 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.27 |
| HSL | 321.49º | 0.67% | 0.44% | - |
| HSV(B) | 321.49º | 0.8% | 0.73% | - |
| XYZ | 24.83 | 13.3 | 23.09 | - |
| YUV | 92.08 | 150.53 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 132 | 0 | 0.80 | 0.29 | 0.27 | 321.49 | 0.67 | 0.44 |
| Hex | B9 | 25 | 84 | 0 | 50 | 1D | 1B | 141 | 43 | 2C |
| Octal | 271 | 45 | 204 | 0 | 120 | 35 | 33 | 501 | 103 | 54 |
| Binary | 10111001 | 100101 | 10000100 | 0 | 1010000 | 11101 | 11011 | 101000001 | 1000011 | 101100 |
Color Harmonies of #B92584
Complementary color
Monochromatic Colors of #B92584
Black with #B92584
Text Example
Text Example
White with #B92584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92584; }
p { color: rgb(185,37,132); }
H1.HeaderClassName
{
color: #B92584;
}
.AnyTagClassName
{
color: #B92584;
}
</style>
background-color css
<style>
a { background-color: #B92584; }
a { background-color: rgb(185,37,132); }
div.DivClassName
{
background-color: #B92584;
}
.BgClassName
{
background-color: #B92584;
}
</style>
border-color css
<style>
span { border-color: #B92584; }
span { border-color: rgb(185,37,132); }
td.TdClassName
{
border-color: #B92584;
}
.TagClassName
{
border-color: #B92584;
}
</style>