Shades of Medium Red Violet #B1388A
Tints of Medium Red Violet #B1388A
RGB
CMYK
RGB Variations
Color information
#B1388A (or 0xB1388A) is known color: Medium Red Violet. HEX triplet: B1, 38 and 8A. RGB value is (177,56,138). Sum of RGB (Red+Green+Blue) = 177+56+138=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1388A is #4EC775. Grayscale: #656565. Windows color (decimal): -5162870 or 9058481. OLE color: 9058481.
HSL color Cylindrical-coordinate representation of color #B1388A: hue angle of 319.34º 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 #B1388A is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 138 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.31 |
| HSL | 319.34º | 0.52% | 0.46% | - |
| HSV(B) | 319.34º | 0.68% | 0.69% | - |
| XYZ | 24.13 | 14.01 | 25.48 | - |
| YUV | 101.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 138 | 0 | 0.68 | 0.22 | 0.31 | 319.34 | 0.52 | 0.46 |
| Hex | B1 | 38 | 8A | 0 | 44 | 16 | 1F | 13F | 34 | 2E |
| Octal | 261 | 70 | 212 | 0 | 104 | 26 | 37 | 477 | 64 | 56 |
| Binary | 10110001 | 111000 | 10001010 | 0 | 1000100 | 10110 | 11111 | 100111111 | 110100 | 101110 |
Color Harmonies of #B1388A
Complementary color
Monochromatic Colors of #B1388A
Black with #B1388A
Text Example
Text Example
White with #B1388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1388A; }
p { color: rgb(177,56,138); }
H1.HeaderClassName
{
color: #B1388A;
}
.AnyTagClassName
{
color: #B1388A;
}
</style>
background-color css
<style>
a { background-color: #B1388A; }
a { background-color: rgb(177,56,138); }
div.DivClassName
{
background-color: #B1388A;
}
.BgClassName
{
background-color: #B1388A;
}
</style>
border-color css
<style>
span { border-color: #B1388A; }
span { border-color: rgb(177,56,138); }
td.TdClassName
{
border-color: #B1388A;
}
.TagClassName
{
border-color: #B1388A;
}
</style>