Shades of Medium Red Violet #B82E9C
Tints of Medium Red Violet #B82E9C
RGB
CMYK
RGB Variations
Color information
#B82E9C (or 0xB82E9C) is known color: Medium Red Violet. HEX triplet: B8, 2E and 9C. RGB value is (184,46,156). Sum of RGB (Red+Green+Blue) = 184+46+156=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82E9C is #47D163. Grayscale: #636363. Windows color (decimal): -4706660 or 10235576. OLE color: 10235576.
HSL color Cylindrical-coordinate representation of color #B82E9C: hue angle of 312.17º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B82E9C is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 46 | 156 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.28 |
| HSL | 312.17º | 0.6% | 0.45% | - |
| HSV(B) | 312.17º | 0.75% | 0.72% | - |
| XYZ | 26.74 | 14.54 | 32.85 | - |
| YUV | 99.8 | 159.72 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 156 | 0 | 0.75 | 0.15 | 0.28 | 312.17 | 0.6 | 0.45 |
| Hex | B8 | 2E | 9C | 0 | 4B | F | 1C | 138 | 3C | 2D |
| Octal | 270 | 56 | 234 | 0 | 113 | 17 | 34 | 470 | 74 | 55 |
| Binary | 10111000 | 101110 | 10011100 | 0 | 1001011 | 1111 | 11100 | 100111000 | 111100 | 101101 |
Color Harmonies of #B82E9C
Complementary color
Monochromatic Colors of #B82E9C
Black with #B82E9C
Text Example
Text Example
White with #B82E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82E9C; }
p { color: rgb(184,46,156); }
H1.HeaderClassName
{
color: #B82E9C;
}
.AnyTagClassName
{
color: #B82E9C;
}
</style>
background-color css
<style>
a { background-color: #B82E9C; }
a { background-color: rgb(184,46,156); }
div.DivClassName
{
background-color: #B82E9C;
}
.BgClassName
{
background-color: #B82E9C;
}
</style>
border-color css
<style>
span { border-color: #B82E9C; }
span { border-color: rgb(184,46,156); }
td.TdClassName
{
border-color: #B82E9C;
}
.TagClassName
{
border-color: #B82E9C;
}
</style>