Shades of Medium Red Violet #B83377
Tints of Medium Red Violet #B83377
RGB
CMYK
RGB Variations
Color information
#B83377 (or 0xB83377) is known color: Medium Red Violet. HEX triplet: B8, 33 and 77. RGB value is (184,51,119). Sum of RGB (Red+Green+Blue) = 184+51+119=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B83377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83377 is #47CC88. Grayscale: #626262. Windows color (decimal): -4705417 or 7812024. OLE color: 7812024.
HSL color Cylindrical-coordinate representation of color #B83377: hue angle of 329.32º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83377 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 119 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.28 |
| HSL | 329.32º | 0.57% | 0.46% | - |
| HSV(B) | 329.32º | 0.72% | 0.72% | - |
| XYZ | 24.28 | 13.89 | 18.85 | - |
| YUV | 98.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 119 | 0 | 0.72 | 0.35 | 0.28 | 329.32 | 0.57 | 0.46 |
| Hex | B8 | 33 | 77 | 0 | 48 | 23 | 1C | 149 | 39 | 2E |
| Octal | 270 | 63 | 167 | 0 | 110 | 43 | 34 | 511 | 71 | 56 |
| Binary | 10111000 | 110011 | 1110111 | 0 | 1001000 | 100011 | 11100 | 101001001 | 111001 | 101110 |
Color Harmonies of #B83377
Complementary color
Monochromatic Colors of #B83377
Black with #B83377
Text Example
Text Example
White with #B83377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83377; }
p { color: rgb(184,51,119); }
H1.HeaderClassName
{
color: #B83377;
}
.AnyTagClassName
{
color: #B83377;
}
</style>
background-color css
<style>
a { background-color: #B83377; }
a { background-color: rgb(184,51,119); }
div.DivClassName
{
background-color: #B83377;
}
.BgClassName
{
background-color: #B83377;
}
</style>
border-color css
<style>
span { border-color: #B83377; }
span { border-color: rgb(184,51,119); }
td.TdClassName
{
border-color: #B83377;
}
.TagClassName
{
border-color: #B83377;
}
</style>