Shades of Medium Red Violet #B12386
Tints of Medium Red Violet #B12386
RGB
CMYK
RGB Variations
Color information
#B12386 (or 0xB12386) is known color: Medium Red Violet. HEX triplet: B1, 23 and 86. RGB value is (177,35,134). Sum of RGB (Red+Green+Blue) = 177+35+134=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B12386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12386 is #4EDC79. Grayscale: #585858. Windows color (decimal): -5168250 or 8790961. OLE color: 8790961.
HSL color Cylindrical-coordinate representation of color #B12386: hue angle of 318.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12386 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 134 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.31 |
| HSL | 318.17º | 0.67% | 0.42% | - |
| HSV(B) | 318.17º | 0.8% | 0.69% | - |
| XYZ | 23.04 | 12.27 | 23.71 | - |
| YUV | 88.74 | 153.54 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 134 | 0 | 0.80 | 0.24 | 0.31 | 318.17 | 0.67 | 0.42 |
| Hex | B1 | 23 | 86 | 0 | 50 | 18 | 1F | 13E | 43 | 2A |
| Octal | 261 | 43 | 206 | 0 | 120 | 30 | 37 | 476 | 103 | 52 |
| Binary | 10110001 | 100011 | 10000110 | 0 | 1010000 | 11000 | 11111 | 100111110 | 1000011 | 101010 |
Color Harmonies of #B12386
Complementary color
Monochromatic Colors of #B12386
Black with #B12386
Text Example
Text Example
White with #B12386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12386; }
p { color: rgb(177,35,134); }
H1.HeaderClassName
{
color: #B12386;
}
.AnyTagClassName
{
color: #B12386;
}
</style>
background-color css
<style>
a { background-color: #B12386; }
a { background-color: rgb(177,35,134); }
div.DivClassName
{
background-color: #B12386;
}
.BgClassName
{
background-color: #B12386;
}
</style>
border-color css
<style>
span { border-color: #B12386; }
span { border-color: rgb(177,35,134); }
td.TdClassName
{
border-color: #B12386;
}
.TagClassName
{
border-color: #B12386;
}
</style>