Shades of Medium Red Violet #B82F89
Tints of Medium Red Violet #B82F89
RGB
CMYK
RGB Variations
Color information
#B82F89 (or 0xB82F89) is known color: Medium Red Violet. HEX triplet: B8, 2F and 89. RGB value is (184,47,137). Sum of RGB (Red+Green+Blue) = 184+47+137=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82F89 is #47D076. Grayscale: #626262. Windows color (decimal): -4706423 or 8990648. OLE color: 8990648.
HSL color Cylindrical-coordinate representation of color #B82F89: hue angle of 320.58º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B82F89 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 137 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.28 |
| HSL | 320.58º | 0.59% | 0.45% | - |
| HSV(B) | 320.58º | 0.74% | 0.72% | - |
| XYZ | 25.3 | 14.03 | 25.04 | - |
| YUV | 98.22 | 149.89 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 137 | 0 | 0.74 | 0.26 | 0.28 | 320.58 | 0.59 | 0.45 |
| Hex | B8 | 2F | 89 | 0 | 4A | 1A | 1C | 141 | 3B | 2D |
| Octal | 270 | 57 | 211 | 0 | 112 | 32 | 34 | 501 | 73 | 55 |
| Binary | 10111000 | 101111 | 10001001 | 0 | 1001010 | 11010 | 11100 | 101000001 | 111011 | 101101 |
Color Harmonies of #B82F89
Complementary color
Monochromatic Colors of #B82F89
Black with #B82F89
Text Example
Text Example
White with #B82F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F89; }
p { color: rgb(184,47,137); }
H1.HeaderClassName
{
color: #B82F89;
}
.AnyTagClassName
{
color: #B82F89;
}
</style>
background-color css
<style>
a { background-color: #B82F89; }
a { background-color: rgb(184,47,137); }
div.DivClassName
{
background-color: #B82F89;
}
.BgClassName
{
background-color: #B82F89;
}
</style>
border-color css
<style>
span { border-color: #B82F89; }
span { border-color: rgb(184,47,137); }
td.TdClassName
{
border-color: #B82F89;
}
.TagClassName
{
border-color: #B82F89;
}
</style>