Shades of Medium Red Violet #B82894
Tints of Medium Red Violet #B82894
RGB
CMYK
RGB Variations
Color information
#B82894 (or 0xB82894) is known color: Medium Red Violet. HEX triplet: B8, 28 and 94. RGB value is (184,40,148). Sum of RGB (Red+Green+Blue) = 184+40+148=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B82894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82894 is #47D76B. Grayscale: #5F5F5F. Windows color (decimal): -4708204 or 9709752. OLE color: 9709752.
HSL color Cylindrical-coordinate representation of color #B82894: hue angle of 315º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82894 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 148 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.28 |
| HSL | 315º | 0.64% | 0.44% | - |
| HSV(B) | 315º | 0.78% | 0.72% | - |
| XYZ | 25.87 | 13.85 | 29.33 | - |
| YUV | 95.37 | 157.71 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 148 | 0 | 0.78 | 0.20 | 0.28 | 315 | 0.64 | 0.44 |
| Hex | B8 | 28 | 94 | 0 | 4E | 14 | 1C | 13B | 40 | 2C |
| Octal | 270 | 50 | 224 | 0 | 116 | 24 | 34 | 473 | 100 | 54 |
| Binary | 10111000 | 101000 | 10010100 | 0 | 1001110 | 10100 | 11100 | 100111011 | 1000000 | 101100 |
Color Harmonies of #B82894
Complementary color
Monochromatic Colors of #B82894
Black with #B82894
Text Example
Text Example
White with #B82894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82894; }
p { color: rgb(184,40,148); }
H1.HeaderClassName
{
color: #B82894;
}
.AnyTagClassName
{
color: #B82894;
}
</style>
background-color css
<style>
a { background-color: #B82894; }
a { background-color: rgb(184,40,148); }
div.DivClassName
{
background-color: #B82894;
}
.BgClassName
{
background-color: #B82894;
}
</style>
border-color css
<style>
span { border-color: #B82894; }
span { border-color: rgb(184,40,148); }
td.TdClassName
{
border-color: #B82894;
}
.TagClassName
{
border-color: #B82894;
}
</style>