Shades of Medium Red Violet #B73884
Tints of Medium Red Violet #B73884
RGB
CMYK
RGB Variations
Color information
#B73884 (or 0xB73884) is known color: Medium Red Violet. HEX triplet: B7, 38 and 84. RGB value is (183,56,132). Sum of RGB (Red+Green+Blue) = 183+56+132=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B73884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73884 is #48C77B. Grayscale: #666666. Windows color (decimal): -4769660 or 8665271. OLE color: 8665271.
HSL color Cylindrical-coordinate representation of color #B73884: hue angle of 324.09º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73884 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 132 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.28 |
| HSL | 324.09º | 0.53% | 0.47% | - |
| HSV(B) | 324.09º | 0.69% | 0.72% | - |
| XYZ | 25.11 | 14.56 | 23.32 | - |
| YUV | 102.64 | 144.58 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 132 | 0 | 0.69 | 0.28 | 0.28 | 324.09 | 0.53 | 0.47 |
| Hex | B7 | 38 | 84 | 0 | 45 | 1C | 1C | 144 | 35 | 2F |
| Octal | 267 | 70 | 204 | 0 | 105 | 34 | 34 | 504 | 65 | 57 |
| Binary | 10110111 | 111000 | 10000100 | 0 | 1000101 | 11100 | 11100 | 101000100 | 110101 | 101111 |
Color Harmonies of #B73884
Complementary color
Monochromatic Colors of #B73884
Black with #B73884
Text Example
Text Example
White with #B73884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73884; }
p { color: rgb(183,56,132); }
H1.HeaderClassName
{
color: #B73884;
}
.AnyTagClassName
{
color: #B73884;
}
</style>
background-color css
<style>
a { background-color: #B73884; }
a { background-color: rgb(183,56,132); }
div.DivClassName
{
background-color: #B73884;
}
.BgClassName
{
background-color: #B73884;
}
</style>
border-color css
<style>
span { border-color: #B73884; }
span { border-color: rgb(183,56,132); }
td.TdClassName
{
border-color: #B73884;
}
.TagClassName
{
border-color: #B73884;
}
</style>