Shades of Medium Red Violet #B1397F
Tints of Medium Red Violet #B1397F
RGB
CMYK
RGB Variations
Color information
#B1397F (or 0xB1397F) is known color: Medium Red Violet. HEX triplet: B1, 39 and 7F. RGB value is (177,57,127). Sum of RGB (Red+Green+Blue) = 177+57+127=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B1397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1397F is #4EC680. Grayscale: #646464. Windows color (decimal): -5162625 or 8337841. OLE color: 8337841.
HSL color Cylindrical-coordinate representation of color #B1397F: hue angle of 325º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1397F is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 127 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.31 |
| HSL | 325º | 0.51% | 0.46% | - |
| HSV(B) | 325º | 0.68% | 0.69% | - |
| XYZ | 23.43 | 13.81 | 21.51 | - |
| YUV | 100.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 127 | 0 | 0.68 | 0.28 | 0.31 | 325 | 0.51 | 0.46 |
| Hex | B1 | 39 | 7F | 0 | 44 | 1C | 1F | 145 | 33 | 2E |
| Octal | 261 | 71 | 177 | 0 | 104 | 34 | 37 | 505 | 63 | 56 |
| Binary | 10110001 | 111001 | 1111111 | 0 | 1000100 | 11100 | 11111 | 101000101 | 110011 | 101110 |
Color Harmonies of #B1397F
Complementary color
Monochromatic Colors of #B1397F
Black with #B1397F
Text Example
Text Example
White with #B1397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1397F; }
p { color: rgb(177,57,127); }
H1.HeaderClassName
{
color: #B1397F;
}
.AnyTagClassName
{
color: #B1397F;
}
</style>
background-color css
<style>
a { background-color: #B1397F; }
a { background-color: rgb(177,57,127); }
div.DivClassName
{
background-color: #B1397F;
}
.BgClassName
{
background-color: #B1397F;
}
</style>
border-color css
<style>
span { border-color: #B1397F; }
span { border-color: rgb(177,57,127); }
td.TdClassName
{
border-color: #B1397F;
}
.TagClassName
{
border-color: #B1397F;
}
</style>