Shades of Medium Violet Red #B2149B
Tints of Medium Violet Red #B2149B
RGB
CMYK
RGB Variations
Color information
#B2149B (or 0xB2149B) is known color: Medium Violet Red. HEX triplet: B2, 14 and 9B. RGB value is (178,20,155). Sum of RGB (Red+Green+Blue) = 178+20+155=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2149B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2149B is #4DEB64. Grayscale: #525252. Windows color (decimal): -5106533 or 10163378. OLE color: 10163378.
HSL color Cylindrical-coordinate representation of color #B2149B: hue angle of 308.73º 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 #B2149B is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 155 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.30 |
| HSL | 308.73º | 0.8% | 0.39% | - |
| HSV(B) | 308.73º | 0.89% | 0.7% | - |
| XYZ | 24.53 | 12.33 | 32.1 | - |
| YUV | 82.63 | 168.85 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 155 | 0 | 0.89 | 0.13 | 0.30 | 308.73 | 0.8 | 0.39 |
| Hex | B2 | 14 | 9B | 0 | 59 | D | 1E | 135 | 50 | 27 |
| Octal | 262 | 24 | 233 | 0 | 131 | 15 | 36 | 465 | 120 | 47 |
| Binary | 10110010 | 10100 | 10011011 | 0 | 1011001 | 1101 | 11110 | 100110101 | 1010000 | 100111 |
Color Harmonies of #B2149B
Complementary color
Monochromatic Colors of #B2149B
Black with #B2149B
Text Example
Text Example
White with #B2149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2149B; }
p { color: rgb(178,20,155); }
H1.HeaderClassName
{
color: #B2149B;
}
.AnyTagClassName
{
color: #B2149B;
}
</style>
background-color css
<style>
a { background-color: #B2149B; }
a { background-color: rgb(178,20,155); }
div.DivClassName
{
background-color: #B2149B;
}
.BgClassName
{
background-color: #B2149B;
}
</style>
border-color css
<style>
span { border-color: #B2149B; }
span { border-color: rgb(178,20,155); }
td.TdClassName
{
border-color: #B2149B;
}
.TagClassName
{
border-color: #B2149B;
}
</style>