Shades of Medium Violet Red #B2028D
Tints of Medium Violet Red #B2028D
RGB
CMYK
RGB Variations
Color information
#B2028D (or 0xB2028D) is known color: Medium Violet Red. HEX triplet: B2, 02 and 8D. RGB value is (178,2,141). Sum of RGB (Red+Green+Blue) = 178+2+141=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2028D is #4DFD72. Grayscale: #464646. Windows color (decimal): -5111155 or 9241266. OLE color: 9241266.
HSL color Cylindrical-coordinate representation of color #B2028D: hue angle of 312.61º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2028D is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.30 |
| HSL | 312.61º | 0.98% | 0.35% | - |
| HSV(B) | 312.61º | 0.99% | 0.7% | - |
| XYZ | 23.19 | 11.43 | 26.18 | - |
| YUV | 70.47 | 167.81 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 141 | 0 | 0.99 | 0.21 | 0.30 | 312.61 | 0.98 | 0.35 |
| Hex | B2 | 2 | 8D | 0 | 63 | 15 | 1E | 139 | 62 | 23 |
| Octal | 262 | 2 | 215 | 0 | 143 | 25 | 36 | 471 | 142 | 43 |
| Binary | 10110010 | 10 | 10001101 | 0 | 1100011 | 10101 | 11110 | 100111001 | 1100010 | 100011 |
Color Harmonies of #B2028D
Complementary color
Monochromatic Colors of #B2028D
Black with #B2028D
Text Example
Text Example
White with #B2028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2028D; }
p { color: rgb(178,2,141); }
H1.HeaderClassName
{
color: #B2028D;
}
.AnyTagClassName
{
color: #B2028D;
}
</style>
background-color css
<style>
a { background-color: #B2028D; }
a { background-color: rgb(178,2,141); }
div.DivClassName
{
background-color: #B2028D;
}
.BgClassName
{
background-color: #B2028D;
}
</style>
border-color css
<style>
span { border-color: #B2028D; }
span { border-color: rgb(178,2,141); }
td.TdClassName
{
border-color: #B2028D;
}
.TagClassName
{
border-color: #B2028D;
}
</style>