Shades of Medium Violet Red #B2107B
Tints of Medium Violet Red #B2107B
RGB
CMYK
RGB Variations
Color information
#B2107B (or 0xB2107B) is known color: Medium Violet Red. HEX triplet: B2, 10 and 7B. RGB value is (178,16,123). Sum of RGB (Red+Green+Blue) = 178+16+123=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B2107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2107B is #4DEF84. Grayscale: #4C4C4C. Windows color (decimal): -5107589 or 8065202. OLE color: 8065202.
HSL color Cylindrical-coordinate representation of color #B2107B: hue angle of 320.37º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2107B is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 123 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.30 |
| HSL | 320.37º | 0.84% | 0.38% | - |
| HSV(B) | 320.37º | 0.91% | 0.7% | - |
| XYZ | 22.12 | 11.27 | 19.75 | - |
| YUV | 76.64 | 154.17 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 123 | 0 | 0.91 | 0.31 | 0.30 | 320.37 | 0.84 | 0.38 |
| Hex | B2 | 10 | 7B | 0 | 5B | 1F | 1E | 140 | 54 | 26 |
| Octal | 262 | 20 | 173 | 0 | 133 | 37 | 36 | 500 | 124 | 46 |
| Binary | 10110010 | 10000 | 1111011 | 0 | 1011011 | 11111 | 11110 | 101000000 | 1010100 | 100110 |
Color Harmonies of #B2107B
Complementary color
Monochromatic Colors of #B2107B
Black with #B2107B
Text Example
Text Example
White with #B2107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2107B; }
p { color: rgb(178,16,123); }
H1.HeaderClassName
{
color: #B2107B;
}
.AnyTagClassName
{
color: #B2107B;
}
</style>
background-color css
<style>
a { background-color: #B2107B; }
a { background-color: rgb(178,16,123); }
div.DivClassName
{
background-color: #B2107B;
}
.BgClassName
{
background-color: #B2107B;
}
</style>
border-color css
<style>
span { border-color: #B2107B; }
span { border-color: rgb(178,16,123); }
td.TdClassName
{
border-color: #B2107B;
}
.TagClassName
{
border-color: #B2107B;
}
</style>