Shades of Medium Violet Red #B3138D
Tints of Medium Violet Red #B3138D
RGB
CMYK
RGB Variations
Color information
#B3138D (or 0xB3138D) is known color: Medium Violet Red. HEX triplet: B3, 13 and 8D. RGB value is (179,19,141). Sum of RGB (Red+Green+Blue) = 179+19+141=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3138D is #4CEC72. Grayscale: #505050. Windows color (decimal): -5041267 or 9245619. OLE color: 9245619.
HSL color Cylindrical-coordinate representation of color #B3138D: hue angle of 314.25º degrees, saturation: 0.81, 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 #B3138D is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 141 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.30 |
| HSL | 314.25º | 0.81% | 0.39% | - |
| HSV(B) | 314.25º | 0.89% | 0.7% | - |
| XYZ | 23.63 | 11.97 | 26.26 | - |
| YUV | 80.75 | 162.01 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 141 | 0 | 0.89 | 0.21 | 0.30 | 314.25 | 0.81 | 0.39 |
| Hex | B3 | 13 | 8D | 0 | 59 | 15 | 1E | 13A | 51 | 27 |
| Octal | 263 | 23 | 215 | 0 | 131 | 25 | 36 | 472 | 121 | 47 |
| Binary | 10110011 | 10011 | 10001101 | 0 | 1011001 | 10101 | 11110 | 100111010 | 1010001 | 100111 |
Color Harmonies of #B3138D
Complementary color
Monochromatic Colors of #B3138D
Black with #B3138D
Text Example
Text Example
White with #B3138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3138D; }
p { color: rgb(179,19,141); }
H1.HeaderClassName
{
color: #B3138D;
}
.AnyTagClassName
{
color: #B3138D;
}
</style>
background-color css
<style>
a { background-color: #B3138D; }
a { background-color: rgb(179,19,141); }
div.DivClassName
{
background-color: #B3138D;
}
.BgClassName
{
background-color: #B3138D;
}
</style>
border-color css
<style>
span { border-color: #B3138D; }
span { border-color: rgb(179,19,141); }
td.TdClassName
{
border-color: #B3138D;
}
.TagClassName
{
border-color: #B3138D;
}
</style>