Shades of Medium Red Violet #B12D8B
Tints of Medium Red Violet #B12D8B
RGB
CMYK
RGB Variations
Color information
#B12D8B (or 0xB12D8B) is known color: Medium Red Violet. HEX triplet: B1, 2D and 8B. RGB value is (177,45,139). Sum of RGB (Red+Green+Blue) = 177+45+139=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12D8B is #4ED274. Grayscale: #5E5E5E. Windows color (decimal): -5165685 or 9121201. OLE color: 9121201.
HSL color Cylindrical-coordinate representation of color #B12D8B: hue angle of 317.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12D8B is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 139 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.31 |
| HSL | 317.27º | 0.59% | 0.44% | - |
| HSV(B) | 317.27º | 0.75% | 0.69% | - |
| XYZ | 23.73 | 13.09 | 25.7 | - |
| YUV | 95.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 139 | 0 | 0.75 | 0.21 | 0.31 | 317.27 | 0.59 | 0.44 |
| Hex | B1 | 2D | 8B | 0 | 4B | 15 | 1F | 13D | 3B | 2C |
| Octal | 261 | 55 | 213 | 0 | 113 | 25 | 37 | 475 | 73 | 54 |
| Binary | 10110001 | 101101 | 10001011 | 0 | 1001011 | 10101 | 11111 | 100111101 | 111011 | 101100 |
Color Harmonies of #B12D8B
Complementary color
Monochromatic Colors of #B12D8B
Black with #B12D8B
Text Example
Text Example
White with #B12D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D8B; }
p { color: rgb(177,45,139); }
H1.HeaderClassName
{
color: #B12D8B;
}
.AnyTagClassName
{
color: #B12D8B;
}
</style>
background-color css
<style>
a { background-color: #B12D8B; }
a { background-color: rgb(177,45,139); }
div.DivClassName
{
background-color: #B12D8B;
}
.BgClassName
{
background-color: #B12D8B;
}
</style>
border-color css
<style>
span { border-color: #B12D8B; }
span { border-color: rgb(177,45,139); }
td.TdClassName
{
border-color: #B12D8B;
}
.TagClassName
{
border-color: #B12D8B;
}
</style>