Shades of Medium Red Violet #B12686
Tints of Medium Red Violet #B12686
RGB
CMYK
RGB Variations
Color information
#B12686 (or 0xB12686) is known color: Medium Red Violet. HEX triplet: B1, 26 and 86. RGB value is (177,38,134). Sum of RGB (Red+Green+Blue) = 177+38+134=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B12686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12686 is #4ED979. Grayscale: #5A5A5A. Windows color (decimal): -5167482 or 8791729. OLE color: 8791729.
HSL color Cylindrical-coordinate representation of color #B12686: hue angle of 318.56º 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 #B12686 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 134 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.31 |
| HSL | 318.56º | 0.65% | 0.42% | - |
| HSV(B) | 318.56º | 0.79% | 0.69% | - |
| XYZ | 23.13 | 12.45 | 23.74 | - |
| YUV | 90.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 134 | 0 | 0.79 | 0.24 | 0.31 | 318.56 | 0.65 | 0.42 |
| Hex | B1 | 26 | 86 | 0 | 4F | 18 | 1F | 13F | 41 | 2A |
| Octal | 261 | 46 | 206 | 0 | 117 | 30 | 37 | 477 | 101 | 52 |
| Binary | 10110001 | 100110 | 10000110 | 0 | 1001111 | 11000 | 11111 | 100111111 | 1000001 | 101010 |
Color Harmonies of #B12686
Complementary color
Monochromatic Colors of #B12686
Black with #B12686
Text Example
Text Example
White with #B12686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12686; }
p { color: rgb(177,38,134); }
H1.HeaderClassName
{
color: #B12686;
}
.AnyTagClassName
{
color: #B12686;
}
</style>
background-color css
<style>
a { background-color: #B12686; }
a { background-color: rgb(177,38,134); }
div.DivClassName
{
background-color: #B12686;
}
.BgClassName
{
background-color: #B12686;
}
</style>
border-color css
<style>
span { border-color: #B12686; }
span { border-color: rgb(177,38,134); }
td.TdClassName
{
border-color: #B12686;
}
.TagClassName
{
border-color: #B12686;
}
</style>