Shades of Medium Violet Red #B2178E
Tints of Medium Violet Red #B2178E
RGB
CMYK
RGB Variations
Color information
#B2178E (or 0xB2178E) is known color: Medium Violet Red. HEX triplet: B2, 17 and 8E. RGB value is (178,23,142). Sum of RGB (Red+Green+Blue) = 178+23+142=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2178E is #4DE871. Grayscale: #525252. Windows color (decimal): -5105778 or 9312178. OLE color: 9312178.
HSL color Cylindrical-coordinate representation of color #B2178E: hue angle of 313.94º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2178E is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 142 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.30 |
| HSL | 313.94º | 0.77% | 0.39% | - |
| HSV(B) | 313.94º | 0.87% | 0.7% | - |
| XYZ | 23.55 | 12.03 | 26.67 | - |
| YUV | 82.91 | 161.35 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 142 | 0 | 0.87 | 0.20 | 0.30 | 313.94 | 0.77 | 0.39 |
| Hex | B2 | 17 | 8E | 0 | 57 | 14 | 1E | 13A | 4D | 27 |
| Octal | 262 | 27 | 216 | 0 | 127 | 24 | 36 | 472 | 115 | 47 |
| Binary | 10110010 | 10111 | 10001110 | 0 | 1010111 | 10100 | 11110 | 100111010 | 1001101 | 100111 |
Color Harmonies of #B2178E
Complementary color
Monochromatic Colors of #B2178E
Black with #B2178E
Text Example
Text Example
White with #B2178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2178E; }
p { color: rgb(178,23,142); }
H1.HeaderClassName
{
color: #B2178E;
}
.AnyTagClassName
{
color: #B2178E;
}
</style>
background-color css
<style>
a { background-color: #B2178E; }
a { background-color: rgb(178,23,142); }
div.DivClassName
{
background-color: #B2178E;
}
.BgClassName
{
background-color: #B2178E;
}
</style>
border-color css
<style>
span { border-color: #B2178E; }
span { border-color: rgb(178,23,142); }
td.TdClassName
{
border-color: #B2178E;
}
.TagClassName
{
border-color: #B2178E;
}
</style>