Shades of Medium Red Violet #B12679
Tints of Medium Red Violet #B12679
RGB
CMYK
RGB Variations
Color information
#B12679 (or 0xB12679) is known color: Medium Red Violet. HEX triplet: B1, 26 and 79. RGB value is (177,38,121). Sum of RGB (Red+Green+Blue) = 177+38+121=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B12679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12679 is #4ED986. Grayscale: #585858. Windows color (decimal): -5167495 or 7939761. OLE color: 7939761.
HSL color Cylindrical-coordinate representation of color #B12679: hue angle of 324.17º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12679 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 121 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.31 |
| HSL | 324.17º | 0.65% | 0.42% | - |
| HSV(B) | 324.17º | 0.79% | 0.69% | - |
| XYZ | 22.28 | 12.11 | 19.25 | - |
| YUV | 89.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 121 | 0 | 0.79 | 0.32 | 0.31 | 324.17 | 0.65 | 0.42 |
| Hex | B1 | 26 | 79 | 0 | 4F | 20 | 1F | 144 | 41 | 2A |
| Octal | 261 | 46 | 171 | 0 | 117 | 40 | 37 | 504 | 101 | 52 |
| Binary | 10110001 | 100110 | 1111001 | 0 | 1001111 | 100000 | 11111 | 101000100 | 1000001 | 101010 |
Color Harmonies of #B12679
Complementary color
Monochromatic Colors of #B12679
Black with #B12679
Text Example
Text Example
White with #B12679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12679; }
p { color: rgb(177,38,121); }
H1.HeaderClassName
{
color: #B12679;
}
.AnyTagClassName
{
color: #B12679;
}
</style>
background-color css
<style>
a { background-color: #B12679; }
a { background-color: rgb(177,38,121); }
div.DivClassName
{
background-color: #B12679;
}
.BgClassName
{
background-color: #B12679;
}
</style>
border-color css
<style>
span { border-color: #B12679; }
span { border-color: rgb(177,38,121); }
td.TdClassName
{
border-color: #B12679;
}
.TagClassName
{
border-color: #B12679;
}
</style>