Shades of Medium Violet Red #B3147A
Tints of Medium Violet Red #B3147A
RGB
CMYK
RGB Variations
Color information
#B3147A (or 0xB3147A) is known color: Medium Violet Red. HEX triplet: B3, 14 and 7A. RGB value is (179,20,122). Sum of RGB (Red+Green+Blue) = 179+20+122=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3147A is #4CEB85. Grayscale: #4E4E4E. Windows color (decimal): -5041030 or 8000691. OLE color: 8000691.
HSL color Cylindrical-coordinate representation of color #B3147A: hue angle of 321.51º 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 #B3147A is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 122 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.30 |
| HSL | 321.51º | 0.8% | 0.39% | - |
| HSV(B) | 321.51º | 0.89% | 0.7% | - |
| XYZ | 22.35 | 11.49 | 19.45 | - |
| YUV | 79.17 | 152.18 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 122 | 0 | 0.89 | 0.32 | 0.30 | 321.51 | 0.8 | 0.39 |
| Hex | B3 | 14 | 7A | 0 | 59 | 20 | 1E | 142 | 50 | 27 |
| Octal | 263 | 24 | 172 | 0 | 131 | 40 | 36 | 502 | 120 | 47 |
| Binary | 10110011 | 10100 | 1111010 | 0 | 1011001 | 100000 | 11110 | 101000010 | 1010000 | 100111 |
Color Harmonies of #B3147A
Complementary color
Monochromatic Colors of #B3147A
Black with #B3147A
Text Example
Text Example
White with #B3147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3147A; }
p { color: rgb(179,20,122); }
H1.HeaderClassName
{
color: #B3147A;
}
.AnyTagClassName
{
color: #B3147A;
}
</style>
background-color css
<style>
a { background-color: #B3147A; }
a { background-color: rgb(179,20,122); }
div.DivClassName
{
background-color: #B3147A;
}
.BgClassName
{
background-color: #B3147A;
}
</style>
border-color css
<style>
span { border-color: #B3147A; }
span { border-color: rgb(179,20,122); }
td.TdClassName
{
border-color: #B3147A;
}
.TagClassName
{
border-color: #B3147A;
}
</style>