Shades of Medium Violet Red #B7108C
Tints of Medium Violet Red #B7108C
RGB
CMYK
RGB Variations
Color information
#B7108C (or 0xB7108C) is known color: Medium Violet Red. HEX triplet: B7, 10 and 8C. RGB value is (183,16,140). Sum of RGB (Red+Green+Blue) = 183+16+140=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B7108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7108C is #48EF73. Grayscale: #4F4F4F. Windows color (decimal): -4779892 or 9179319. OLE color: 9179319.
HSL color Cylindrical-coordinate representation of color #B7108C: hue angle of 315.45º 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 #B7108C is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 140 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.28 |
| HSL | 315.45º | 0.84% | 0.39% | - |
| HSV(B) | 315.45º | 0.91% | 0.72% | - |
| XYZ | 24.45 | 12.33 | 25.9 | - |
| YUV | 80.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 140 | 0 | 0.91 | 0.23 | 0.28 | 315.45 | 0.84 | 0.39 |
| Hex | B7 | 10 | 8C | 0 | 5B | 17 | 1C | 13B | 54 | 27 |
| Octal | 267 | 20 | 214 | 0 | 133 | 27 | 34 | 473 | 124 | 47 |
| Binary | 10110111 | 10000 | 10001100 | 0 | 1011011 | 10111 | 11100 | 100111011 | 1010100 | 100111 |
Color Harmonies of #B7108C
Complementary color
Monochromatic Colors of #B7108C
Black with #B7108C
Text Example
Text Example
White with #B7108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7108C; }
p { color: rgb(183,16,140); }
H1.HeaderClassName
{
color: #B7108C;
}
.AnyTagClassName
{
color: #B7108C;
}
</style>
background-color css
<style>
a { background-color: #B7108C; }
a { background-color: rgb(183,16,140); }
div.DivClassName
{
background-color: #B7108C;
}
.BgClassName
{
background-color: #B7108C;
}
</style>
border-color css
<style>
span { border-color: #B7108C; }
span { border-color: rgb(183,16,140); }
td.TdClassName
{
border-color: #B7108C;
}
.TagClassName
{
border-color: #B7108C;
}
</style>