Shades of Medium Violet Red #B0129B
Tints of Medium Violet Red #B0129B
RGB
CMYK
RGB Variations
Color information
#B0129B (or 0xB0129B) is known color: Medium Violet Red. HEX triplet: B0, 12 and 9B. RGB value is (176,18,155). Sum of RGB (Red+Green+Blue) = 176+18+155=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0129B is #4FED64. Grayscale: #505050. Windows color (decimal): -5238117 or 10162864. OLE color: 10162864.
HSL color Cylindrical-coordinate representation of color #B0129B: hue angle of 307.97º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0129B is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 155 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.31 |
| HSL | 307.97º | 0.81% | 0.38% | - |
| HSV(B) | 307.97º | 0.9% | 0.69% | - |
| XYZ | 24.04 | 12.03 | 32.07 | - |
| YUV | 80.86 | 169.85 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 155 | 0 | 0.90 | 0.12 | 0.31 | 307.97 | 0.81 | 0.38 |
| Hex | B0 | 12 | 9B | 0 | 5A | C | 1F | 134 | 51 | 26 |
| Octal | 260 | 22 | 233 | 0 | 132 | 14 | 37 | 464 | 121 | 46 |
| Binary | 10110000 | 10010 | 10011011 | 0 | 1011010 | 1100 | 11111 | 100110100 | 1010001 | 100110 |
Color Harmonies of #B0129B
Complementary color
Monochromatic Colors of #B0129B
Black with #B0129B
Text Example
Text Example
White with #B0129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0129B; }
p { color: rgb(176,18,155); }
H1.HeaderClassName
{
color: #B0129B;
}
.AnyTagClassName
{
color: #B0129B;
}
</style>
background-color css
<style>
a { background-color: #B0129B; }
a { background-color: rgb(176,18,155); }
div.DivClassName
{
background-color: #B0129B;
}
.BgClassName
{
background-color: #B0129B;
}
</style>
border-color css
<style>
span { border-color: #B0129B; }
span { border-color: rgb(176,18,155); }
td.TdClassName
{
border-color: #B0129B;
}
.TagClassName
{
border-color: #B0129B;
}
</style>