Shades of Medium Red Violet #B82188
Tints of Medium Red Violet #B82188
RGB
CMYK
RGB Variations
Color information
#B82188 (or 0xB82188) is known color: Medium Red Violet. HEX triplet: B8, 21 and 88. RGB value is (184,33,136). Sum of RGB (Red+Green+Blue) = 184+33+136=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B82188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82188 is #47DE77. Grayscale: #595959. Windows color (decimal): -4710008 or 8921528. OLE color: 8921528.
HSL color Cylindrical-coordinate representation of color #B82188: hue angle of 319.07º 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 #B82188 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 136 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.28 |
| HSL | 319.07º | 0.7% | 0.43% | - |
| HSV(B) | 319.07º | 0.82% | 0.72% | - |
| XYZ | 24.75 | 13.06 | 24.51 | - |
| YUV | 89.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 136 | 0 | 0.82 | 0.26 | 0.28 | 319.07 | 0.7 | 0.43 |
| Hex | B8 | 21 | 88 | 0 | 52 | 1A | 1C | 13F | 46 | 2B |
| Octal | 270 | 41 | 210 | 0 | 122 | 32 | 34 | 477 | 106 | 53 |
| Binary | 10111000 | 100001 | 10001000 | 0 | 1010010 | 11010 | 11100 | 100111111 | 1000110 | 101011 |
Color Harmonies of #B82188
Complementary color
Monochromatic Colors of #B82188
Black with #B82188
Text Example
Text Example
White with #B82188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82188; }
p { color: rgb(184,33,136); }
H1.HeaderClassName
{
color: #B82188;
}
.AnyTagClassName
{
color: #B82188;
}
</style>
background-color css
<style>
a { background-color: #B82188; }
a { background-color: rgb(184,33,136); }
div.DivClassName
{
background-color: #B82188;
}
.BgClassName
{
background-color: #B82188;
}
</style>
border-color css
<style>
span { border-color: #B82188; }
span { border-color: rgb(184,33,136); }
td.TdClassName
{
border-color: #B82188;
}
.TagClassName
{
border-color: #B82188;
}
</style>