Shades of Medium Red Violet #B7408D
Tints of Medium Red Violet #B7408D
RGB
CMYK
RGB Variations
Color information
#B7408D (or 0xB7408D) is known color: Medium Red Violet. HEX triplet: B7, 40 and 8D. RGB value is (183,64,141). Sum of RGB (Red+Green+Blue) = 183+64+141=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B7408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7408D is #48BF72. Grayscale: #6C6C6C. Windows color (decimal): -4767603 or 9257143. OLE color: 9257143.
HSL color Cylindrical-coordinate representation of color #B7408D: hue angle of 321.18º 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 #B7408D is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 141 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.28 |
| HSL | 321.18º | 0.48% | 0.48% | - |
| HSV(B) | 321.18º | 0.65% | 0.72% | - |
| XYZ | 26.17 | 15.66 | 26.84 | - |
| YUV | 108.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 141 | 0 | 0.65 | 0.23 | 0.28 | 321.18 | 0.48 | 0.48 |
| Hex | B7 | 40 | 8D | 0 | 41 | 17 | 1C | 141 | 30 | 30 |
| Octal | 267 | 100 | 215 | 0 | 101 | 27 | 34 | 501 | 60 | 60 |
| Binary | 10110111 | 1000000 | 10001101 | 0 | 1000001 | 10111 | 11100 | 101000001 | 110000 | 110000 |
Color Harmonies of #B7408D
Complementary color
Monochromatic Colors of #B7408D
Black with #B7408D
Text Example
Text Example
White with #B7408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7408D; }
p { color: rgb(183,64,141); }
H1.HeaderClassName
{
color: #B7408D;
}
.AnyTagClassName
{
color: #B7408D;
}
</style>
background-color css
<style>
a { background-color: #B7408D; }
a { background-color: rgb(183,64,141); }
div.DivClassName
{
background-color: #B7408D;
}
.BgClassName
{
background-color: #B7408D;
}
</style>
border-color css
<style>
span { border-color: #B7408D; }
span { border-color: rgb(183,64,141); }
td.TdClassName
{
border-color: #B7408D;
}
.TagClassName
{
border-color: #B7408D;
}
</style>