Shades of Medium Red Violet #B12E7D
Tints of Medium Red Violet #B12E7D
RGB
CMYK
RGB Variations
Color information
#B12E7D (or 0xB12E7D) is known color: Medium Red Violet. HEX triplet: B1, 2E and 7D. RGB value is (177,46,125). Sum of RGB (Red+Green+Blue) = 177+46+125=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12E7D is #4ED182. Grayscale: #5D5D5D. Windows color (decimal): -5165443 or 8203953. OLE color: 8203953.
HSL color Cylindrical-coordinate representation of color #B12E7D: hue angle of 323.82º 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 #B12E7D is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 125 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.31 |
| HSL | 323.82º | 0.59% | 0.44% | - |
| HSV(B) | 323.82º | 0.74% | 0.69% | - |
| XYZ | 22.81 | 12.78 | 20.67 | - |
| YUV | 94.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 125 | 0 | 0.74 | 0.29 | 0.31 | 323.82 | 0.59 | 0.44 |
| Hex | B1 | 2E | 7D | 0 | 4A | 1D | 1F | 144 | 3B | 2C |
| Octal | 261 | 56 | 175 | 0 | 112 | 35 | 37 | 504 | 73 | 54 |
| Binary | 10110001 | 101110 | 1111101 | 0 | 1001010 | 11101 | 11111 | 101000100 | 111011 | 101100 |
Color Harmonies of #B12E7D
Complementary color
Monochromatic Colors of #B12E7D
Black with #B12E7D
Text Example
Text Example
White with #B12E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E7D; }
p { color: rgb(177,46,125); }
H1.HeaderClassName
{
color: #B12E7D;
}
.AnyTagClassName
{
color: #B12E7D;
}
</style>
background-color css
<style>
a { background-color: #B12E7D; }
a { background-color: rgb(177,46,125); }
div.DivClassName
{
background-color: #B12E7D;
}
.BgClassName
{
background-color: #B12E7D;
}
</style>
border-color css
<style>
span { border-color: #B12E7D; }
span { border-color: rgb(177,46,125); }
td.TdClassName
{
border-color: #B12E7D;
}
.TagClassName
{
border-color: #B12E7D;
}
</style>