Shades of Medium Red Violet #B12DA2
Tints of Medium Red Violet #B12DA2
RGB
CMYK
RGB Variations
Color information
#B12DA2 (or 0xB12DA2) is known color: Medium Red Violet. HEX triplet: B1, 2D and A2. RGB value is (177,45,162). Sum of RGB (Red+Green+Blue) = 177+45+162=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B12DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12DA2 is #4ED25D. Grayscale: #616161. Windows color (decimal): -5165662 or 10628529. OLE color: 10628529.
HSL color Cylindrical-coordinate representation of color #B12DA2: hue angle of 306.82º 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 #B12DA2 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 162 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.31 |
| HSL | 306.82º | 0.59% | 0.44% | - |
| HSV(B) | 306.82º | 0.75% | 0.69% | - |
| XYZ | 25.59 | 13.83 | 35.5 | - |
| YUV | 97.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 162 | 0 | 0.75 | 0.08 | 0.31 | 306.82 | 0.59 | 0.44 |
| Hex | B1 | 2D | A2 | 0 | 4B | 8 | 1F | 133 | 3B | 2C |
| Octal | 261 | 55 | 242 | 0 | 113 | 10 | 37 | 463 | 73 | 54 |
| Binary | 10110001 | 101101 | 10100010 | 0 | 1001011 | 1000 | 11111 | 100110011 | 111011 | 101100 |
Color Harmonies of #B12DA2
Complementary color
Monochromatic Colors of #B12DA2
Black with #B12DA2
Text Example
Text Example
White with #B12DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12DA2; }
p { color: rgb(177,45,162); }
H1.HeaderClassName
{
color: #B12DA2;
}
.AnyTagClassName
{
color: #B12DA2;
}
</style>
background-color css
<style>
a { background-color: #B12DA2; }
a { background-color: rgb(177,45,162); }
div.DivClassName
{
background-color: #B12DA2;
}
.BgClassName
{
background-color: #B12DA2;
}
</style>
border-color css
<style>
span { border-color: #B12DA2; }
span { border-color: rgb(177,45,162); }
td.TdClassName
{
border-color: #B12DA2;
}
.TagClassName
{
border-color: #B12DA2;
}
</style>