Shades of Medium Violet Red #B2128C
Tints of Medium Violet Red #B2128C
RGB
CMYK
RGB Variations
Color information
#B2128C (or 0xB2128C) is known color: Medium Violet Red. HEX triplet: B2, 12 and 8C. RGB value is (178,18,140). Sum of RGB (Red+Green+Blue) = 178+18+140=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2128C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2128C is #4DED73. Grayscale: #4F4F4F. Windows color (decimal): -5107060 or 9179826. OLE color: 9179826.
HSL color Cylindrical-coordinate representation of color #B2128C: hue angle of 314.25º 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 #B2128C is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 140 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.30 |
| HSL | 314.25º | 0.82% | 0.38% | - |
| HSV(B) | 314.25º | 0.9% | 0.7% | - |
| XYZ | 23.31 | 11.79 | 25.86 | - |
| YUV | 79.75 | 162.01 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 140 | 0 | 0.90 | 0.21 | 0.30 | 314.25 | 0.82 | 0.38 |
| Hex | B2 | 12 | 8C | 0 | 5A | 15 | 1E | 13A | 52 | 26 |
| Octal | 262 | 22 | 214 | 0 | 132 | 25 | 36 | 472 | 122 | 46 |
| Binary | 10110010 | 10010 | 10001100 | 0 | 1011010 | 10101 | 11110 | 100111010 | 1010010 | 100110 |
Color Harmonies of #B2128C
Complementary color
Monochromatic Colors of #B2128C
Black with #B2128C
Text Example
Text Example
White with #B2128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2128C; }
p { color: rgb(178,18,140); }
H1.HeaderClassName
{
color: #B2128C;
}
.AnyTagClassName
{
color: #B2128C;
}
</style>
background-color css
<style>
a { background-color: #B2128C; }
a { background-color: rgb(178,18,140); }
div.DivClassName
{
background-color: #B2128C;
}
.BgClassName
{
background-color: #B2128C;
}
</style>
border-color css
<style>
span { border-color: #B2128C; }
span { border-color: rgb(178,18,140); }
td.TdClassName
{
border-color: #B2128C;
}
.TagClassName
{
border-color: #B2128C;
}
</style>