Shades of Medium Red Violet #B83BA4
Tints of Medium Red Violet #B83BA4
RGB
CMYK
RGB Variations
Color information
#B83BA4 (or 0xB83BA4) is known color: Medium Red Violet. HEX triplet: B8, 3B and A4. RGB value is (184,59,164). Sum of RGB (Red+Green+Blue) = 184+59+164=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B83BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83BA4 is #47C45B. Grayscale: #6C6C6C. Windows color (decimal): -4703324 or 10763192. OLE color: 10763192.
HSL color Cylindrical-coordinate representation of color #B83BA4: hue angle of 309.6º 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 #B83BA4 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 164 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.28 |
| HSL | 309.6º | 0.51% | 0.48% | - |
| HSV(B) | 309.6º | 0.68% | 0.72% | - |
| XYZ | 28.03 | 16 | 36.73 | - |
| YUV | 108.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 164 | 0 | 0.68 | 0.11 | 0.28 | 309.6 | 0.51 | 0.48 |
| Hex | B8 | 3B | A4 | 0 | 44 | B | 1C | 136 | 33 | 30 |
| Octal | 270 | 73 | 244 | 0 | 104 | 13 | 34 | 466 | 63 | 60 |
| Binary | 10111000 | 111011 | 10100100 | 0 | 1000100 | 1011 | 11100 | 100110110 | 110011 | 110000 |
Color Harmonies of #B83BA4
Complementary color
Monochromatic Colors of #B83BA4
Black with #B83BA4
Text Example
Text Example
White with #B83BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BA4; }
p { color: rgb(184,59,164); }
H1.HeaderClassName
{
color: #B83BA4;
}
.AnyTagClassName
{
color: #B83BA4;
}
</style>
background-color css
<style>
a { background-color: #B83BA4; }
a { background-color: rgb(184,59,164); }
div.DivClassName
{
background-color: #B83BA4;
}
.BgClassName
{
background-color: #B83BA4;
}
</style>
border-color css
<style>
span { border-color: #B83BA4; }
span { border-color: rgb(184,59,164); }
td.TdClassName
{
border-color: #B83BA4;
}
.TagClassName
{
border-color: #B83BA4;
}
</style>