Shades of Medium Red Violet #B12C7D
Tints of Medium Red Violet #B12C7D
RGB
CMYK
RGB Variations
Color information
#B12C7D (or 0xB12C7D) is known color: Medium Red Violet. HEX triplet: B1, 2C and 7D. RGB value is (177,44,125). Sum of RGB (Red+Green+Blue) = 177+44+125=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12C7D is #4ED382. Grayscale: #5C5C5C. Windows color (decimal): -5165955 or 8203441. OLE color: 8203441.
HSL color Cylindrical-coordinate representation of color #B12C7D: hue angle of 323.46º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12C7D is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 44 | 125 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.31 |
| HSL | 323.46º | 0.6% | 0.43% | - |
| HSV(B) | 323.46º | 0.75% | 0.69% | - |
| XYZ | 22.73 | 12.63 | 20.64 | - |
| YUV | 93 | 146.06 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 125 | 0 | 0.75 | 0.29 | 0.31 | 323.46 | 0.6 | 0.43 |
| Hex | B1 | 2C | 7D | 0 | 4B | 1D | 1F | 143 | 3C | 2B |
| Octal | 261 | 54 | 175 | 0 | 113 | 35 | 37 | 503 | 74 | 53 |
| Binary | 10110001 | 101100 | 1111101 | 0 | 1001011 | 11101 | 11111 | 101000011 | 111100 | 101011 |
Color Harmonies of #B12C7D
Complementary color
Monochromatic Colors of #B12C7D
Black with #B12C7D
Text Example
Text Example
White with #B12C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12C7D; }
p { color: rgb(177,44,125); }
H1.HeaderClassName
{
color: #B12C7D;
}
.AnyTagClassName
{
color: #B12C7D;
}
</style>
background-color css
<style>
a { background-color: #B12C7D; }
a { background-color: rgb(177,44,125); }
div.DivClassName
{
background-color: #B12C7D;
}
.BgClassName
{
background-color: #B12C7D;
}
</style>
border-color css
<style>
span { border-color: #B12C7D; }
span { border-color: rgb(177,44,125); }
td.TdClassName
{
border-color: #B12C7D;
}
.TagClassName
{
border-color: #B12C7D;
}
</style>