Shades of Medium Red Violet #B73885
Tints of Medium Red Violet #B73885
RGB
CMYK
RGB Variations
Color information
#B73885 (or 0xB73885) is known color: Medium Red Violet. HEX triplet: B7, 38 and 85. RGB value is (183,56,133). Sum of RGB (Red+Green+Blue) = 183+56+133=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B73885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73885 is #48C77A. Grayscale: #666666. Windows color (decimal): -4769659 or 8730807. OLE color: 8730807.
HSL color Cylindrical-coordinate representation of color #B73885: hue angle of 323.62º 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 #B73885 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 133 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.28 |
| HSL | 323.62º | 0.53% | 0.47% | - |
| HSV(B) | 323.62º | 0.69% | 0.72% | - |
| XYZ | 25.18 | 14.59 | 23.68 | - |
| YUV | 102.75 | 145.08 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 133 | 0 | 0.69 | 0.27 | 0.28 | 323.62 | 0.53 | 0.47 |
| Hex | B7 | 38 | 85 | 0 | 45 | 1B | 1C | 144 | 35 | 2F |
| Octal | 267 | 70 | 205 | 0 | 105 | 33 | 34 | 504 | 65 | 57 |
| Binary | 10110111 | 111000 | 10000101 | 0 | 1000101 | 11011 | 11100 | 101000100 | 110101 | 101111 |
Color Harmonies of #B73885
Complementary color
Monochromatic Colors of #B73885
Black with #B73885
Text Example
Text Example
White with #B73885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73885; }
p { color: rgb(183,56,133); }
H1.HeaderClassName
{
color: #B73885;
}
.AnyTagClassName
{
color: #B73885;
}
</style>
background-color css
<style>
a { background-color: #B73885; }
a { background-color: rgb(183,56,133); }
div.DivClassName
{
background-color: #B73885;
}
.BgClassName
{
background-color: #B73885;
}
</style>
border-color css
<style>
span { border-color: #B73885; }
span { border-color: rgb(183,56,133); }
td.TdClassName
{
border-color: #B73885;
}
.TagClassName
{
border-color: #B73885;
}
</style>