Shades of Medium Red Violet #B12781
Tints of Medium Red Violet #B12781
RGB
CMYK
RGB Variations
Color information
#B12781 (or 0xB12781) is known color: Medium Red Violet. HEX triplet: B1, 27 and 81. RGB value is (177,39,129). Sum of RGB (Red+Green+Blue) = 177+39+129=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B12781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12781 is #4ED87E. Grayscale: #5A5A5A. Windows color (decimal): -5167231 or 8464305. OLE color: 8464305.
HSL color Cylindrical-coordinate representation of color #B12781: hue angle of 320.87º 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 #B12781 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 129 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.31 |
| HSL | 320.87º | 0.64% | 0.42% | - |
| HSV(B) | 320.87º | 0.78% | 0.69% | - |
| XYZ | 22.82 | 12.38 | 21.96 | - |
| YUV | 90.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 129 | 0 | 0.78 | 0.27 | 0.31 | 320.87 | 0.64 | 0.42 |
| Hex | B1 | 27 | 81 | 0 | 4E | 1B | 1F | 141 | 40 | 2A |
| Octal | 261 | 47 | 201 | 0 | 116 | 33 | 37 | 501 | 100 | 52 |
| Binary | 10110001 | 100111 | 10000001 | 0 | 1001110 | 11011 | 11111 | 101000001 | 1000000 | 101010 |
Color Harmonies of #B12781
Complementary color
Monochromatic Colors of #B12781
Black with #B12781
Text Example
Text Example
White with #B12781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12781; }
p { color: rgb(177,39,129); }
H1.HeaderClassName
{
color: #B12781;
}
.AnyTagClassName
{
color: #B12781;
}
</style>
background-color css
<style>
a { background-color: #B12781; }
a { background-color: rgb(177,39,129); }
div.DivClassName
{
background-color: #B12781;
}
.BgClassName
{
background-color: #B12781;
}
</style>
border-color css
<style>
span { border-color: #B12781; }
span { border-color: rgb(177,39,129); }
td.TdClassName
{
border-color: #B12781;
}
.TagClassName
{
border-color: #B12781;
}
</style>