Shades of Medium Red Violet #B83BA1
Tints of Medium Red Violet #B83BA1
RGB
CMYK
RGB Variations
Color information
#B83BA1 (or 0xB83BA1) is known color: Medium Red Violet. HEX triplet: B8, 3B and A1. RGB value is (184,59,161). Sum of RGB (Red+Green+Blue) = 184+59+161=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B83BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83BA1 is #47C45E. Grayscale: #6B6B6B. Windows color (decimal): -4703327 or 10566584. OLE color: 10566584.
HSL color Cylindrical-coordinate representation of color #B83BA1: hue angle of 311.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83BA1 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 161 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.28 |
| HSL | 311.04º | 0.51% | 0.48% | - |
| HSV(B) | 311.04º | 0.68% | 0.72% | - |
| XYZ | 27.76 | 15.89 | 35.32 | - |
| YUV | 108 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 161 | 0 | 0.68 | 0.12 | 0.28 | 311.04 | 0.51 | 0.48 |
| Hex | B8 | 3B | A1 | 0 | 44 | C | 1C | 137 | 33 | 30 |
| Octal | 270 | 73 | 241 | 0 | 104 | 14 | 34 | 467 | 63 | 60 |
| Binary | 10111000 | 111011 | 10100001 | 0 | 1000100 | 1100 | 11100 | 100110111 | 110011 | 110000 |
Color Harmonies of #B83BA1
Complementary color
Monochromatic Colors of #B83BA1
Black with #B83BA1
Text Example
Text Example
White with #B83BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BA1; }
p { color: rgb(184,59,161); }
H1.HeaderClassName
{
color: #B83BA1;
}
.AnyTagClassName
{
color: #B83BA1;
}
</style>
background-color css
<style>
a { background-color: #B83BA1; }
a { background-color: rgb(184,59,161); }
div.DivClassName
{
background-color: #B83BA1;
}
.BgClassName
{
background-color: #B83BA1;
}
</style>
border-color css
<style>
span { border-color: #B83BA1; }
span { border-color: rgb(184,59,161); }
td.TdClassName
{
border-color: #B83BA1;
}
.TagClassName
{
border-color: #B83BA1;
}
</style>