Shades of Medium Red Violet #B12F91
Tints of Medium Red Violet #B12F91
RGB
CMYK
RGB Variations
Color information
#B12F91 (or 0xB12F91) is known color: Medium Red Violet. HEX triplet: B1, 2F and 91. RGB value is (177,47,145). Sum of RGB (Red+Green+Blue) = 177+47+145=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12F91 is #4ED06E. Grayscale: #606060. Windows color (decimal): -5165167 or 9514929. OLE color: 9514929.
HSL color Cylindrical-coordinate representation of color #B12F91: hue angle of 314.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B12F91 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 47 | 145 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.31 |
| HSL | 314.77º | 0.58% | 0.44% | - |
| HSV(B) | 314.77º | 0.73% | 0.69% | - |
| XYZ | 24.26 | 13.42 | 28.1 | - |
| YUV | 97.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 145 | 0 | 0.73 | 0.18 | 0.31 | 314.77 | 0.58 | 0.44 |
| Hex | B1 | 2F | 91 | 0 | 49 | 12 | 1F | 13B | 3A | 2C |
| Octal | 261 | 57 | 221 | 0 | 111 | 22 | 37 | 473 | 72 | 54 |
| Binary | 10110001 | 101111 | 10010001 | 0 | 1001001 | 10010 | 11111 | 100111011 | 111010 | 101100 |
Color Harmonies of #B12F91
Complementary color
Monochromatic Colors of #B12F91
Black with #B12F91
Text Example
Text Example
White with #B12F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12F91; }
p { color: rgb(177,47,145); }
H1.HeaderClassName
{
color: #B12F91;
}
.AnyTagClassName
{
color: #B12F91;
}
</style>
background-color css
<style>
a { background-color: #B12F91; }
a { background-color: rgb(177,47,145); }
div.DivClassName
{
background-color: #B12F91;
}
.BgClassName
{
background-color: #B12F91;
}
</style>
border-color css
<style>
span { border-color: #B12F91; }
span { border-color: rgb(177,47,145); }
td.TdClassName
{
border-color: #B12F91;
}
.TagClassName
{
border-color: #B12F91;
}
</style>