Shades of Medium Red Violet #B12779
Tints of Medium Red Violet #B12779
RGB
CMYK
RGB Variations
Color information
#B12779 (or 0xB12779) is known color: Medium Red Violet. HEX triplet: B1, 27 and 79. RGB value is (177,39,121). Sum of RGB (Red+Green+Blue) = 177+39+121=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B12779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12779 is #4ED886. Grayscale: #595959. Windows color (decimal): -5167239 or 7940017. OLE color: 7940017.
HSL color Cylindrical-coordinate representation of color #B12779: hue angle of 324.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 #B12779 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 121 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.31 |
| HSL | 324.35º | 0.64% | 0.42% | - |
| HSV(B) | 324.35º | 0.78% | 0.69% | - |
| XYZ | 22.31 | 12.18 | 19.26 | - |
| YUV | 89.61 | 145.72 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 121 | 0 | 0.78 | 0.32 | 0.31 | 324.35 | 0.64 | 0.42 |
| Hex | B1 | 27 | 79 | 0 | 4E | 20 | 1F | 144 | 40 | 2A |
| Octal | 261 | 47 | 171 | 0 | 116 | 40 | 37 | 504 | 100 | 52 |
| Binary | 10110001 | 100111 | 1111001 | 0 | 1001110 | 100000 | 11111 | 101000100 | 1000000 | 101010 |
Color Harmonies of #B12779
Complementary color
Monochromatic Colors of #B12779
Black with #B12779
Text Example
Text Example
White with #B12779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12779; }
p { color: rgb(177,39,121); }
H1.HeaderClassName
{
color: #B12779;
}
.AnyTagClassName
{
color: #B12779;
}
</style>
background-color css
<style>
a { background-color: #B12779; }
a { background-color: rgb(177,39,121); }
div.DivClassName
{
background-color: #B12779;
}
.BgClassName
{
background-color: #B12779;
}
</style>
border-color css
<style>
span { border-color: #B12779; }
span { border-color: rgb(177,39,121); }
td.TdClassName
{
border-color: #B12779;
}
.TagClassName
{
border-color: #B12779;
}
</style>