Shades of Medium Red Violet #B73E81
Tints of Medium Red Violet #B73E81
RGB
CMYK
RGB Variations
Color information
#B73E81 (or 0xB73E81) is known color: Medium Red Violet. HEX triplet: B7, 3E and 81. RGB value is (183,62,129). Sum of RGB (Red+Green+Blue) = 183+62+129=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73E81 is #48C17E. Grayscale: #696969. Windows color (decimal): -4768127 or 8470199. OLE color: 8470199.
HSL color Cylindrical-coordinate representation of color #B73E81: hue angle of 326.78º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73E81 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 62 | 129 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.28 |
| HSL | 326.78º | 0.49% | 0.48% | - |
| HSV(B) | 326.78º | 0.66% | 0.72% | - |
| XYZ | 25.21 | 15.1 | 22.35 | - |
| YUV | 105.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 129 | 0 | 0.66 | 0.30 | 0.28 | 326.78 | 0.49 | 0.48 |
| Hex | B7 | 3E | 81 | 0 | 42 | 1E | 1C | 147 | 31 | 30 |
| Octal | 267 | 76 | 201 | 0 | 102 | 36 | 34 | 507 | 61 | 60 |
| Binary | 10110111 | 111110 | 10000001 | 0 | 1000010 | 11110 | 11100 | 101000111 | 110001 | 110000 |
Color Harmonies of #B73E81
Complementary color
Monochromatic Colors of #B73E81
Black with #B73E81
Text Example
Text Example
White with #B73E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73E81; }
p { color: rgb(183,62,129); }
H1.HeaderClassName
{
color: #B73E81;
}
.AnyTagClassName
{
color: #B73E81;
}
</style>
background-color css
<style>
a { background-color: #B73E81; }
a { background-color: rgb(183,62,129); }
div.DivClassName
{
background-color: #B73E81;
}
.BgClassName
{
background-color: #B73E81;
}
</style>
border-color css
<style>
span { border-color: #B73E81; }
span { border-color: rgb(183,62,129); }
td.TdClassName
{
border-color: #B73E81;
}
.TagClassName
{
border-color: #B73E81;
}
</style>