Shades of Medium Red Violet #B83B7A
Tints of Medium Red Violet #B83B7A
RGB
CMYK
RGB Variations
Color information
#B83B7A (or 0xB83B7A) is known color: Medium Red Violet. HEX triplet: B8, 3B and 7A. RGB value is (184,59,122). Sum of RGB (Red+Green+Blue) = 184+59+122=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B7A is #47C485. Grayscale: #676767. Windows color (decimal): -4703366 or 8010680. OLE color: 8010680.
HSL color Cylindrical-coordinate representation of color #B83B7A: hue angle of 329.76º 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 #B83B7A is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 122 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.28 |
| HSL | 329.76º | 0.51% | 0.48% | - |
| HSV(B) | 329.76º | 0.68% | 0.72% | - |
| XYZ | 24.84 | 14.72 | 19.94 | - |
| YUV | 103.56 | 138.41 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 122 | 0 | 0.68 | 0.34 | 0.28 | 329.76 | 0.51 | 0.48 |
| Hex | B8 | 3B | 7A | 0 | 44 | 22 | 1C | 14A | 33 | 30 |
| Octal | 270 | 73 | 172 | 0 | 104 | 42 | 34 | 512 | 63 | 60 |
| Binary | 10111000 | 111011 | 1111010 | 0 | 1000100 | 100010 | 11100 | 101001010 | 110011 | 110000 |
Color Harmonies of #B83B7A
Complementary color
Monochromatic Colors of #B83B7A
Black with #B83B7A
Text Example
Text Example
White with #B83B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B7A; }
p { color: rgb(184,59,122); }
H1.HeaderClassName
{
color: #B83B7A;
}
.AnyTagClassName
{
color: #B83B7A;
}
</style>
background-color css
<style>
a { background-color: #B83B7A; }
a { background-color: rgb(184,59,122); }
div.DivClassName
{
background-color: #B83B7A;
}
.BgClassName
{
background-color: #B83B7A;
}
</style>
border-color css
<style>
span { border-color: #B83B7A; }
span { border-color: rgb(184,59,122); }
td.TdClassName
{
border-color: #B83B7A;
}
.TagClassName
{
border-color: #B83B7A;
}
</style>