Shades of Medium Violet Red #B3149B
Tints of Medium Violet Red #B3149B
RGB
CMYK
RGB Variations
Color information
#B3149B (or 0xB3149B) is known color: Medium Violet Red. HEX triplet: B3, 14 and 9B. RGB value is (179,20,155). Sum of RGB (Red+Green+Blue) = 179+20+155=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3149B is #4CEB64. Grayscale: #525252. Windows color (decimal): -5040997 or 10163379. OLE color: 10163379.
HSL color Cylindrical-coordinate representation of color #B3149B: hue angle of 309.06º 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 #B3149B is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 155 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.30 |
| HSL | 309.06º | 0.8% | 0.39% | - |
| HSV(B) | 309.06º | 0.89% | 0.7% | - |
| XYZ | 24.76 | 12.45 | 32.11 | - |
| YUV | 82.93 | 168.68 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 155 | 0 | 0.89 | 0.13 | 0.30 | 309.06 | 0.8 | 0.39 |
| Hex | B3 | 14 | 9B | 0 | 59 | D | 1E | 135 | 50 | 27 |
| Octal | 263 | 24 | 233 | 0 | 131 | 15 | 36 | 465 | 120 | 47 |
| Binary | 10110011 | 10100 | 10011011 | 0 | 1011001 | 1101 | 11110 | 100110101 | 1010000 | 100111 |
Color Harmonies of #B3149B
Complementary color
Monochromatic Colors of #B3149B
Black with #B3149B
Text Example
Text Example
White with #B3149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3149B; }
p { color: rgb(179,20,155); }
H1.HeaderClassName
{
color: #B3149B;
}
.AnyTagClassName
{
color: #B3149B;
}
</style>
background-color css
<style>
a { background-color: #B3149B; }
a { background-color: rgb(179,20,155); }
div.DivClassName
{
background-color: #B3149B;
}
.BgClassName
{
background-color: #B3149B;
}
</style>
border-color css
<style>
span { border-color: #B3149B; }
span { border-color: rgb(179,20,155); }
td.TdClassName
{
border-color: #B3149B;
}
.TagClassName
{
border-color: #B3149B;
}
</style>