Shades of Medium Violet Red #B0129D
Tints of Medium Violet Red #B0129D
RGB
CMYK
RGB Variations
Color information
#B0129D (or 0xB0129D) is known color: Medium Violet Red. HEX triplet: B0, 12 and 9D. RGB value is (176,18,157). Sum of RGB (Red+Green+Blue) = 176+18+157=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0129D is #4FED62. Grayscale: #505050. Windows color (decimal): -5238115 or 10293936. OLE color: 10293936.
HSL color Cylindrical-coordinate representation of color #B0129D: hue angle of 307.22º 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 #B0129D is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 157 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.31 |
| HSL | 307.22º | 0.81% | 0.38% | - |
| HSV(B) | 307.22º | 0.9% | 0.69% | - |
| XYZ | 24.21 | 12.1 | 32.96 | - |
| YUV | 81.09 | 170.85 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 157 | 0 | 0.90 | 0.11 | 0.31 | 307.22 | 0.81 | 0.38 |
| Hex | B0 | 12 | 9D | 0 | 5A | B | 1F | 133 | 51 | 26 |
| Octal | 260 | 22 | 235 | 0 | 132 | 13 | 37 | 463 | 121 | 46 |
| Binary | 10110000 | 10010 | 10011101 | 0 | 1011010 | 1011 | 11111 | 100110011 | 1010001 | 100110 |
Color Harmonies of #B0129D
Complementary color
Monochromatic Colors of #B0129D
Black with #B0129D
Text Example
Text Example
White with #B0129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0129D; }
p { color: rgb(176,18,157); }
H1.HeaderClassName
{
color: #B0129D;
}
.AnyTagClassName
{
color: #B0129D;
}
</style>
background-color css
<style>
a { background-color: #B0129D; }
a { background-color: rgb(176,18,157); }
div.DivClassName
{
background-color: #B0129D;
}
.BgClassName
{
background-color: #B0129D;
}
</style>
border-color css
<style>
span { border-color: #B0129D; }
span { border-color: rgb(176,18,157); }
td.TdClassName
{
border-color: #B0129D;
}
.TagClassName
{
border-color: #B0129D;
}
</style>