Shades of Medium Red Violet #B83D8E
Tints of Medium Red Violet #B83D8E
RGB
CMYK
RGB Variations
Color information
#B83D8E (or 0xB83D8E) is known color: Medium Red Violet. HEX triplet: B8, 3D and 8E. RGB value is (184,61,142). Sum of RGB (Red+Green+Blue) = 184+61+142=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83D8E is #47C271. Grayscale: #6A6A6A. Windows color (decimal): -4702834 or 9321912. OLE color: 9321912.
HSL color Cylindrical-coordinate representation of color #B83D8E: hue angle of 320.49º 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 #B83D8E is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 142 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.28 |
| HSL | 320.49º | 0.5% | 0.48% | - |
| HSV(B) | 320.49º | 0.67% | 0.72% | - |
| XYZ | 26.32 | 15.48 | 27.19 | - |
| YUV | 107.01 | 147.75 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 142 | 0 | 0.67 | 0.23 | 0.28 | 320.49 | 0.5 | 0.48 |
| Hex | B8 | 3D | 8E | 0 | 43 | 17 | 1C | 140 | 32 | 30 |
| Octal | 270 | 75 | 216 | 0 | 103 | 27 | 34 | 500 | 62 | 60 |
| Binary | 10111000 | 111101 | 10001110 | 0 | 1000011 | 10111 | 11100 | 101000000 | 110010 | 110000 |
Color Harmonies of #B83D8E
Complementary color
Monochromatic Colors of #B83D8E
Black with #B83D8E
Text Example
Text Example
White with #B83D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D8E; }
p { color: rgb(184,61,142); }
H1.HeaderClassName
{
color: #B83D8E;
}
.AnyTagClassName
{
color: #B83D8E;
}
</style>
background-color css
<style>
a { background-color: #B83D8E; }
a { background-color: rgb(184,61,142); }
div.DivClassName
{
background-color: #B83D8E;
}
.BgClassName
{
background-color: #B83D8E;
}
</style>
border-color css
<style>
span { border-color: #B83D8E; }
span { border-color: rgb(184,61,142); }
td.TdClassName
{
border-color: #B83D8E;
}
.TagClassName
{
border-color: #B83D8E;
}
</style>