Shades of Medium Red Violet #B12E7A
Tints of Medium Red Violet #B12E7A
RGB
CMYK
RGB Variations
Color information
#B12E7A (or 0xB12E7A) is known color: Medium Red Violet. HEX triplet: B1, 2E and 7A. RGB value is (177,46,122). Sum of RGB (Red+Green+Blue) = 177+46+122=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12E7A is #4ED185. Grayscale: #5D5D5D. Windows color (decimal): -5165446 or 8007345. OLE color: 8007345.
HSL color Cylindrical-coordinate representation of color #B12E7A: hue angle of 325.19º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12E7A is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 122 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.31 |
| HSL | 325.19º | 0.59% | 0.44% | - |
| HSV(B) | 325.19º | 0.74% | 0.69% | - |
| XYZ | 22.62 | 12.71 | 19.67 | - |
| YUV | 93.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 122 | 0 | 0.74 | 0.31 | 0.31 | 325.19 | 0.59 | 0.44 |
| Hex | B1 | 2E | 7A | 0 | 4A | 1F | 1F | 145 | 3B | 2C |
| Octal | 261 | 56 | 172 | 0 | 112 | 37 | 37 | 505 | 73 | 54 |
| Binary | 10110001 | 101110 | 1111010 | 0 | 1001010 | 11111 | 11111 | 101000101 | 111011 | 101100 |
Color Harmonies of #B12E7A
Complementary color
Monochromatic Colors of #B12E7A
Black with #B12E7A
Text Example
Text Example
White with #B12E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E7A; }
p { color: rgb(177,46,122); }
H1.HeaderClassName
{
color: #B12E7A;
}
.AnyTagClassName
{
color: #B12E7A;
}
</style>
background-color css
<style>
a { background-color: #B12E7A; }
a { background-color: rgb(177,46,122); }
div.DivClassName
{
background-color: #B12E7A;
}
.BgClassName
{
background-color: #B12E7A;
}
</style>
border-color css
<style>
span { border-color: #B12E7A; }
span { border-color: rgb(177,46,122); }
td.TdClassName
{
border-color: #B12E7A;
}
.TagClassName
{
border-color: #B12E7A;
}
</style>