Shades of Medium Violet Red #B3129C
Tints of Medium Violet Red #B3129C
RGB
CMYK
RGB Variations
Color information
#B3129C (or 0xB3129C) is known color: Medium Violet Red. HEX triplet: B3, 12 and 9C. RGB value is (179,18,156). Sum of RGB (Red+Green+Blue) = 179+18+156=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3129C is #4CED63. Grayscale: #515151. Windows color (decimal): -5041508 or 10228403. OLE color: 10228403.
HSL color Cylindrical-coordinate representation of color #B3129C: hue angle of 308.57º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3129C is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 156 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.30 |
| HSL | 308.57º | 0.82% | 0.39% | - |
| HSV(B) | 308.57º | 0.9% | 0.7% | - |
| XYZ | 24.81 | 12.42 | 32.54 | - |
| YUV | 81.87 | 169.84 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 156 | 0 | 0.90 | 0.13 | 0.30 | 308.57 | 0.82 | 0.39 |
| Hex | B3 | 12 | 9C | 0 | 5A | D | 1E | 135 | 52 | 27 |
| Octal | 263 | 22 | 234 | 0 | 132 | 15 | 36 | 465 | 122 | 47 |
| Binary | 10110011 | 10010 | 10011100 | 0 | 1011010 | 1101 | 11110 | 100110101 | 1010010 | 100111 |
Color Harmonies of #B3129C
Complementary color
Monochromatic Colors of #B3129C
Black with #B3129C
Text Example
Text Example
White with #B3129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3129C; }
p { color: rgb(179,18,156); }
H1.HeaderClassName
{
color: #B3129C;
}
.AnyTagClassName
{
color: #B3129C;
}
</style>
background-color css
<style>
a { background-color: #B3129C; }
a { background-color: rgb(179,18,156); }
div.DivClassName
{
background-color: #B3129C;
}
.BgClassName
{
background-color: #B3129C;
}
</style>
border-color css
<style>
span { border-color: #B3129C; }
span { border-color: rgb(179,18,156); }
td.TdClassName
{
border-color: #B3129C;
}
.TagClassName
{
border-color: #B3129C;
}
</style>