Shades of Medium Red Violet #B82AAC
Tints of Medium Red Violet #B82AAC
RGB
CMYK
RGB Variations
Color information
#B82AAC (or 0xB82AAC) is known color: Medium Red Violet. HEX triplet: B8, 2A and AC. RGB value is (184,42,172). Sum of RGB (Red+Green+Blue) = 184+42+172=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B82AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82AAC is #47D553. Grayscale: #626262. Windows color (decimal): -4707668 or 11283128. OLE color: 11283128.
HSL color Cylindrical-coordinate representation of color #B82AAC: hue angle of 305.07º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82AAC is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 172 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.28 |
| HSL | 305.07º | 0.63% | 0.44% | - |
| HSV(B) | 305.07º | 0.77% | 0.72% | - |
| XYZ | 28.04 | 14.82 | 40.41 | - |
| YUV | 99.28 | 169.04 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 172 | 0 | 0.77 | 0.07 | 0.28 | 305.07 | 0.63 | 0.44 |
| Hex | B8 | 2A | AC | 0 | 4D | 7 | 1C | 131 | 3F | 2C |
| Octal | 270 | 52 | 254 | 0 | 115 | 7 | 34 | 461 | 77 | 54 |
| Binary | 10111000 | 101010 | 10101100 | 0 | 1001101 | 111 | 11100 | 100110001 | 111111 | 101100 |
Color Harmonies of #B82AAC
Complementary color
Monochromatic Colors of #B82AAC
Black with #B82AAC
Text Example
Text Example
White with #B82AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82AAC; }
p { color: rgb(184,42,172); }
H1.HeaderClassName
{
color: #B82AAC;
}
.AnyTagClassName
{
color: #B82AAC;
}
</style>
background-color css
<style>
a { background-color: #B82AAC; }
a { background-color: rgb(184,42,172); }
div.DivClassName
{
background-color: #B82AAC;
}
.BgClassName
{
background-color: #B82AAC;
}
</style>
border-color css
<style>
span { border-color: #B82AAC; }
span { border-color: rgb(184,42,172); }
td.TdClassName
{
border-color: #B82AAC;
}
.TagClassName
{
border-color: #B82AAC;
}
</style>