Shades of Medium Red Violet #B1387B
Tints of Medium Red Violet #B1387B
RGB
CMYK
RGB Variations
Color information
#B1387B (or 0xB1387B) is known color: Medium Red Violet. HEX triplet: B1, 38 and 7B. RGB value is (177,56,123). Sum of RGB (Red+Green+Blue) = 177+56+123=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1387B is #4EC784. Grayscale: #636363. Windows color (decimal): -5162885 or 8075441. OLE color: 8075441.
HSL color Cylindrical-coordinate representation of color #B1387B: hue angle of 326.78º 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 #B1387B is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 123 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.31 |
| HSL | 326.78º | 0.52% | 0.46% | - |
| HSV(B) | 326.78º | 0.68% | 0.69% | - |
| XYZ | 23.12 | 13.61 | 20.15 | - |
| YUV | 99.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 123 | 0 | 0.68 | 0.31 | 0.31 | 326.78 | 0.52 | 0.46 |
| Hex | B1 | 38 | 7B | 0 | 44 | 1F | 1F | 147 | 34 | 2E |
| Octal | 261 | 70 | 173 | 0 | 104 | 37 | 37 | 507 | 64 | 56 |
| Binary | 10110001 | 111000 | 1111011 | 0 | 1000100 | 11111 | 11111 | 101000111 | 110100 | 101110 |
Color Harmonies of #B1387B
Complementary color
Monochromatic Colors of #B1387B
Black with #B1387B
Text Example
Text Example
White with #B1387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1387B; }
p { color: rgb(177,56,123); }
H1.HeaderClassName
{
color: #B1387B;
}
.AnyTagClassName
{
color: #B1387B;
}
</style>
background-color css
<style>
a { background-color: #B1387B; }
a { background-color: rgb(177,56,123); }
div.DivClassName
{
background-color: #B1387B;
}
.BgClassName
{
background-color: #B1387B;
}
</style>
border-color css
<style>
span { border-color: #B1387B; }
span { border-color: rgb(177,56,123); }
td.TdClassName
{
border-color: #B1387B;
}
.TagClassName
{
border-color: #B1387B;
}
</style>