Shades of Medium Red Violet #B92482
Tints of Medium Red Violet #B92482
RGB
CMYK
RGB Variations
Color information
#B92482 (or 0xB92482) is known color: Medium Red Violet. HEX triplet: B9, 24 and 82. RGB value is (185,36,130). Sum of RGB (Red+Green+Blue) = 185+36+130=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B92482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92482 is #46DB7D. Grayscale: #5B5B5B. Windows color (decimal): -4643710 or 8529081. OLE color: 8529081.
HSL color Cylindrical-coordinate representation of color #B92482: hue angle of 322.15º 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 #B92482 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 130 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.27 |
| HSL | 322.15º | 0.67% | 0.43% | - |
| HSV(B) | 322.15º | 0.81% | 0.73% | - |
| XYZ | 24.67 | 13.19 | 22.36 | - |
| YUV | 91.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 130 | 0 | 0.81 | 0.30 | 0.27 | 322.15 | 0.67 | 0.43 |
| Hex | B9 | 24 | 82 | 0 | 51 | 1E | 1B | 142 | 43 | 2B |
| Octal | 271 | 44 | 202 | 0 | 121 | 36 | 33 | 502 | 103 | 53 |
| Binary | 10111001 | 100100 | 10000010 | 0 | 1010001 | 11110 | 11011 | 101000010 | 1000011 | 101011 |
Color Harmonies of #B92482
Complementary color
Monochromatic Colors of #B92482
Black with #B92482
Text Example
Text Example
White with #B92482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92482; }
p { color: rgb(185,36,130); }
H1.HeaderClassName
{
color: #B92482;
}
.AnyTagClassName
{
color: #B92482;
}
</style>
background-color css
<style>
a { background-color: #B92482; }
a { background-color: rgb(185,36,130); }
div.DivClassName
{
background-color: #B92482;
}
.BgClassName
{
background-color: #B92482;
}
</style>
border-color css
<style>
span { border-color: #B92482; }
span { border-color: rgb(185,36,130); }
td.TdClassName
{
border-color: #B92482;
}
.TagClassName
{
border-color: #B92482;
}
</style>