Shades of Medium Red Violet #B12D9C
Tints of Medium Red Violet #B12D9C
RGB
CMYK
RGB Variations
Color information
#B12D9C (or 0xB12D9C) is known color: Medium Red Violet. HEX triplet: B1, 2D and 9C. RGB value is (177,45,156). Sum of RGB (Red+Green+Blue) = 177+45+156=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12D9C is #4ED263. Grayscale: #606060. Windows color (decimal): -5165668 or 10235313. OLE color: 10235313.
HSL color Cylindrical-coordinate representation of color #B12D9C: hue angle of 309.55º 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 #B12D9C is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 156 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.31 |
| HSL | 309.55º | 0.59% | 0.44% | - |
| HSV(B) | 309.55º | 0.75% | 0.69% | - |
| XYZ | 25.07 | 13.62 | 32.76 | - |
| YUV | 97.12 | 161.23 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 156 | 0 | 0.75 | 0.12 | 0.31 | 309.55 | 0.59 | 0.44 |
| Hex | B1 | 2D | 9C | 0 | 4B | C | 1F | 136 | 3B | 2C |
| Octal | 261 | 55 | 234 | 0 | 113 | 14 | 37 | 466 | 73 | 54 |
| Binary | 10110001 | 101101 | 10011100 | 0 | 1001011 | 1100 | 11111 | 100110110 | 111011 | 101100 |
Color Harmonies of #B12D9C
Complementary color
Monochromatic Colors of #B12D9C
Black with #B12D9C
Text Example
Text Example
White with #B12D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D9C; }
p { color: rgb(177,45,156); }
H1.HeaderClassName
{
color: #B12D9C;
}
.AnyTagClassName
{
color: #B12D9C;
}
</style>
background-color css
<style>
a { background-color: #B12D9C; }
a { background-color: rgb(177,45,156); }
div.DivClassName
{
background-color: #B12D9C;
}
.BgClassName
{
background-color: #B12D9C;
}
</style>
border-color css
<style>
span { border-color: #B12D9C; }
span { border-color: rgb(177,45,156); }
td.TdClassName
{
border-color: #B12D9C;
}
.TagClassName
{
border-color: #B12D9C;
}
</style>