Shades of Medium Red Violet #B829AA
Tints of Medium Red Violet #B829AA
RGB
CMYK
RGB Variations
Color information
#B829AA (or 0xB829AA) is known color: Medium Red Violet. HEX triplet: B8, 29 and AA. RGB value is (184,41,170). Sum of RGB (Red+Green+Blue) = 184+41+170=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B829AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B829AA is #47D655. Grayscale: #626262. Windows color (decimal): -4707926 or 11151800. OLE color: 11151800.
HSL color Cylindrical-coordinate representation of color #B829AA: hue angle of 305.87º 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 #B829AA is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 170 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.28 |
| HSL | 305.87º | 0.64% | 0.44% | - |
| HSV(B) | 305.87º | 0.78% | 0.72% | - |
| XYZ | 27.82 | 14.68 | 39.4 | - |
| YUV | 98.46 | 168.38 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 170 | 0 | 0.78 | 0.08 | 0.28 | 305.87 | 0.64 | 0.44 |
| Hex | B8 | 29 | AA | 0 | 4E | 8 | 1C | 132 | 40 | 2C |
| Octal | 270 | 51 | 252 | 0 | 116 | 10 | 34 | 462 | 100 | 54 |
| Binary | 10111000 | 101001 | 10101010 | 0 | 1001110 | 1000 | 11100 | 100110010 | 1000000 | 101100 |
Color Harmonies of #B829AA
Complementary color
Monochromatic Colors of #B829AA
Black with #B829AA
Text Example
Text Example
White with #B829AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829AA; }
p { color: rgb(184,41,170); }
H1.HeaderClassName
{
color: #B829AA;
}
.AnyTagClassName
{
color: #B829AA;
}
</style>
background-color css
<style>
a { background-color: #B829AA; }
a { background-color: rgb(184,41,170); }
div.DivClassName
{
background-color: #B829AA;
}
.BgClassName
{
background-color: #B829AA;
}
</style>
border-color css
<style>
span { border-color: #B829AA; }
span { border-color: rgb(184,41,170); }
td.TdClassName
{
border-color: #B829AA;
}
.TagClassName
{
border-color: #B829AA;
}
</style>