Shades of Medium Red Violet #B829AC
Tints of Medium Red Violet #B829AC
RGB
CMYK
RGB Variations
Color information
#B829AC (or 0xB829AC) is known color: Medium Red Violet. HEX triplet: B8, 29 and AC. RGB value is (184,41,172). Sum of RGB (Red+Green+Blue) = 184+41+172=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B829AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B829AC is #47D653. Grayscale: #626262. Windows color (decimal): -4707924 or 11282872. OLE color: 11282872.
HSL color Cylindrical-coordinate representation of color #B829AC: hue angle of 305.03º 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 #B829AC is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 172 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.28 |
| HSL | 305.04º | 0.64% | 0.44% | - |
| HSV(B) | 305.04º | 0.78% | 0.72% | - |
| XYZ | 28.01 | 14.75 | 40.4 | - |
| YUV | 98.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 172 | 0 | 0.78 | 0.07 | 0.28 | 305.04 | 0.64 | 0.44 |
| Hex | B8 | 29 | AC | 0 | 4E | 7 | 1C | 131 | 40 | 2C |
| Octal | 270 | 51 | 254 | 0 | 116 | 7 | 34 | 461 | 100 | 54 |
| Binary | 10111000 | 101001 | 10101100 | 0 | 1001110 | 111 | 11100 | 100110001 | 1000000 | 101100 |
Color Harmonies of #B829AC
Complementary color
Monochromatic Colors of #B829AC
Black with #B829AC
Text Example
Text Example
White with #B829AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829AC; }
p { color: rgb(184,41,172); }
H1.HeaderClassName
{
color: #B829AC;
}
.AnyTagClassName
{
color: #B829AC;
}
</style>
background-color css
<style>
a { background-color: #B829AC; }
a { background-color: rgb(184,41,172); }
div.DivClassName
{
background-color: #B829AC;
}
.BgClassName
{
background-color: #B829AC;
}
</style>
border-color css
<style>
span { border-color: #B829AC; }
span { border-color: rgb(184,41,172); }
td.TdClassName
{
border-color: #B829AC;
}
.TagClassName
{
border-color: #B829AC;
}
</style>