Shades of Medium Red Violet #B82D92
Tints of Medium Red Violet #B82D92
RGB
CMYK
RGB Variations
Color information
#B82D92 (or 0xB82D92) is known color: Medium Red Violet. HEX triplet: B8, 2D and 92. RGB value is (184,45,146). Sum of RGB (Red+Green+Blue) = 184+45+146=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82D92 is #47D26D. Grayscale: #616161. Windows color (decimal): -4706926 or 9579960. OLE color: 9579960.
HSL color Cylindrical-coordinate representation of color #B82D92: hue angle of 316.4º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82D92 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 146 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.28 |
| HSL | 316.4º | 0.61% | 0.45% | - |
| HSV(B) | 316.4º | 0.76% | 0.72% | - |
| XYZ | 25.89 | 14.14 | 28.56 | - |
| YUV | 98.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 146 | 0 | 0.76 | 0.21 | 0.28 | 316.4 | 0.61 | 0.45 |
| Hex | B8 | 2D | 92 | 0 | 4C | 15 | 1C | 13C | 3D | 2D |
| Octal | 270 | 55 | 222 | 0 | 114 | 25 | 34 | 474 | 75 | 55 |
| Binary | 10111000 | 101101 | 10010010 | 0 | 1001100 | 10101 | 11100 | 100111100 | 111101 | 101101 |
Color Harmonies of #B82D92
Complementary color
Monochromatic Colors of #B82D92
Black with #B82D92
Text Example
Text Example
White with #B82D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D92; }
p { color: rgb(184,45,146); }
H1.HeaderClassName
{
color: #B82D92;
}
.AnyTagClassName
{
color: #B82D92;
}
</style>
background-color css
<style>
a { background-color: #B82D92; }
a { background-color: rgb(184,45,146); }
div.DivClassName
{
background-color: #B82D92;
}
.BgClassName
{
background-color: #B82D92;
}
</style>
border-color css
<style>
span { border-color: #B82D92; }
span { border-color: rgb(184,45,146); }
td.TdClassName
{
border-color: #B82D92;
}
.TagClassName
{
border-color: #B82D92;
}
</style>