Shades of Medium Violet Red #B2148D
Tints of Medium Violet Red #B2148D
RGB
CMYK
RGB Variations
Color information
#B2148D (or 0xB2148D) is known color: Medium Violet Red. HEX triplet: B2, 14 and 8D. RGB value is (178,20,141). Sum of RGB (Red+Green+Blue) = 178+20+141=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2148D is #4DEB72. Grayscale: #505050. Windows color (decimal): -5106547 or 9245874. OLE color: 9245874.
HSL color Cylindrical-coordinate representation of color #B2148D: hue angle of 314.05º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2148D is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 141 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.30 |
| HSL | 314.05º | 0.8% | 0.39% | - |
| HSV(B) | 314.05º | 0.89% | 0.7% | - |
| XYZ | 23.42 | 11.89 | 26.26 | - |
| YUV | 81.04 | 161.85 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 141 | 0 | 0.89 | 0.21 | 0.30 | 314.05 | 0.8 | 0.39 |
| Hex | B2 | 14 | 8D | 0 | 59 | 15 | 1E | 13A | 50 | 27 |
| Octal | 262 | 24 | 215 | 0 | 131 | 25 | 36 | 472 | 120 | 47 |
| Binary | 10110010 | 10100 | 10001101 | 0 | 1011001 | 10101 | 11110 | 100111010 | 1010000 | 100111 |
Color Harmonies of #B2148D
Complementary color
Monochromatic Colors of #B2148D
Black with #B2148D
Text Example
Text Example
White with #B2148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2148D; }
p { color: rgb(178,20,141); }
H1.HeaderClassName
{
color: #B2148D;
}
.AnyTagClassName
{
color: #B2148D;
}
</style>
background-color css
<style>
a { background-color: #B2148D; }
a { background-color: rgb(178,20,141); }
div.DivClassName
{
background-color: #B2148D;
}
.BgClassName
{
background-color: #B2148D;
}
</style>
border-color css
<style>
span { border-color: #B2148D; }
span { border-color: rgb(178,20,141); }
td.TdClassName
{
border-color: #B2148D;
}
.TagClassName
{
border-color: #B2148D;
}
</style>