Shades of Medium Red Violet #B73BA5
Tints of Medium Red Violet #B73BA5
RGB
CMYK
RGB Variations
Color information
#B73BA5 (or 0xB73BA5) is known color: Medium Red Violet. HEX triplet: B7, 3B and A5. RGB value is (183,59,165). Sum of RGB (Red+Green+Blue) = 183+59+165=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B73BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73BA5 is #48C45A. Grayscale: #6B6B6B. Windows color (decimal): -4768859 or 10828727. OLE color: 10828727.
HSL color Cylindrical-coordinate representation of color #B73BA5: hue angle of 308.71º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73BA5 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 165 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.28 |
| HSL | 308.71º | 0.51% | 0.47% | - |
| HSV(B) | 308.71º | 0.68% | 0.72% | - |
| XYZ | 27.88 | 15.91 | 37.2 | - |
| YUV | 108.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 165 | 0 | 0.68 | 0.10 | 0.28 | 308.71 | 0.51 | 0.47 |
| Hex | B7 | 3B | A5 | 0 | 44 | A | 1C | 135 | 33 | 2F |
| Octal | 267 | 73 | 245 | 0 | 104 | 12 | 34 | 465 | 63 | 57 |
| Binary | 10110111 | 111011 | 10100101 | 0 | 1000100 | 1010 | 11100 | 100110101 | 110011 | 101111 |
Color Harmonies of #B73BA5
Complementary color
Monochromatic Colors of #B73BA5
Black with #B73BA5
Text Example
Text Example
White with #B73BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BA5; }
p { color: rgb(183,59,165); }
H1.HeaderClassName
{
color: #B73BA5;
}
.AnyTagClassName
{
color: #B73BA5;
}
</style>
background-color css
<style>
a { background-color: #B73BA5; }
a { background-color: rgb(183,59,165); }
div.DivClassName
{
background-color: #B73BA5;
}
.BgClassName
{
background-color: #B73BA5;
}
</style>
border-color css
<style>
span { border-color: #B73BA5; }
span { border-color: rgb(183,59,165); }
td.TdClassName
{
border-color: #B73BA5;
}
.TagClassName
{
border-color: #B73BA5;
}
</style>