Shades of Medium Red Violet #B83DA1
Tints of Medium Red Violet #B83DA1
RGB
CMYK
RGB Variations
Color information
#B83DA1 (or 0xB83DA1) is known color: Medium Red Violet. HEX triplet: B8, 3D and A1. RGB value is (184,61,161). Sum of RGB (Red+Green+Blue) = 184+61+161=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B83DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83DA1 is #47C25E. Grayscale: #6C6C6C. Windows color (decimal): -4702815 or 10567096. OLE color: 10567096.
HSL color Cylindrical-coordinate representation of color #B83DA1: hue angle of 311.22º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83DA1 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 161 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.28 |
| HSL | 311.22º | 0.5% | 0.48% | - |
| HSV(B) | 311.22º | 0.67% | 0.72% | - |
| XYZ | 27.87 | 16.1 | 35.36 | - |
| YUV | 109.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 161 | 0 | 0.67 | 0.12 | 0.28 | 311.22 | 0.5 | 0.48 |
| Hex | B8 | 3D | A1 | 0 | 43 | C | 1C | 137 | 32 | 30 |
| Octal | 270 | 75 | 241 | 0 | 103 | 14 | 34 | 467 | 62 | 60 |
| Binary | 10111000 | 111101 | 10100001 | 0 | 1000011 | 1100 | 11100 | 100110111 | 110010 | 110000 |
Color Harmonies of #B83DA1
Complementary color
Monochromatic Colors of #B83DA1
Black with #B83DA1
Text Example
Text Example
White with #B83DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DA1; }
p { color: rgb(184,61,161); }
H1.HeaderClassName
{
color: #B83DA1;
}
.AnyTagClassName
{
color: #B83DA1;
}
</style>
background-color css
<style>
a { background-color: #B83DA1; }
a { background-color: rgb(184,61,161); }
div.DivClassName
{
background-color: #B83DA1;
}
.BgClassName
{
background-color: #B83DA1;
}
</style>
border-color css
<style>
span { border-color: #B83DA1; }
span { border-color: rgb(184,61,161); }
td.TdClassName
{
border-color: #B83DA1;
}
.TagClassName
{
border-color: #B83DA1;
}
</style>