Shades of Medium Red Violet #B73888
Tints of Medium Red Violet #B73888
RGB
CMYK
RGB Variations
Color information
#B73888 (or 0xB73888) is known color: Medium Red Violet. HEX triplet: B7, 38 and 88. RGB value is (183,56,136). Sum of RGB (Red+Green+Blue) = 183+56+136=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B73888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73888 is #48C777. Grayscale: #666666. Windows color (decimal): -4769656 or 8927415. OLE color: 8927415.
HSL color Cylindrical-coordinate representation of color #B73888: hue angle of 322.2º 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 #B73888 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 136 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.28 |
| HSL | 322.2º | 0.53% | 0.47% | - |
| HSV(B) | 322.2º | 0.69% | 0.72% | - |
| XYZ | 25.39 | 14.67 | 24.79 | - |
| YUV | 103.09 | 146.58 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 136 | 0 | 0.69 | 0.26 | 0.28 | 322.2 | 0.53 | 0.47 |
| Hex | B7 | 38 | 88 | 0 | 45 | 1A | 1C | 142 | 35 | 2F |
| Octal | 267 | 70 | 210 | 0 | 105 | 32 | 34 | 502 | 65 | 57 |
| Binary | 10110111 | 111000 | 10001000 | 0 | 1000101 | 11010 | 11100 | 101000010 | 110101 | 101111 |
Color Harmonies of #B73888
Complementary color
Monochromatic Colors of #B73888
Black with #B73888
Text Example
Text Example
White with #B73888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73888; }
p { color: rgb(183,56,136); }
H1.HeaderClassName
{
color: #B73888;
}
.AnyTagClassName
{
color: #B73888;
}
</style>
background-color css
<style>
a { background-color: #B73888; }
a { background-color: rgb(183,56,136); }
div.DivClassName
{
background-color: #B73888;
}
.BgClassName
{
background-color: #B73888;
}
</style>
border-color css
<style>
span { border-color: #B73888; }
span { border-color: rgb(183,56,136); }
td.TdClassName
{
border-color: #B73888;
}
.TagClassName
{
border-color: #B73888;
}
</style>