Shades of Medium Red Violet #B12DA0
Tints of Medium Red Violet #B12DA0
RGB
CMYK
RGB Variations
Color information
#B12DA0 (or 0xB12DA0) is known color: Medium Red Violet. HEX triplet: B1, 2D and A0. RGB value is (177,45,160). Sum of RGB (Red+Green+Blue) = 177+45+160=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B12DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12DA0 is #4ED25F. Grayscale: #616161. Windows color (decimal): -5165664 or 10497457. OLE color: 10497457.
HSL color Cylindrical-coordinate representation of color #B12DA0: hue angle of 307.73º 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 #B12DA0 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 160 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.31 |
| HSL | 307.73º | 0.59% | 0.44% | - |
| HSV(B) | 307.73º | 0.75% | 0.69% | - |
| XYZ | 25.42 | 13.76 | 34.57 | - |
| YUV | 97.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 160 | 0 | 0.75 | 0.10 | 0.31 | 307.73 | 0.59 | 0.44 |
| Hex | B1 | 2D | A0 | 0 | 4B | A | 1F | 134 | 3B | 2C |
| Octal | 261 | 55 | 240 | 0 | 113 | 12 | 37 | 464 | 73 | 54 |
| Binary | 10110001 | 101101 | 10100000 | 0 | 1001011 | 1010 | 11111 | 100110100 | 111011 | 101100 |
Color Harmonies of #B12DA0
Complementary color
Monochromatic Colors of #B12DA0
Black with #B12DA0
Text Example
Text Example
White with #B12DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DA0; }
p { color: rgb(177,45,160); }
H1.HeaderClassName
{
color: #B12DA0;
}
.AnyTagClassName
{
color: #B12DA0;
}
</style>
background-color css
<style>
a { background-color: #B12DA0; }
a { background-color: rgb(177,45,160); }
div.DivClassName
{
background-color: #B12DA0;
}
.BgClassName
{
background-color: #B12DA0;
}
</style>
border-color css
<style>
span { border-color: #B12DA0; }
span { border-color: rgb(177,45,160); }
td.TdClassName
{
border-color: #B12DA0;
}
.TagClassName
{
border-color: #B12DA0;
}
</style>