Shades of Medium Red Violet #B12086
Tints of Medium Red Violet #B12086
RGB
CMYK
RGB Variations
Color information
#B12086 (or 0xB12086) is known color: Medium Red Violet. HEX triplet: B1, 20 and 86. RGB value is (177,32,134). Sum of RGB (Red+Green+Blue) = 177+32+134=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B12086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12086 is #4EDF79. Grayscale: #565656. Windows color (decimal): -5169018 or 8790193. OLE color: 8790193.
HSL color Cylindrical-coordinate representation of color #B12086: hue angle of 317.79º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12086 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 134 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.31 |
| HSL | 317.79º | 0.69% | 0.41% | - |
| HSV(B) | 317.79º | 0.82% | 0.69% | - |
| XYZ | 22.95 | 12.1 | 23.68 | - |
| YUV | 86.98 | 154.54 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 134 | 0 | 0.82 | 0.24 | 0.31 | 317.79 | 0.69 | 0.41 |
| Hex | B1 | 20 | 86 | 0 | 52 | 18 | 1F | 13E | 45 | 29 |
| Octal | 261 | 40 | 206 | 0 | 122 | 30 | 37 | 476 | 105 | 51 |
| Binary | 10110001 | 100000 | 10000110 | 0 | 1010010 | 11000 | 11111 | 100111110 | 1000101 | 101001 |
Color Harmonies of #B12086
Complementary color
Monochromatic Colors of #B12086
Black with #B12086
Text Example
Text Example
White with #B12086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12086; }
p { color: rgb(177,32,134); }
H1.HeaderClassName
{
color: #B12086;
}
.AnyTagClassName
{
color: #B12086;
}
</style>
background-color css
<style>
a { background-color: #B12086; }
a { background-color: rgb(177,32,134); }
div.DivClassName
{
background-color: #B12086;
}
.BgClassName
{
background-color: #B12086;
}
</style>
border-color css
<style>
span { border-color: #B12086; }
span { border-color: rgb(177,32,134); }
td.TdClassName
{
border-color: #B12086;
}
.TagClassName
{
border-color: #B12086;
}
</style>