Shades of Medium Red Violet #B83AA4
Tints of Medium Red Violet #B83AA4
RGB
CMYK
RGB Variations
Color information
#B83AA4 (or 0xB83AA4) is known color: Medium Red Violet. HEX triplet: B8, 3A and A4. RGB value is (184,58,164). Sum of RGB (Red+Green+Blue) = 184+58+164=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B83AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83AA4 is #47C55B. Grayscale: #6B6B6B. Windows color (decimal): -4703580 or 10762936. OLE color: 10762936.
HSL color Cylindrical-coordinate representation of color #B83AA4: hue angle of 309.52º 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 #B83AA4 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 164 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.28 |
| HSL | 309.52º | 0.52% | 0.47% | - |
| HSV(B) | 309.52º | 0.68% | 0.72% | - |
| XYZ | 27.98 | 15.9 | 36.72 | - |
| YUV | 107.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 164 | 0 | 0.68 | 0.11 | 0.28 | 309.52 | 0.52 | 0.47 |
| Hex | B8 | 3A | A4 | 0 | 44 | B | 1C | 136 | 34 | 2F |
| Octal | 270 | 72 | 244 | 0 | 104 | 13 | 34 | 466 | 64 | 57 |
| Binary | 10111000 | 111010 | 10100100 | 0 | 1000100 | 1011 | 11100 | 100110110 | 110100 | 101111 |
Color Harmonies of #B83AA4
Complementary color
Monochromatic Colors of #B83AA4
Black with #B83AA4
Text Example
Text Example
White with #B83AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83AA4; }
p { color: rgb(184,58,164); }
H1.HeaderClassName
{
color: #B83AA4;
}
.AnyTagClassName
{
color: #B83AA4;
}
</style>
background-color css
<style>
a { background-color: #B83AA4; }
a { background-color: rgb(184,58,164); }
div.DivClassName
{
background-color: #B83AA4;
}
.BgClassName
{
background-color: #B83AA4;
}
</style>
border-color css
<style>
span { border-color: #B83AA4; }
span { border-color: rgb(184,58,164); }
td.TdClassName
{
border-color: #B83AA4;
}
.TagClassName
{
border-color: #B83AA4;
}
</style>