Shades of Medium Red Violet #B73B8C
Tints of Medium Red Violet #B73B8C
RGB
CMYK
RGB Variations
Color information
#B73B8C (or 0xB73B8C) is known color: Medium Red Violet. HEX triplet: B7, 3B and 8C. RGB value is (183,59,140). Sum of RGB (Red+Green+Blue) = 183+59+140=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73B8C is #48C473. Grayscale: #696969. Windows color (decimal): -4768884 or 9190327. OLE color: 9190327.
HSL color Cylindrical-coordinate representation of color #B73B8C: hue angle of 320.81º 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 #B73B8C is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 140 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.28 |
| HSL | 320.81º | 0.51% | 0.47% | - |
| HSV(B) | 320.81º | 0.68% | 0.72% | - |
| XYZ | 25.83 | 15.09 | 26.36 | - |
| YUV | 105.31 | 147.58 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 140 | 0 | 0.68 | 0.23 | 0.28 | 320.81 | 0.51 | 0.47 |
| Hex | B7 | 3B | 8C | 0 | 44 | 17 | 1C | 141 | 33 | 2F |
| Octal | 267 | 73 | 214 | 0 | 104 | 27 | 34 | 501 | 63 | 57 |
| Binary | 10110111 | 111011 | 10001100 | 0 | 1000100 | 10111 | 11100 | 101000001 | 110011 | 101111 |
Color Harmonies of #B73B8C
Complementary color
Monochromatic Colors of #B73B8C
Black with #B73B8C
Text Example
Text Example
White with #B73B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73B8C; }
p { color: rgb(183,59,140); }
H1.HeaderClassName
{
color: #B73B8C;
}
.AnyTagClassName
{
color: #B73B8C;
}
</style>
background-color css
<style>
a { background-color: #B73B8C; }
a { background-color: rgb(183,59,140); }
div.DivClassName
{
background-color: #B73B8C;
}
.BgClassName
{
background-color: #B73B8C;
}
</style>
border-color css
<style>
span { border-color: #B73B8C; }
span { border-color: rgb(183,59,140); }
td.TdClassName
{
border-color: #B73B8C;
}
.TagClassName
{
border-color: #B73B8C;
}
</style>