Shades of Medium Red Violet #B1389F
Tints of Medium Red Violet #B1389F
RGB
CMYK
RGB Variations
Color information
#B1389F (or 0xB1389F) is known color: Medium Red Violet. HEX triplet: B1, 38 and 9F. RGB value is (177,56,159). Sum of RGB (Red+Green+Blue) = 177+56+159=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1389F is #4EC760. Grayscale: #676767. Windows color (decimal): -5162849 or 10434737. OLE color: 10434737.
HSL color Cylindrical-coordinate representation of color #B1389F: hue angle of 308.93º degrees, saturation: 0.52, 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 #B1389F is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 159 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.31 |
| HSL | 308.93º | 0.52% | 0.46% | - |
| HSV(B) | 308.93º | 0.68% | 0.69% | - |
| XYZ | 25.8 | 14.68 | 34.27 | - |
| YUV | 103.92 | 159.09 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 159 | 0 | 0.68 | 0.10 | 0.31 | 308.93 | 0.52 | 0.46 |
| Hex | B1 | 38 | 9F | 0 | 44 | A | 1F | 135 | 34 | 2E |
| Octal | 261 | 70 | 237 | 0 | 104 | 12 | 37 | 465 | 64 | 56 |
| Binary | 10110001 | 111000 | 10011111 | 0 | 1000100 | 1010 | 11111 | 100110101 | 110100 | 101110 |
Color Harmonies of #B1389F
Complementary color
Monochromatic Colors of #B1389F
Black with #B1389F
Text Example
Text Example
White with #B1389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1389F; }
p { color: rgb(177,56,159); }
H1.HeaderClassName
{
color: #B1389F;
}
.AnyTagClassName
{
color: #B1389F;
}
</style>
background-color css
<style>
a { background-color: #B1389F; }
a { background-color: rgb(177,56,159); }
div.DivClassName
{
background-color: #B1389F;
}
.BgClassName
{
background-color: #B1389F;
}
</style>
border-color css
<style>
span { border-color: #B1389F; }
span { border-color: rgb(177,56,159); }
td.TdClassName
{
border-color: #B1389F;
}
.TagClassName
{
border-color: #B1389F;
}
</style>