Shades of Medium Violet Red #B2188B
Tints of Medium Violet Red #B2188B
RGB
CMYK
RGB Variations
Color information
#B2188B (or 0xB2188B) is known color: Medium Violet Red. HEX triplet: B2, 18 and 8B. RGB value is (178,24,139). Sum of RGB (Red+Green+Blue) = 178+24+139=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2188B is #4DE774. Grayscale: #525252. Windows color (decimal): -5105525 or 9115826. OLE color: 9115826.
HSL color Cylindrical-coordinate representation of color #B2188B: hue angle of 315.19º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2188B is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 139 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.30 |
| HSL | 315.19º | 0.76% | 0.4% | - |
| HSV(B) | 315.19º | 0.87% | 0.7% | - |
| XYZ | 23.35 | 11.98 | 25.51 | - |
| YUV | 83.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 139 | 0 | 0.87 | 0.22 | 0.30 | 315.19 | 0.76 | 0.4 |
| Hex | B2 | 18 | 8B | 0 | 57 | 16 | 1E | 13B | 4C | 28 |
| Octal | 262 | 30 | 213 | 0 | 127 | 26 | 36 | 473 | 114 | 50 |
| Binary | 10110010 | 11000 | 10001011 | 0 | 1010111 | 10110 | 11110 | 100111011 | 1001100 | 101000 |
Color Harmonies of #B2188B
Complementary color
Monochromatic Colors of #B2188B
Black with #B2188B
Text Example
Text Example
White with #B2188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2188B; }
p { color: rgb(178,24,139); }
H1.HeaderClassName
{
color: #B2188B;
}
.AnyTagClassName
{
color: #B2188B;
}
</style>
background-color css
<style>
a { background-color: #B2188B; }
a { background-color: rgb(178,24,139); }
div.DivClassName
{
background-color: #B2188B;
}
.BgClassName
{
background-color: #B2188B;
}
</style>
border-color css
<style>
span { border-color: #B2188B; }
span { border-color: rgb(178,24,139); }
td.TdClassName
{
border-color: #B2188B;
}
.TagClassName
{
border-color: #B2188B;
}
</style>