Shades of Medium Violet Red #B7108B
Tints of Medium Violet Red #B7108B
RGB
CMYK
RGB Variations
Color information
#B7108B (or 0xB7108B) is known color: Medium Violet Red. HEX triplet: B7, 10 and 8B. RGB value is (183,16,139). Sum of RGB (Red+Green+Blue) = 183+16+139=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B7108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7108B is #48EF74. Grayscale: #4F4F4F. Windows color (decimal): -4779893 or 9113783. OLE color: 9113783.
HSL color Cylindrical-coordinate representation of color #B7108B: hue angle of 315.81º 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 #B7108B is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 139 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.28 |
| HSL | 315.81º | 0.84% | 0.39% | - |
| HSV(B) | 315.81º | 0.91% | 0.72% | - |
| XYZ | 24.37 | 12.3 | 25.52 | - |
| YUV | 79.96 | 161.33 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 139 | 0 | 0.91 | 0.24 | 0.28 | 315.81 | 0.84 | 0.39 |
| Hex | B7 | 10 | 8B | 0 | 5B | 18 | 1C | 13C | 54 | 27 |
| Octal | 267 | 20 | 213 | 0 | 133 | 30 | 34 | 474 | 124 | 47 |
| Binary | 10110111 | 10000 | 10001011 | 0 | 1011011 | 11000 | 11100 | 100111100 | 1010100 | 100111 |
Color Harmonies of #B7108B
Complementary color
Monochromatic Colors of #B7108B
Black with #B7108B
Text Example
Text Example
White with #B7108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7108B; }
p { color: rgb(183,16,139); }
H1.HeaderClassName
{
color: #B7108B;
}
.AnyTagClassName
{
color: #B7108B;
}
</style>
background-color css
<style>
a { background-color: #B7108B; }
a { background-color: rgb(183,16,139); }
div.DivClassName
{
background-color: #B7108B;
}
.BgClassName
{
background-color: #B7108B;
}
</style>
border-color css
<style>
span { border-color: #B7108B; }
span { border-color: rgb(183,16,139); }
td.TdClassName
{
border-color: #B7108B;
}
.TagClassName
{
border-color: #B7108B;
}
</style>