Shades of Medium Red Violet #B12E94
Tints of Medium Red Violet #B12E94
RGB
CMYK
RGB Variations
Color information
#B12E94 (or 0xB12E94) is known color: Medium Red Violet. HEX triplet: B1, 2E and 94. RGB value is (177,46,148). Sum of RGB (Red+Green+Blue) = 177+46+148=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12E94 is #4ED16B. Grayscale: #606060. Windows color (decimal): -5165420 or 9711281. OLE color: 9711281.
HSL color Cylindrical-coordinate representation of color #B12E94: hue angle of 313.28º 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 #B12E94 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 148 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.31 |
| HSL | 313.28º | 0.59% | 0.44% | - |
| HSV(B) | 313.28º | 0.74% | 0.69% | - |
| XYZ | 24.45 | 13.44 | 29.32 | - |
| YUV | 96.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 148 | 0 | 0.74 | 0.16 | 0.31 | 313.28 | 0.59 | 0.44 |
| Hex | B1 | 2E | 94 | 0 | 4A | 10 | 1F | 139 | 3B | 2C |
| Octal | 261 | 56 | 224 | 0 | 112 | 20 | 37 | 471 | 73 | 54 |
| Binary | 10110001 | 101110 | 10010100 | 0 | 1001010 | 10000 | 11111 | 100111001 | 111011 | 101100 |
Color Harmonies of #B12E94
Complementary color
Monochromatic Colors of #B12E94
Black with #B12E94
Text Example
Text Example
White with #B12E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E94; }
p { color: rgb(177,46,148); }
H1.HeaderClassName
{
color: #B12E94;
}
.AnyTagClassName
{
color: #B12E94;
}
</style>
background-color css
<style>
a { background-color: #B12E94; }
a { background-color: rgb(177,46,148); }
div.DivClassName
{
background-color: #B12E94;
}
.BgClassName
{
background-color: #B12E94;
}
</style>
border-color css
<style>
span { border-color: #B12E94; }
span { border-color: rgb(177,46,148); }
td.TdClassName
{
border-color: #B12E94;
}
.TagClassName
{
border-color: #B12E94;
}
</style>