Shades of Medium Red Violet #B82185
Tints of Medium Red Violet #B82185
RGB
CMYK
RGB Variations
Color information
#B82185 (or 0xB82185) is known color: Medium Red Violet. HEX triplet: B8, 21 and 85. RGB value is (184,33,133). Sum of RGB (Red+Green+Blue) = 184+33+133=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B82185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82185 is #47DE7A. Grayscale: #595959. Windows color (decimal): -4710011 or 8724920. OLE color: 8724920.
HSL color Cylindrical-coordinate representation of color #B82185: hue angle of 320.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82185 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 133 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.28 |
| HSL | 320.26º | 0.7% | 0.43% | - |
| HSV(B) | 320.26º | 0.82% | 0.72% | - |
| XYZ | 24.54 | 12.97 | 23.4 | - |
| YUV | 89.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 133 | 0 | 0.82 | 0.28 | 0.28 | 320.26 | 0.7 | 0.43 |
| Hex | B8 | 21 | 85 | 0 | 52 | 1C | 1C | 140 | 46 | 2B |
| Octal | 270 | 41 | 205 | 0 | 122 | 34 | 34 | 500 | 106 | 53 |
| Binary | 10111000 | 100001 | 10000101 | 0 | 1010010 | 11100 | 11100 | 101000000 | 1000110 | 101011 |
Color Harmonies of #B82185
Complementary color
Monochromatic Colors of #B82185
Black with #B82185
Text Example
Text Example
White with #B82185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82185; }
p { color: rgb(184,33,133); }
H1.HeaderClassName
{
color: #B82185;
}
.AnyTagClassName
{
color: #B82185;
}
</style>
background-color css
<style>
a { background-color: #B82185; }
a { background-color: rgb(184,33,133); }
div.DivClassName
{
background-color: #B82185;
}
.BgClassName
{
background-color: #B82185;
}
</style>
border-color css
<style>
span { border-color: #B82185; }
span { border-color: rgb(184,33,133); }
td.TdClassName
{
border-color: #B82185;
}
.TagClassName
{
border-color: #B82185;
}
</style>