Shades of Medium Red Violet #B12F7E
Tints of Medium Red Violet #B12F7E
RGB
CMYK
RGB Variations
Color information
#B12F7E (or 0xB12F7E) is known color: Medium Red Violet. HEX triplet: B1, 2F and 7E. RGB value is (177,47,126). Sum of RGB (Red+Green+Blue) = 177+47+126=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12F7E is #4ED081. Grayscale: #5E5E5E. Windows color (decimal): -5165186 or 8269745. OLE color: 8269745.
HSL color Cylindrical-coordinate representation of color #B12F7E: hue angle of 323.54º 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 #B12F7E is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 47 | 126 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.31 |
| HSL | 323.54º | 0.58% | 0.44% | - |
| HSV(B) | 323.54º | 0.73% | 0.69% | - |
| XYZ | 22.91 | 12.89 | 21.02 | - |
| YUV | 94.88 | 145.57 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 126 | 0 | 0.73 | 0.29 | 0.31 | 323.54 | 0.58 | 0.44 |
| Hex | B1 | 2F | 7E | 0 | 49 | 1D | 1F | 144 | 3A | 2C |
| Octal | 261 | 57 | 176 | 0 | 111 | 35 | 37 | 504 | 72 | 54 |
| Binary | 10110001 | 101111 | 1111110 | 0 | 1001001 | 11101 | 11111 | 101000100 | 111010 | 101100 |
Color Harmonies of #B12F7E
Complementary color
Monochromatic Colors of #B12F7E
Black with #B12F7E
Text Example
Text Example
White with #B12F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12F7E; }
p { color: rgb(177,47,126); }
H1.HeaderClassName
{
color: #B12F7E;
}
.AnyTagClassName
{
color: #B12F7E;
}
</style>
background-color css
<style>
a { background-color: #B12F7E; }
a { background-color: rgb(177,47,126); }
div.DivClassName
{
background-color: #B12F7E;
}
.BgClassName
{
background-color: #B12F7E;
}
</style>
border-color css
<style>
span { border-color: #B12F7E; }
span { border-color: rgb(177,47,126); }
td.TdClassName
{
border-color: #B12F7E;
}
.TagClassName
{
border-color: #B12F7E;
}
</style>