Shades of Medium Red Violet #B82779
Tints of Medium Red Violet #B82779
RGB
CMYK
RGB Variations
Color information
#B82779 (or 0xB82779) is known color: Medium Red Violet. HEX triplet: B8, 27 and 79. RGB value is (184,39,121). Sum of RGB (Red+Green+Blue) = 184+39+121=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B82779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82779 is #47D886. Grayscale: #5B5B5B. Windows color (decimal): -4708487 or 7940024. OLE color: 7940024.
HSL color Cylindrical-coordinate representation of color #B82779: hue angle of 326.07º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82779 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 121 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.28 |
| HSL | 326.07º | 0.65% | 0.44% | - |
| HSV(B) | 326.07º | 0.79% | 0.72% | - |
| XYZ | 23.94 | 13.02 | 19.34 | - |
| YUV | 91.7 | 144.54 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 121 | 0 | 0.79 | 0.34 | 0.28 | 326.07 | 0.65 | 0.44 |
| Hex | B8 | 27 | 79 | 0 | 4F | 22 | 1C | 146 | 41 | 2C |
| Octal | 270 | 47 | 171 | 0 | 117 | 42 | 34 | 506 | 101 | 54 |
| Binary | 10111000 | 100111 | 1111001 | 0 | 1001111 | 100010 | 11100 | 101000110 | 1000001 | 101100 |
Color Harmonies of #B82779
Complementary color
Monochromatic Colors of #B82779
Black with #B82779
Text Example
Text Example
White with #B82779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82779; }
p { color: rgb(184,39,121); }
H1.HeaderClassName
{
color: #B82779;
}
.AnyTagClassName
{
color: #B82779;
}
</style>
background-color css
<style>
a { background-color: #B82779; }
a { background-color: rgb(184,39,121); }
div.DivClassName
{
background-color: #B82779;
}
.BgClassName
{
background-color: #B82779;
}
</style>
border-color css
<style>
span { border-color: #B82779; }
span { border-color: rgb(184,39,121); }
td.TdClassName
{
border-color: #B82779;
}
.TagClassName
{
border-color: #B82779;
}
</style>