Shades of Medium Violet Red #B2108E
Tints of Medium Violet Red #B2108E
RGB
CMYK
RGB Variations
Color information
#B2108E (or 0xB2108E) is known color: Medium Violet Red. HEX triplet: B2, 10 and 8E. RGB value is (178,16,142). Sum of RGB (Red+Green+Blue) = 178+16+142=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2108E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2108E is #4DEF71. Grayscale: #4E4E4E. Windows color (decimal): -5107570 or 9310386. OLE color: 9310386.
HSL color Cylindrical-coordinate representation of color #B2108E: hue angle of 313.33º 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 #B2108E is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 142 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.30 |
| HSL | 313.33º | 0.84% | 0.38% | - |
| HSV(B) | 313.33º | 0.91% | 0.7% | - |
| XYZ | 23.43 | 11.79 | 26.63 | - |
| YUV | 78.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 142 | 0 | 0.91 | 0.20 | 0.30 | 313.33 | 0.84 | 0.38 |
| Hex | B2 | 10 | 8E | 0 | 5B | 14 | 1E | 139 | 54 | 26 |
| Octal | 262 | 20 | 216 | 0 | 133 | 24 | 36 | 471 | 124 | 46 |
| Binary | 10110010 | 10000 | 10001110 | 0 | 1011011 | 10100 | 11110 | 100111001 | 1010100 | 100110 |
Color Harmonies of #B2108E
Complementary color
Monochromatic Colors of #B2108E
Black with #B2108E
Text Example
Text Example
White with #B2108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2108E; }
p { color: rgb(178,16,142); }
H1.HeaderClassName
{
color: #B2108E;
}
.AnyTagClassName
{
color: #B2108E;
}
</style>
background-color css
<style>
a { background-color: #B2108E; }
a { background-color: rgb(178,16,142); }
div.DivClassName
{
background-color: #B2108E;
}
.BgClassName
{
background-color: #B2108E;
}
</style>
border-color css
<style>
span { border-color: #B2108E; }
span { border-color: rgb(178,16,142); }
td.TdClassName
{
border-color: #B2108E;
}
.TagClassName
{
border-color: #B2108E;
}
</style>