Shades of Medium Red Violet #B1388B
Tints of Medium Red Violet #B1388B
RGB
CMYK
RGB Variations
Color information
#B1388B (or 0xB1388B) is known color: Medium Red Violet. HEX triplet: B1, 38 and 8B. RGB value is (177,56,139). Sum of RGB (Red+Green+Blue) = 177+56+139=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1388B is #4EC774. Grayscale: #656565. Windows color (decimal): -5162869 or 9124017. OLE color: 9124017.
HSL color Cylindrical-coordinate representation of color #B1388B: hue angle of 318.84º 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 #B1388B is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 139 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.31 |
| HSL | 318.84º | 0.52% | 0.46% | - |
| HSV(B) | 318.84º | 0.68% | 0.69% | - |
| XYZ | 24.21 | 14.04 | 25.86 | - |
| YUV | 101.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 139 | 0 | 0.68 | 0.21 | 0.31 | 318.84 | 0.52 | 0.46 |
| Hex | B1 | 38 | 8B | 0 | 44 | 15 | 1F | 13F | 34 | 2E |
| Octal | 261 | 70 | 213 | 0 | 104 | 25 | 37 | 477 | 64 | 56 |
| Binary | 10110001 | 111000 | 10001011 | 0 | 1000100 | 10101 | 11111 | 100111111 | 110100 | 101110 |
Color Harmonies of #B1388B
Complementary color
Monochromatic Colors of #B1388B
Black with #B1388B
Text Example
Text Example
White with #B1388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1388B; }
p { color: rgb(177,56,139); }
H1.HeaderClassName
{
color: #B1388B;
}
.AnyTagClassName
{
color: #B1388B;
}
</style>
background-color css
<style>
a { background-color: #B1388B; }
a { background-color: rgb(177,56,139); }
div.DivClassName
{
background-color: #B1388B;
}
.BgClassName
{
background-color: #B1388B;
}
</style>
border-color css
<style>
span { border-color: #B1388B; }
span { border-color: rgb(177,56,139); }
td.TdClassName
{
border-color: #B1388B;
}
.TagClassName
{
border-color: #B1388B;
}
</style>