Shades of Medium Red Violet #B92484
Tints of Medium Red Violet #B92484
RGB
CMYK
RGB Variations
Color information
#B92484 (or 0xB92484) is known color: Medium Red Violet. HEX triplet: B9, 24 and 84. RGB value is (185,36,132). Sum of RGB (Red+Green+Blue) = 185+36+132=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B92484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92484 is #46DB7B. Grayscale: #5B5B5B. Windows color (decimal): -4643708 or 8660153. OLE color: 8660153.
HSL color Cylindrical-coordinate representation of color #B92484: hue angle of 321.34º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92484 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 132 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.27 |
| HSL | 321.34º | 0.67% | 0.43% | - |
| HSV(B) | 321.34º | 0.81% | 0.73% | - |
| XYZ | 24.8 | 13.24 | 23.08 | - |
| YUV | 91.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 132 | 0 | 0.81 | 0.29 | 0.27 | 321.34 | 0.67 | 0.43 |
| Hex | B9 | 24 | 84 | 0 | 51 | 1D | 1B | 141 | 43 | 2B |
| Octal | 271 | 44 | 204 | 0 | 121 | 35 | 33 | 501 | 103 | 53 |
| Binary | 10111001 | 100100 | 10000100 | 0 | 1010001 | 11101 | 11011 | 101000001 | 1000011 | 101011 |
Color Harmonies of #B92484
Complementary color
Monochromatic Colors of #B92484
Black with #B92484
Text Example
Text Example
White with #B92484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92484; }
p { color: rgb(185,36,132); }
H1.HeaderClassName
{
color: #B92484;
}
.AnyTagClassName
{
color: #B92484;
}
</style>
background-color css
<style>
a { background-color: #B92484; }
a { background-color: rgb(185,36,132); }
div.DivClassName
{
background-color: #B92484;
}
.BgClassName
{
background-color: #B92484;
}
</style>
border-color css
<style>
span { border-color: #B92484; }
span { border-color: rgb(185,36,132); }
td.TdClassName
{
border-color: #B92484;
}
.TagClassName
{
border-color: #B92484;
}
</style>