Shades of Medium Red Violet #B83B7D
Tints of Medium Red Violet #B83B7D
RGB
CMYK
RGB Variations
Color information
#B83B7D (or 0xB83B7D) is known color: Medium Red Violet. HEX triplet: B8, 3B and 7D. RGB value is (184,59,125). Sum of RGB (Red+Green+Blue) = 184+59+125=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B7D is #47C482. Grayscale: #676767. Windows color (decimal): -4703363 or 8207288. OLE color: 8207288.
HSL color Cylindrical-coordinate representation of color #B83B7D: hue angle of 328.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83B7D is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 125 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.28 |
| HSL | 328.32º | 0.51% | 0.48% | - |
| HSV(B) | 328.32º | 0.68% | 0.72% | - |
| XYZ | 25.03 | 14.8 | 20.94 | - |
| YUV | 103.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 125 | 0 | 0.68 | 0.32 | 0.28 | 328.32 | 0.51 | 0.48 |
| Hex | B8 | 3B | 7D | 0 | 44 | 20 | 1C | 148 | 33 | 30 |
| Octal | 270 | 73 | 175 | 0 | 104 | 40 | 34 | 510 | 63 | 60 |
| Binary | 10111000 | 111011 | 1111101 | 0 | 1000100 | 100000 | 11100 | 101001000 | 110011 | 110000 |
Color Harmonies of #B83B7D
Complementary color
Monochromatic Colors of #B83B7D
Black with #B83B7D
Text Example
Text Example
White with #B83B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B7D; }
p { color: rgb(184,59,125); }
H1.HeaderClassName
{
color: #B83B7D;
}
.AnyTagClassName
{
color: #B83B7D;
}
</style>
background-color css
<style>
a { background-color: #B83B7D; }
a { background-color: rgb(184,59,125); }
div.DivClassName
{
background-color: #B83B7D;
}
.BgClassName
{
background-color: #B83B7D;
}
</style>
border-color css
<style>
span { border-color: #B83B7D; }
span { border-color: rgb(184,59,125); }
td.TdClassName
{
border-color: #B83B7D;
}
.TagClassName
{
border-color: #B83B7D;
}
</style>