Shades of Medium Red Violet #B829A1
Tints of Medium Red Violet #B829A1
RGB
CMYK
RGB Variations
Color information
#B829A1 (or 0xB829A1) is known color: Medium Red Violet. HEX triplet: B8, 29 and A1. RGB value is (184,41,161). Sum of RGB (Red+Green+Blue) = 184+41+161=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B829A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B829A1 is #47D65E. Grayscale: #616161. Windows color (decimal): -4707935 or 10561976. OLE color: 10561976.
HSL color Cylindrical-coordinate representation of color #B829A1: hue angle of 309.65º 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 #B829A1 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 161 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.28 |
| HSL | 309.65º | 0.64% | 0.44% | - |
| HSV(B) | 309.65º | 0.78% | 0.72% | - |
| XYZ | 26.99 | 14.35 | 35.07 | - |
| YUV | 97.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 161 | 0 | 0.78 | 0.12 | 0.28 | 309.65 | 0.64 | 0.44 |
| Hex | B8 | 29 | A1 | 0 | 4E | C | 1C | 136 | 40 | 2C |
| Octal | 270 | 51 | 241 | 0 | 116 | 14 | 34 | 466 | 100 | 54 |
| Binary | 10111000 | 101001 | 10100001 | 0 | 1001110 | 1100 | 11100 | 100110110 | 1000000 | 101100 |
Color Harmonies of #B829A1
Complementary color
Monochromatic Colors of #B829A1
Black with #B829A1
Text Example
Text Example
White with #B829A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829A1; }
p { color: rgb(184,41,161); }
H1.HeaderClassName
{
color: #B829A1;
}
.AnyTagClassName
{
color: #B829A1;
}
</style>
background-color css
<style>
a { background-color: #B829A1; }
a { background-color: rgb(184,41,161); }
div.DivClassName
{
background-color: #B829A1;
}
.BgClassName
{
background-color: #B829A1;
}
</style>
border-color css
<style>
span { border-color: #B829A1; }
span { border-color: rgb(184,41,161); }
td.TdClassName
{
border-color: #B829A1;
}
.TagClassName
{
border-color: #B829A1;
}
</style>