Shades of Medium Red Violet #B12D78
Tints of Medium Red Violet #B12D78
RGB
CMYK
RGB Variations
Color information
#B12D78 (or 0xB12D78) is known color: Medium Red Violet. HEX triplet: B1, 2D and 78. RGB value is (177,45,120). Sum of RGB (Red+Green+Blue) = 177+45+120=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12D78 is #4ED287. Grayscale: #5C5C5C. Windows color (decimal): -5165704 or 7876017. OLE color: 7876017.
HSL color Cylindrical-coordinate representation of color #B12D78: hue angle of 325.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 #B12D78 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 120 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.31 |
| HSL | 325.91º | 0.59% | 0.44% | - |
| HSV(B) | 325.91º | 0.75% | 0.69% | - |
| XYZ | 22.46 | 12.58 | 19.01 | - |
| YUV | 93.02 | 143.23 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 120 | 0 | 0.75 | 0.32 | 0.31 | 325.91 | 0.59 | 0.44 |
| Hex | B1 | 2D | 78 | 0 | 4B | 20 | 1F | 146 | 3B | 2C |
| Octal | 261 | 55 | 170 | 0 | 113 | 40 | 37 | 506 | 73 | 54 |
| Binary | 10110001 | 101101 | 1111000 | 0 | 1001011 | 100000 | 11111 | 101000110 | 111011 | 101100 |
Color Harmonies of #B12D78
Complementary color
Monochromatic Colors of #B12D78
Black with #B12D78
Text Example
Text Example
White with #B12D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D78; }
p { color: rgb(177,45,120); }
H1.HeaderClassName
{
color: #B12D78;
}
.AnyTagClassName
{
color: #B12D78;
}
</style>
background-color css
<style>
a { background-color: #B12D78; }
a { background-color: rgb(177,45,120); }
div.DivClassName
{
background-color: #B12D78;
}
.BgClassName
{
background-color: #B12D78;
}
</style>
border-color css
<style>
span { border-color: #B12D78; }
span { border-color: rgb(177,45,120); }
td.TdClassName
{
border-color: #B12D78;
}
.TagClassName
{
border-color: #B12D78;
}
</style>