Shades of Medium Red Violet #B83A8D
Tints of Medium Red Violet #B83A8D
RGB
CMYK
RGB Variations
Color information
#B83A8D (or 0xB83A8D) is known color: Medium Red Violet. HEX triplet: B8, 3A and 8D. RGB value is (184,58,141). Sum of RGB (Red+Green+Blue) = 184+58+141=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83A8D is #47C572. Grayscale: #686868. Windows color (decimal): -4703603 or 9255608. OLE color: 9255608.
HSL color Cylindrical-coordinate representation of color #B83A8D: hue angle of 320.48º 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 #B83A8D is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 141 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.28 |
| HSL | 320.48º | 0.52% | 0.47% | - |
| HSV(B) | 320.48º | 0.68% | 0.72% | - |
| XYZ | 26.09 | 15.14 | 26.75 | - |
| YUV | 105.14 | 148.24 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 141 | 0 | 0.68 | 0.23 | 0.28 | 320.48 | 0.52 | 0.47 |
| Hex | B8 | 3A | 8D | 0 | 44 | 17 | 1C | 140 | 34 | 2F |
| Octal | 270 | 72 | 215 | 0 | 104 | 27 | 34 | 500 | 64 | 57 |
| Binary | 10111000 | 111010 | 10001101 | 0 | 1000100 | 10111 | 11100 | 101000000 | 110100 | 101111 |
Color Harmonies of #B83A8D
Complementary color
Monochromatic Colors of #B83A8D
Black with #B83A8D
Text Example
Text Example
White with #B83A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A8D; }
p { color: rgb(184,58,141); }
H1.HeaderClassName
{
color: #B83A8D;
}
.AnyTagClassName
{
color: #B83A8D;
}
</style>
background-color css
<style>
a { background-color: #B83A8D; }
a { background-color: rgb(184,58,141); }
div.DivClassName
{
background-color: #B83A8D;
}
.BgClassName
{
background-color: #B83A8D;
}
</style>
border-color css
<style>
span { border-color: #B83A8D; }
span { border-color: rgb(184,58,141); }
td.TdClassName
{
border-color: #B83A8D;
}
.TagClassName
{
border-color: #B83A8D;
}
</style>