Shades of Medium Violet Red #B2178B
Tints of Medium Violet Red #B2178B
RGB
CMYK
RGB Variations
Color information
#B2178B (or 0xB2178B) is known color: Medium Violet Red. HEX triplet: B2, 17 and 8B. RGB value is (178,23,139). Sum of RGB (Red+Green+Blue) = 178+23+139=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2178B is #4DE874. Grayscale: #525252. Windows color (decimal): -5105781 or 9115570. OLE color: 9115570.
HSL color Cylindrical-coordinate representation of color #B2178B: hue angle of 315.1º 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 #B2178B is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 139 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.30 |
| HSL | 315.1º | 0.77% | 0.39% | - |
| HSV(B) | 315.1º | 0.87% | 0.7% | - |
| XYZ | 23.33 | 11.94 | 25.5 | - |
| YUV | 82.57 | 159.85 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 139 | 0 | 0.87 | 0.22 | 0.30 | 315.1 | 0.77 | 0.39 |
| Hex | B2 | 17 | 8B | 0 | 57 | 16 | 1E | 13B | 4D | 27 |
| Octal | 262 | 27 | 213 | 0 | 127 | 26 | 36 | 473 | 115 | 47 |
| Binary | 10110010 | 10111 | 10001011 | 0 | 1010111 | 10110 | 11110 | 100111011 | 1001101 | 100111 |
Color Harmonies of #B2178B
Complementary color
Monochromatic Colors of #B2178B
Black with #B2178B
Text Example
Text Example
White with #B2178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2178B; }
p { color: rgb(178,23,139); }
H1.HeaderClassName
{
color: #B2178B;
}
.AnyTagClassName
{
color: #B2178B;
}
</style>
background-color css
<style>
a { background-color: #B2178B; }
a { background-color: rgb(178,23,139); }
div.DivClassName
{
background-color: #B2178B;
}
.BgClassName
{
background-color: #B2178B;
}
</style>
border-color css
<style>
span { border-color: #B2178B; }
span { border-color: rgb(178,23,139); }
td.TdClassName
{
border-color: #B2178B;
}
.TagClassName
{
border-color: #B2178B;
}
</style>