Shades of Medium Red Violet #B83AA2
Tints of Medium Red Violet #B83AA2
RGB
CMYK
RGB Variations
Color information
#B83AA2 (or 0xB83AA2) is known color: Medium Red Violet. HEX triplet: B8, 3A and A2. RGB value is (184,58,162). Sum of RGB (Red+Green+Blue) = 184+58+162=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B83AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83AA2 is #47C55D. Grayscale: #6B6B6B. Windows color (decimal): -4703582 or 10631864. OLE color: 10631864.
HSL color Cylindrical-coordinate representation of color #B83AA2: hue angle of 310.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83AA2 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 162 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.28 |
| HSL | 310.48º | 0.52% | 0.47% | - |
| HSV(B) | 310.48º | 0.68% | 0.72% | - |
| XYZ | 27.8 | 15.83 | 35.77 | - |
| YUV | 107.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 162 | 0 | 0.68 | 0.12 | 0.28 | 310.48 | 0.52 | 0.47 |
| Hex | B8 | 3A | A2 | 0 | 44 | C | 1C | 136 | 34 | 2F |
| Octal | 270 | 72 | 242 | 0 | 104 | 14 | 34 | 466 | 64 | 57 |
| Binary | 10111000 | 111010 | 10100010 | 0 | 1000100 | 1100 | 11100 | 100110110 | 110100 | 101111 |
Color Harmonies of #B83AA2
Complementary color
Monochromatic Colors of #B83AA2
Black with #B83AA2
Text Example
Text Example
White with #B83AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83AA2; }
p { color: rgb(184,58,162); }
H1.HeaderClassName
{
color: #B83AA2;
}
.AnyTagClassName
{
color: #B83AA2;
}
</style>
background-color css
<style>
a { background-color: #B83AA2; }
a { background-color: rgb(184,58,162); }
div.DivClassName
{
background-color: #B83AA2;
}
.BgClassName
{
background-color: #B83AA2;
}
</style>
border-color css
<style>
span { border-color: #B83AA2; }
span { border-color: rgb(184,58,162); }
td.TdClassName
{
border-color: #B83AA2;
}
.TagClassName
{
border-color: #B83AA2;
}
</style>