Shades of Medium Red Violet #B1389B
Tints of Medium Red Violet #B1389B
RGB
CMYK
RGB Variations
Color information
#B1389B (or 0xB1389B) is known color: Medium Red Violet. HEX triplet: B1, 38 and 9B. RGB value is (177,56,155). Sum of RGB (Red+Green+Blue) = 177+56+155=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1389B is #4EC764. Grayscale: #676767. Windows color (decimal): -5162853 or 10172593. OLE color: 10172593.
HSL color Cylindrical-coordinate representation of color #B1389B: hue angle of 310.91º 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 #B1389B is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 155 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.31 |
| HSL | 310.91º | 0.52% | 0.46% | - |
| HSV(B) | 310.91º | 0.68% | 0.69% | - |
| XYZ | 25.46 | 14.54 | 32.48 | - |
| YUV | 103.47 | 157.09 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 155 | 0 | 0.68 | 0.12 | 0.31 | 310.91 | 0.52 | 0.46 |
| Hex | B1 | 38 | 9B | 0 | 44 | C | 1F | 137 | 34 | 2E |
| Octal | 261 | 70 | 233 | 0 | 104 | 14 | 37 | 467 | 64 | 56 |
| Binary | 10110001 | 111000 | 10011011 | 0 | 1000100 | 1100 | 11111 | 100110111 | 110100 | 101110 |
Color Harmonies of #B1389B
Complementary color
Monochromatic Colors of #B1389B
Black with #B1389B
Text Example
Text Example
White with #B1389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1389B; }
p { color: rgb(177,56,155); }
H1.HeaderClassName
{
color: #B1389B;
}
.AnyTagClassName
{
color: #B1389B;
}
</style>
background-color css
<style>
a { background-color: #B1389B; }
a { background-color: rgb(177,56,155); }
div.DivClassName
{
background-color: #B1389B;
}
.BgClassName
{
background-color: #B1389B;
}
</style>
border-color css
<style>
span { border-color: #B1389B; }
span { border-color: rgb(177,56,155); }
td.TdClassName
{
border-color: #B1389B;
}
.TagClassName
{
border-color: #B1389B;
}
</style>