Shades of Medium Violet Red #B2188A
Tints of Medium Violet Red #B2188A
RGB
CMYK
RGB Variations
Color information
#B2188A (or 0xB2188A) is known color: Medium Violet Red. HEX triplet: B2, 18 and 8A. RGB value is (178,24,138). Sum of RGB (Red+Green+Blue) = 178+24+138=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2188A is #4DE775. Grayscale: #525252. Windows color (decimal): -5105526 or 9050290. OLE color: 9050290.
HSL color Cylindrical-coordinate representation of color #B2188A: hue angle of 315.58º 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 #B2188A is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 138 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.30 |
| HSL | 315.58º | 0.76% | 0.4% | - |
| HSV(B) | 315.58º | 0.87% | 0.7% | - |
| XYZ | 23.27 | 11.95 | 25.13 | - |
| YUV | 83.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 138 | 0 | 0.87 | 0.22 | 0.30 | 315.58 | 0.76 | 0.4 |
| Hex | B2 | 18 | 8A | 0 | 57 | 16 | 1E | 13C | 4C | 28 |
| Octal | 262 | 30 | 212 | 0 | 127 | 26 | 36 | 474 | 114 | 50 |
| Binary | 10110010 | 11000 | 10001010 | 0 | 1010111 | 10110 | 11110 | 100111100 | 1001100 | 101000 |
Color Harmonies of #B2188A
Complementary color
Monochromatic Colors of #B2188A
Black with #B2188A
Text Example
Text Example
White with #B2188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2188A; }
p { color: rgb(178,24,138); }
H1.HeaderClassName
{
color: #B2188A;
}
.AnyTagClassName
{
color: #B2188A;
}
</style>
background-color css
<style>
a { background-color: #B2188A; }
a { background-color: rgb(178,24,138); }
div.DivClassName
{
background-color: #B2188A;
}
.BgClassName
{
background-color: #B2188A;
}
</style>
border-color css
<style>
span { border-color: #B2188A; }
span { border-color: rgb(178,24,138); }
td.TdClassName
{
border-color: #B2188A;
}
.TagClassName
{
border-color: #B2188A;
}
</style>