Shades of Medium Red Violet #B82BA1
Tints of Medium Red Violet #B82BA1
RGB
CMYK
RGB Variations
Color information
#B82BA1 (or 0xB82BA1) is known color: Medium Red Violet. HEX triplet: B8, 2B and A1. RGB value is (184,43,161). Sum of RGB (Red+Green+Blue) = 184+43+161=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B82BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82BA1 is #47D45E. Grayscale: #626262. Windows color (decimal): -4707423 or 10562488. OLE color: 10562488.
HSL color Cylindrical-coordinate representation of color #B82BA1: hue angle of 309.79º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82BA1 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 43 | 161 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.28 |
| HSL | 309.79º | 0.62% | 0.45% | - |
| HSV(B) | 309.79º | 0.77% | 0.72% | - |
| XYZ | 27.06 | 14.49 | 35.09 | - |
| YUV | 98.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 161 | 0 | 0.77 | 0.12 | 0.28 | 309.79 | 0.62 | 0.45 |
| Hex | B8 | 2B | A1 | 0 | 4D | C | 1C | 136 | 3E | 2D |
| Octal | 270 | 53 | 241 | 0 | 115 | 14 | 34 | 466 | 76 | 55 |
| Binary | 10111000 | 101011 | 10100001 | 0 | 1001101 | 1100 | 11100 | 100110110 | 111110 | 101101 |
Color Harmonies of #B82BA1
Complementary color
Monochromatic Colors of #B82BA1
Black with #B82BA1
Text Example
Text Example
White with #B82BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82BA1; }
p { color: rgb(184,43,161); }
H1.HeaderClassName
{
color: #B82BA1;
}
.AnyTagClassName
{
color: #B82BA1;
}
</style>
background-color css
<style>
a { background-color: #B82BA1; }
a { background-color: rgb(184,43,161); }
div.DivClassName
{
background-color: #B82BA1;
}
.BgClassName
{
background-color: #B82BA1;
}
</style>
border-color css
<style>
span { border-color: #B82BA1; }
span { border-color: rgb(184,43,161); }
td.TdClassName
{
border-color: #B82BA1;
}
.TagClassName
{
border-color: #B82BA1;
}
</style>