Shades of Medium Red Violet #B83A7A
Tints of Medium Red Violet #B83A7A
RGB
CMYK
RGB Variations
Color information
#B83A7A (or 0xB83A7A) is known color: Medium Red Violet. HEX triplet: B8, 3A and 7A. RGB value is (184,58,122). Sum of RGB (Red+Green+Blue) = 184+58+122=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A7A is #47C585. Grayscale: #666666. Windows color (decimal): -4703622 or 8010424. OLE color: 8010424.
HSL color Cylindrical-coordinate representation of color #B83A7A: hue angle of 329.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 #B83A7A is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 122 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.28 |
| HSL | 329.52º | 0.52% | 0.47% | - |
| HSV(B) | 329.52º | 0.68% | 0.72% | - |
| XYZ | 24.79 | 14.62 | 19.93 | - |
| YUV | 102.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 122 | 0 | 0.68 | 0.34 | 0.28 | 329.52 | 0.52 | 0.47 |
| Hex | B8 | 3A | 7A | 0 | 44 | 22 | 1C | 14A | 34 | 2F |
| Octal | 270 | 72 | 172 | 0 | 104 | 42 | 34 | 512 | 64 | 57 |
| Binary | 10111000 | 111010 | 1111010 | 0 | 1000100 | 100010 | 11100 | 101001010 | 110100 | 101111 |
Color Harmonies of #B83A7A
Complementary color
Monochromatic Colors of #B83A7A
Black with #B83A7A
Text Example
Text Example
White with #B83A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A7A; }
p { color: rgb(184,58,122); }
H1.HeaderClassName
{
color: #B83A7A;
}
.AnyTagClassName
{
color: #B83A7A;
}
</style>
background-color css
<style>
a { background-color: #B83A7A; }
a { background-color: rgb(184,58,122); }
div.DivClassName
{
background-color: #B83A7A;
}
.BgClassName
{
background-color: #B83A7A;
}
</style>
border-color css
<style>
span { border-color: #B83A7A; }
span { border-color: rgb(184,58,122); }
td.TdClassName
{
border-color: #B83A7A;
}
.TagClassName
{
border-color: #B83A7A;
}
</style>