Shades of Medium Red Violet #B82891
Tints of Medium Red Violet #B82891
RGB
CMYK
RGB Variations
Color information
#B82891 (or 0xB82891) is known color: Medium Red Violet. HEX triplet: B8, 28 and 91. RGB value is (184,40,145). Sum of RGB (Red+Green+Blue) = 184+40+145=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B82891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82891 is #47D76E. Grayscale: #5E5E5E. Windows color (decimal): -4708207 or 9513144. OLE color: 9513144.
HSL color Cylindrical-coordinate representation of color #B82891: hue angle of 316.25º 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 #B82891 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 145 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.28 |
| HSL | 316.25º | 0.64% | 0.44% | - |
| HSV(B) | 316.25º | 0.78% | 0.72% | - |
| XYZ | 25.64 | 13.75 | 28.09 | - |
| YUV | 95.03 | 156.21 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 145 | 0 | 0.78 | 0.21 | 0.28 | 316.25 | 0.64 | 0.44 |
| Hex | B8 | 28 | 91 | 0 | 4E | 15 | 1C | 13C | 40 | 2C |
| Octal | 270 | 50 | 221 | 0 | 116 | 25 | 34 | 474 | 100 | 54 |
| Binary | 10111000 | 101000 | 10010001 | 0 | 1001110 | 10101 | 11100 | 100111100 | 1000000 | 101100 |
Color Harmonies of #B82891
Complementary color
Monochromatic Colors of #B82891
Black with #B82891
Text Example
Text Example
White with #B82891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82891; }
p { color: rgb(184,40,145); }
H1.HeaderClassName
{
color: #B82891;
}
.AnyTagClassName
{
color: #B82891;
}
</style>
background-color css
<style>
a { background-color: #B82891; }
a { background-color: rgb(184,40,145); }
div.DivClassName
{
background-color: #B82891;
}
.BgClassName
{
background-color: #B82891;
}
</style>
border-color css
<style>
span { border-color: #B82891; }
span { border-color: rgb(184,40,145); }
td.TdClassName
{
border-color: #B82891;
}
.TagClassName
{
border-color: #B82891;
}
</style>