Shades of Medium Violet Red #B2127D
Tints of Medium Violet Red #B2127D
RGB
CMYK
RGB Variations
Color information
#B2127D (or 0xB2127D) is known color: Medium Violet Red. HEX triplet: B2, 12 and 7D. RGB value is (178,18,125). Sum of RGB (Red+Green+Blue) = 178+18+125=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2127D is #4DED82. Grayscale: #4D4D4D. Windows color (decimal): -5107075 or 8196786. OLE color: 8196786.
HSL color Cylindrical-coordinate representation of color #B2127D: hue angle of 319.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2127D is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 125 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.30 |
| HSL | 319.88º | 0.82% | 0.38% | - |
| HSV(B) | 319.88º | 0.9% | 0.7% | - |
| XYZ | 22.28 | 11.38 | 20.42 | - |
| YUV | 78.04 | 154.51 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 125 | 0 | 0.90 | 0.30 | 0.30 | 319.88 | 0.82 | 0.38 |
| Hex | B2 | 12 | 7D | 0 | 5A | 1E | 1E | 140 | 52 | 26 |
| Octal | 262 | 22 | 175 | 0 | 132 | 36 | 36 | 500 | 122 | 46 |
| Binary | 10110010 | 10010 | 1111101 | 0 | 1011010 | 11110 | 11110 | 101000000 | 1010010 | 100110 |
Color Harmonies of #B2127D
Complementary color
Monochromatic Colors of #B2127D
Black with #B2127D
Text Example
Text Example
White with #B2127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2127D; }
p { color: rgb(178,18,125); }
H1.HeaderClassName
{
color: #B2127D;
}
.AnyTagClassName
{
color: #B2127D;
}
</style>
background-color css
<style>
a { background-color: #B2127D; }
a { background-color: rgb(178,18,125); }
div.DivClassName
{
background-color: #B2127D;
}
.BgClassName
{
background-color: #B2127D;
}
</style>
border-color css
<style>
span { border-color: #B2127D; }
span { border-color: rgb(178,18,125); }
td.TdClassName
{
border-color: #B2127D;
}
.TagClassName
{
border-color: #B2127D;
}
</style>