Shades of Medium Red Violet #B12790
Tints of Medium Red Violet #B12790
RGB
CMYK
RGB Variations
Color information
#B12790 (or 0xB12790) is known color: Medium Red Violet. HEX triplet: B1, 27 and 90. RGB value is (177,39,144). Sum of RGB (Red+Green+Blue) = 177+39+144=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B12790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12790 is #4ED86F. Grayscale: #5B5B5B. Windows color (decimal): -5167216 or 9447345. OLE color: 9447345.
HSL color Cylindrical-coordinate representation of color #B12790: hue angle of 314.35º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12790 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 144 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.31 |
| HSL | 314.35º | 0.64% | 0.42% | - |
| HSV(B) | 314.35º | 0.78% | 0.69% | - |
| XYZ | 23.89 | 12.81 | 27.6 | - |
| YUV | 92.23 | 157.22 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 144 | 0 | 0.78 | 0.19 | 0.31 | 314.35 | 0.64 | 0.42 |
| Hex | B1 | 27 | 90 | 0 | 4E | 13 | 1F | 13A | 40 | 2A |
| Octal | 261 | 47 | 220 | 0 | 116 | 23 | 37 | 472 | 100 | 52 |
| Binary | 10110001 | 100111 | 10010000 | 0 | 1001110 | 10011 | 11111 | 100111010 | 1000000 | 101010 |
Color Harmonies of #B12790
Complementary color
Monochromatic Colors of #B12790
Black with #B12790
Text Example
Text Example
White with #B12790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12790; }
p { color: rgb(177,39,144); }
H1.HeaderClassName
{
color: #B12790;
}
.AnyTagClassName
{
color: #B12790;
}
</style>
background-color css
<style>
a { background-color: #B12790; }
a { background-color: rgb(177,39,144); }
div.DivClassName
{
background-color: #B12790;
}
.BgClassName
{
background-color: #B12790;
}
</style>
border-color css
<style>
span { border-color: #B12790; }
span { border-color: rgb(177,39,144); }
td.TdClassName
{
border-color: #B12790;
}
.TagClassName
{
border-color: #B12790;
}
</style>