Shades of Medium Violet Red #B7107D
Tints of Medium Violet Red #B7107D
RGB
CMYK
RGB Variations
Color information
#B7107D (or 0xB7107D) is known color: Medium Violet Red. HEX triplet: B7, 10 and 7D. RGB value is (183,16,125). Sum of RGB (Red+Green+Blue) = 183+16+125=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7107D is #48EF82. Grayscale: #4E4E4E. Windows color (decimal): -4779907 or 8196279. OLE color: 8196279.
HSL color Cylindrical-coordinate representation of color #B7107D: hue angle of 320.84º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7107D is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 125 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.28 |
| HSL | 320.84º | 0.84% | 0.39% | - |
| HSV(B) | 320.84º | 0.91% | 0.72% | - |
| XYZ | 23.42 | 11.92 | 20.47 | - |
| YUV | 78.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 125 | 0 | 0.91 | 0.32 | 0.28 | 320.84 | 0.84 | 0.39 |
| Hex | B7 | 10 | 7D | 0 | 5B | 20 | 1C | 141 | 54 | 27 |
| Octal | 267 | 20 | 175 | 0 | 133 | 40 | 34 | 501 | 124 | 47 |
| Binary | 10110111 | 10000 | 1111101 | 0 | 1011011 | 100000 | 11100 | 101000001 | 1010100 | 100111 |
Color Harmonies of #B7107D
Complementary color
Monochromatic Colors of #B7107D
Black with #B7107D
Text Example
Text Example
White with #B7107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7107D; }
p { color: rgb(183,16,125); }
H1.HeaderClassName
{
color: #B7107D;
}
.AnyTagClassName
{
color: #B7107D;
}
</style>
background-color css
<style>
a { background-color: #B7107D; }
a { background-color: rgb(183,16,125); }
div.DivClassName
{
background-color: #B7107D;
}
.BgClassName
{
background-color: #B7107D;
}
</style>
border-color css
<style>
span { border-color: #B7107D; }
span { border-color: rgb(183,16,125); }
td.TdClassName
{
border-color: #B7107D;
}
.TagClassName
{
border-color: #B7107D;
}
</style>