Shades of Medium Violet Red #B3148D
Tints of Medium Violet Red #B3148D
RGB
CMYK
RGB Variations
Color information
#B3148D (or 0xB3148D) is known color: Medium Violet Red. HEX triplet: B3, 14 and 8D. RGB value is (179,20,141). Sum of RGB (Red+Green+Blue) = 179+20+141=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B3148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3148D is #4CEB72. Grayscale: #515151. Windows color (decimal): -5041011 or 9245875. OLE color: 9245875.
HSL color Cylindrical-coordinate representation of color #B3148D: hue angle of 314.34º 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 #B3148D is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 141 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.30 |
| HSL | 314.34º | 0.8% | 0.39% | - |
| HSV(B) | 314.34º | 0.89% | 0.7% | - |
| XYZ | 23.65 | 12.01 | 26.27 | - |
| YUV | 81.34 | 161.68 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 141 | 0 | 0.89 | 0.21 | 0.30 | 314.34 | 0.8 | 0.39 |
| Hex | B3 | 14 | 8D | 0 | 59 | 15 | 1E | 13A | 50 | 27 |
| Octal | 263 | 24 | 215 | 0 | 131 | 25 | 36 | 472 | 120 | 47 |
| Binary | 10110011 | 10100 | 10001101 | 0 | 1011001 | 10101 | 11110 | 100111010 | 1010000 | 100111 |
Color Harmonies of #B3148D
Complementary color
Monochromatic Colors of #B3148D
Black with #B3148D
Text Example
Text Example
White with #B3148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3148D; }
p { color: rgb(179,20,141); }
H1.HeaderClassName
{
color: #B3148D;
}
.AnyTagClassName
{
color: #B3148D;
}
</style>
background-color css
<style>
a { background-color: #B3148D; }
a { background-color: rgb(179,20,141); }
div.DivClassName
{
background-color: #B3148D;
}
.BgClassName
{
background-color: #B3148D;
}
</style>
border-color css
<style>
span { border-color: #B3148D; }
span { border-color: rgb(179,20,141); }
td.TdClassName
{
border-color: #B3148D;
}
.TagClassName
{
border-color: #B3148D;
}
</style>