Shades of Medium Red Violet #B73678
Tints of Medium Red Violet #B73678
RGB
CMYK
RGB Variations
Color information
#B73678 (or 0xB73678) is known color: Medium Red Violet. HEX triplet: B7, 36 and 78. RGB value is (183,54,120). Sum of RGB (Red+Green+Blue) = 183+54+120=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B73678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73678 is #48C987. Grayscale: #636363. Windows color (decimal): -4770184 or 7878327. OLE color: 7878327.
HSL color Cylindrical-coordinate representation of color #B73678: hue angle of 329.3º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73678 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 120 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.28 |
| HSL | 329.3º | 0.54% | 0.46% | - |
| HSV(B) | 329.3º | 0.7% | 0.72% | - |
| XYZ | 24.24 | 14.06 | 19.21 | - |
| YUV | 100.1 | 139.24 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 120 | 0 | 0.70 | 0.34 | 0.28 | 329.3 | 0.54 | 0.46 |
| Hex | B7 | 36 | 78 | 0 | 46 | 22 | 1C | 149 | 36 | 2E |
| Octal | 267 | 66 | 170 | 0 | 106 | 42 | 34 | 511 | 66 | 56 |
| Binary | 10110111 | 110110 | 1111000 | 0 | 1000110 | 100010 | 11100 | 101001001 | 110110 | 101110 |
Color Harmonies of #B73678
Complementary color
Monochromatic Colors of #B73678
Black with #B73678
Text Example
Text Example
White with #B73678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73678; }
p { color: rgb(183,54,120); }
H1.HeaderClassName
{
color: #B73678;
}
.AnyTagClassName
{
color: #B73678;
}
</style>
background-color css
<style>
a { background-color: #B73678; }
a { background-color: rgb(183,54,120); }
div.DivClassName
{
background-color: #B73678;
}
.BgClassName
{
background-color: #B73678;
}
</style>
border-color css
<style>
span { border-color: #B73678; }
span { border-color: rgb(183,54,120); }
td.TdClassName
{
border-color: #B73678;
}
.TagClassName
{
border-color: #B73678;
}
</style>