Shades of Medium Red Violet #B12389
Tints of Medium Red Violet #B12389
RGB
CMYK
RGB Variations
Color information
#B12389 (or 0xB12389) is known color: Medium Red Violet. HEX triplet: B1, 23 and 89. RGB value is (177,35,137). Sum of RGB (Red+Green+Blue) = 177+35+137=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B12389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12389 is #4EDC76. Grayscale: #585858. Windows color (decimal): -5168247 or 8987569. OLE color: 8987569.
HSL color Cylindrical-coordinate representation of color #B12389: hue angle of 316.9º 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 #B12389 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 137 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.31 |
| HSL | 316.9º | 0.67% | 0.42% | - |
| HSV(B) | 316.9º | 0.8% | 0.69% | - |
| XYZ | 23.25 | 12.36 | 24.83 | - |
| YUV | 89.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 137 | 0 | 0.80 | 0.23 | 0.31 | 316.9 | 0.67 | 0.42 |
| Hex | B1 | 23 | 89 | 0 | 50 | 17 | 1F | 13D | 43 | 2A |
| Octal | 261 | 43 | 211 | 0 | 120 | 27 | 37 | 475 | 103 | 52 |
| Binary | 10110001 | 100011 | 10001001 | 0 | 1010000 | 10111 | 11111 | 100111101 | 1000011 | 101010 |
Color Harmonies of #B12389
Complementary color
Monochromatic Colors of #B12389
Black with #B12389
Text Example
Text Example
White with #B12389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12389; }
p { color: rgb(177,35,137); }
H1.HeaderClassName
{
color: #B12389;
}
.AnyTagClassName
{
color: #B12389;
}
</style>
background-color css
<style>
a { background-color: #B12389; }
a { background-color: rgb(177,35,137); }
div.DivClassName
{
background-color: #B12389;
}
.BgClassName
{
background-color: #B12389;
}
</style>
border-color css
<style>
span { border-color: #B12389; }
span { border-color: rgb(177,35,137); }
td.TdClassName
{
border-color: #B12389;
}
.TagClassName
{
border-color: #B12389;
}
</style>