Shades of Medium Red Violet #B82C9E
Tints of Medium Red Violet #B82C9E
RGB
CMYK
RGB Variations
Color information
#B82C9E (or 0xB82C9E) is known color: Medium Red Violet. HEX triplet: B8, 2C and 9E. RGB value is (184,44,158). Sum of RGB (Red+Green+Blue) = 184+44+158=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82C9E is #47D361. Grayscale: #626262. Windows color (decimal): -4707170 or 10366136. OLE color: 10366136.
HSL color Cylindrical-coordinate representation of color #B82C9E: hue angle of 311.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82C9E is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 158 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.28 |
| HSL | 311.14º | 0.61% | 0.45% | - |
| HSV(B) | 311.14º | 0.76% | 0.72% | - |
| XYZ | 26.84 | 14.46 | 33.72 | - |
| YUV | 98.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 158 | 0 | 0.76 | 0.14 | 0.28 | 311.14 | 0.61 | 0.45 |
| Hex | B8 | 2C | 9E | 0 | 4C | E | 1C | 137 | 3D | 2D |
| Octal | 270 | 54 | 236 | 0 | 114 | 16 | 34 | 467 | 75 | 55 |
| Binary | 10111000 | 101100 | 10011110 | 0 | 1001100 | 1110 | 11100 | 100110111 | 111101 | 101101 |
Color Harmonies of #B82C9E
Complementary color
Monochromatic Colors of #B82C9E
Black with #B82C9E
Text Example
Text Example
White with #B82C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C9E; }
p { color: rgb(184,44,158); }
H1.HeaderClassName
{
color: #B82C9E;
}
.AnyTagClassName
{
color: #B82C9E;
}
</style>
background-color css
<style>
a { background-color: #B82C9E; }
a { background-color: rgb(184,44,158); }
div.DivClassName
{
background-color: #B82C9E;
}
.BgClassName
{
background-color: #B82C9E;
}
</style>
border-color css
<style>
span { border-color: #B82C9E; }
span { border-color: rgb(184,44,158); }
td.TdClassName
{
border-color: #B82C9E;
}
.TagClassName
{
border-color: #B82C9E;
}
</style>