Shades of Medium Red Violet #B73477
Tints of Medium Red Violet #B73477
RGB
CMYK
RGB Variations
Color information
#B73477 (or 0xB73477) is known color: Medium Red Violet. HEX triplet: B7, 34 and 77. RGB value is (183,52,119). Sum of RGB (Red+Green+Blue) = 183+52+119=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B73477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73477 is #48CB88. Grayscale: #626262. Windows color (decimal): -4770697 or 7812279. OLE color: 7812279.
HSL color Cylindrical-coordinate representation of color #B73477: hue angle of 329.31º degrees, saturation: 0.56, 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 #B73477 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 119 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.28 |
| HSL | 329.31º | 0.56% | 0.46% | - |
| HSV(B) | 329.31º | 0.72% | 0.72% | - |
| XYZ | 24.09 | 13.86 | 18.86 | - |
| YUV | 98.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 119 | 0 | 0.72 | 0.35 | 0.28 | 329.31 | 0.56 | 0.46 |
| Hex | B7 | 34 | 77 | 0 | 48 | 23 | 1C | 149 | 38 | 2E |
| Octal | 267 | 64 | 167 | 0 | 110 | 43 | 34 | 511 | 70 | 56 |
| Binary | 10110111 | 110100 | 1110111 | 0 | 1001000 | 100011 | 11100 | 101001001 | 111000 | 101110 |
Color Harmonies of #B73477
Complementary color
Monochromatic Colors of #B73477
Black with #B73477
Text Example
Text Example
White with #B73477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73477; }
p { color: rgb(183,52,119); }
H1.HeaderClassName
{
color: #B73477;
}
.AnyTagClassName
{
color: #B73477;
}
</style>
background-color css
<style>
a { background-color: #B73477; }
a { background-color: rgb(183,52,119); }
div.DivClassName
{
background-color: #B73477;
}
.BgClassName
{
background-color: #B73477;
}
</style>
border-color css
<style>
span { border-color: #B73477; }
span { border-color: rgb(183,52,119); }
td.TdClassName
{
border-color: #B73477;
}
.TagClassName
{
border-color: #B73477;
}
</style>