Shades of Medium Red Violet #B7408E
Tints of Medium Red Violet #B7408E
RGB
CMYK
RGB Variations
Color information
#B7408E (or 0xB7408E) is known color: Medium Red Violet. HEX triplet: B7, 40 and 8E. RGB value is (183,64,142). Sum of RGB (Red+Green+Blue) = 183+64+142=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7408E is #48BF71. Grayscale: #6C6C6C. Windows color (decimal): -4767602 or 9322679. OLE color: 9322679.
HSL color Cylindrical-coordinate representation of color #B7408E: hue angle of 320.67º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7408E is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 142 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.28 |
| HSL | 320.67º | 0.48% | 0.48% | - |
| HSV(B) | 320.67º | 0.65% | 0.72% | - |
| XYZ | 26.24 | 15.69 | 27.24 | - |
| YUV | 108.47 | 146.92 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 142 | 0 | 0.65 | 0.22 | 0.28 | 320.67 | 0.48 | 0.48 |
| Hex | B7 | 40 | 8E | 0 | 41 | 16 | 1C | 141 | 30 | 30 |
| Octal | 267 | 100 | 216 | 0 | 101 | 26 | 34 | 501 | 60 | 60 |
| Binary | 10110111 | 1000000 | 10001110 | 0 | 1000001 | 10110 | 11100 | 101000001 | 110000 | 110000 |
Color Harmonies of #B7408E
Complementary color
Monochromatic Colors of #B7408E
Black with #B7408E
Text Example
Text Example
White with #B7408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7408E; }
p { color: rgb(183,64,142); }
H1.HeaderClassName
{
color: #B7408E;
}
.AnyTagClassName
{
color: #B7408E;
}
</style>
background-color css
<style>
a { background-color: #B7408E; }
a { background-color: rgb(183,64,142); }
div.DivClassName
{
background-color: #B7408E;
}
.BgClassName
{
background-color: #B7408E;
}
</style>
border-color css
<style>
span { border-color: #B7408E; }
span { border-color: rgb(183,64,142); }
td.TdClassName
{
border-color: #B7408E;
}
.TagClassName
{
border-color: #B7408E;
}
</style>