Shades of Medium Red Violet #B1378A
Tints of Medium Red Violet #B1378A
RGB
CMYK
RGB Variations
Color information
#B1378A (or 0xB1378A) is known color: Medium Red Violet. HEX triplet: B1, 37 and 8A. RGB value is (177,55,138). Sum of RGB (Red+Green+Blue) = 177+55+138=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1378A is #4EC875. Grayscale: #646464. Windows color (decimal): -5163126 or 9058225. OLE color: 9058225.
HSL color Cylindrical-coordinate representation of color #B1378A: hue angle of 319.18º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1378A is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 138 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.31 |
| HSL | 319.18º | 0.53% | 0.45% | - |
| HSV(B) | 319.18º | 0.69% | 0.69% | - |
| XYZ | 24.09 | 13.91 | 25.46 | - |
| YUV | 100.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 138 | 0 | 0.69 | 0.22 | 0.31 | 319.18 | 0.53 | 0.45 |
| Hex | B1 | 37 | 8A | 0 | 45 | 16 | 1F | 13F | 35 | 2D |
| Octal | 261 | 67 | 212 | 0 | 105 | 26 | 37 | 477 | 65 | 55 |
| Binary | 10110001 | 110111 | 10001010 | 0 | 1000101 | 10110 | 11111 | 100111111 | 110101 | 101101 |
Color Harmonies of #B1378A
Complementary color
Monochromatic Colors of #B1378A
Black with #B1378A
Text Example
Text Example
White with #B1378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1378A; }
p { color: rgb(177,55,138); }
H1.HeaderClassName
{
color: #B1378A;
}
.AnyTagClassName
{
color: #B1378A;
}
</style>
background-color css
<style>
a { background-color: #B1378A; }
a { background-color: rgb(177,55,138); }
div.DivClassName
{
background-color: #B1378A;
}
.BgClassName
{
background-color: #B1378A;
}
</style>
border-color css
<style>
span { border-color: #B1378A; }
span { border-color: rgb(177,55,138); }
td.TdClassName
{
border-color: #B1378A;
}
.TagClassName
{
border-color: #B1378A;
}
</style>