Shades of Medium Red Violet #B12E9B
Tints of Medium Red Violet #B12E9B
RGB
CMYK
RGB Variations
Color information
#B12E9B (or 0xB12E9B) is known color: Medium Red Violet. HEX triplet: B1, 2E and 9B. RGB value is (177,46,155). Sum of RGB (Red+Green+Blue) = 177+46+155=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12E9B is #4ED164. Grayscale: #616161. Windows color (decimal): -5165413 or 10170033. OLE color: 10170033.
HSL color Cylindrical-coordinate representation of color #B12E9B: hue angle of 310.08º 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 #B12E9B is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 155 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.31 |
| HSL | 310.08º | 0.59% | 0.44% | - |
| HSV(B) | 310.08º | 0.74% | 0.69% | - |
| XYZ | 25.02 | 13.67 | 32.33 | - |
| YUV | 97.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 155 | 0 | 0.74 | 0.12 | 0.31 | 310.08 | 0.59 | 0.44 |
| Hex | B1 | 2E | 9B | 0 | 4A | C | 1F | 136 | 3B | 2C |
| Octal | 261 | 56 | 233 | 0 | 112 | 14 | 37 | 466 | 73 | 54 |
| Binary | 10110001 | 101110 | 10011011 | 0 | 1001010 | 1100 | 11111 | 100110110 | 111011 | 101100 |
Color Harmonies of #B12E9B
Complementary color
Monochromatic Colors of #B12E9B
Black with #B12E9B
Text Example
Text Example
White with #B12E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E9B; }
p { color: rgb(177,46,155); }
H1.HeaderClassName
{
color: #B12E9B;
}
.AnyTagClassName
{
color: #B12E9B;
}
</style>
background-color css
<style>
a { background-color: #B12E9B; }
a { background-color: rgb(177,46,155); }
div.DivClassName
{
background-color: #B12E9B;
}
.BgClassName
{
background-color: #B12E9B;
}
</style>
border-color css
<style>
span { border-color: #B12E9B; }
span { border-color: rgb(177,46,155); }
td.TdClassName
{
border-color: #B12E9B;
}
.TagClassName
{
border-color: #B12E9B;
}
</style>