Shades of Medium Red Violet #B73F7E
Tints of Medium Red Violet #B73F7E
RGB
CMYK
RGB Variations
Color information
#B73F7E (or 0xB73F7E) is known color: Medium Red Violet. HEX triplet: B7, 3F and 7E. RGB value is (183,63,126). Sum of RGB (Red+Green+Blue) = 183+63+126=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73F7E is #48C081. Grayscale: #696969. Windows color (decimal): -4767874 or 8273847. OLE color: 8273847.
HSL color Cylindrical-coordinate representation of color #B73F7E: hue angle of 328.5º 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 #B73F7E is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 126 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.28 |
| HSL | 328.5º | 0.49% | 0.48% | - |
| HSV(B) | 328.5º | 0.66% | 0.72% | - |
| XYZ | 25.07 | 15.13 | 21.34 | - |
| YUV | 106.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 126 | 0 | 0.66 | 0.31 | 0.28 | 328.5 | 0.49 | 0.48 |
| Hex | B7 | 3F | 7E | 0 | 42 | 1F | 1C | 148 | 31 | 30 |
| Octal | 267 | 77 | 176 | 0 | 102 | 37 | 34 | 510 | 61 | 60 |
| Binary | 10110111 | 111111 | 1111110 | 0 | 1000010 | 11111 | 11100 | 101001000 | 110001 | 110000 |
Color Harmonies of #B73F7E
Complementary color
Monochromatic Colors of #B73F7E
Black with #B73F7E
Text Example
Text Example
White with #B73F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F7E; }
p { color: rgb(183,63,126); }
H1.HeaderClassName
{
color: #B73F7E;
}
.AnyTagClassName
{
color: #B73F7E;
}
</style>
background-color css
<style>
a { background-color: #B73F7E; }
a { background-color: rgb(183,63,126); }
div.DivClassName
{
background-color: #B73F7E;
}
.BgClassName
{
background-color: #B73F7E;
}
</style>
border-color css
<style>
span { border-color: #B73F7E; }
span { border-color: rgb(183,63,126); }
td.TdClassName
{
border-color: #B73F7E;
}
.TagClassName
{
border-color: #B73F7E;
}
</style>