Shades of Medium Red Violet #B12D83
Tints of Medium Red Violet #B12D83
RGB
CMYK
RGB Variations
Color information
#B12D83 (or 0xB12D83) is known color: Medium Red Violet. HEX triplet: B1, 2D and 83. RGB value is (177,45,131). Sum of RGB (Red+Green+Blue) = 177+45+131=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12D83 is #4ED27C. Grayscale: #5E5E5E. Windows color (decimal): -5165693 or 8596913. OLE color: 8596913.
HSL color Cylindrical-coordinate representation of color #B12D83: hue angle of 320.91º 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 #B12D83 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 131 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.31 |
| HSL | 320.91º | 0.59% | 0.44% | - |
| HSV(B) | 320.91º | 0.75% | 0.69% | - |
| XYZ | 23.17 | 12.86 | 22.73 | - |
| YUV | 94.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 131 | 0 | 0.75 | 0.26 | 0.31 | 320.91 | 0.59 | 0.44 |
| Hex | B1 | 2D | 83 | 0 | 4B | 1A | 1F | 141 | 3B | 2C |
| Octal | 261 | 55 | 203 | 0 | 113 | 32 | 37 | 501 | 73 | 54 |
| Binary | 10110001 | 101101 | 10000011 | 0 | 1001011 | 11010 | 11111 | 101000001 | 111011 | 101100 |
Color Harmonies of #B12D83
Complementary color
Monochromatic Colors of #B12D83
Black with #B12D83
Text Example
Text Example
White with #B12D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D83; }
p { color: rgb(177,45,131); }
H1.HeaderClassName
{
color: #B12D83;
}
.AnyTagClassName
{
color: #B12D83;
}
</style>
background-color css
<style>
a { background-color: #B12D83; }
a { background-color: rgb(177,45,131); }
div.DivClassName
{
background-color: #B12D83;
}
.BgClassName
{
background-color: #B12D83;
}
</style>
border-color css
<style>
span { border-color: #B12D83; }
span { border-color: rgb(177,45,131); }
td.TdClassName
{
border-color: #B12D83;
}
.TagClassName
{
border-color: #B12D83;
}
</style>