Shades of Medium Red Violet #B1438E
Tints of Medium Red Violet #B1438E
RGB
CMYK
RGB Variations
Color information
#B1438E (or 0xB1438E) is known color: Medium Red Violet. HEX triplet: B1, 43 and 8E. RGB value is (177,67,142). Sum of RGB (Red+Green+Blue) = 177+67+142=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1438E is #4EBC71. Grayscale: #6C6C6C. Windows color (decimal): -5160050 or 9323441. OLE color: 9323441.
HSL color Cylindrical-coordinate representation of color #B1438E: hue angle of 319.09º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1438E is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 142 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.31 |
| HSL | 319.09º | 0.45% | 0.48% | - |
| HSV(B) | 319.09º | 0.62% | 0.69% | - |
| XYZ | 25.02 | 15.31 | 27.23 | - |
| YUV | 108.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 142 | 0 | 0.62 | 0.20 | 0.31 | 319.09 | 0.45 | 0.48 |
| Hex | B1 | 43 | 8E | 0 | 3E | 14 | 1F | 13F | 2D | 30 |
| Octal | 261 | 103 | 216 | 0 | 76 | 24 | 37 | 477 | 55 | 60 |
| Binary | 10110001 | 1000011 | 10001110 | 0 | 111110 | 10100 | 11111 | 100111111 | 101101 | 110000 |
Color Harmonies of #B1438E
Complementary color
Monochromatic Colors of #B1438E
Black with #B1438E
Text Example
Text Example
White with #B1438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1438E; }
p { color: rgb(177,67,142); }
H1.HeaderClassName
{
color: #B1438E;
}
.AnyTagClassName
{
color: #B1438E;
}
</style>
background-color css
<style>
a { background-color: #B1438E; }
a { background-color: rgb(177,67,142); }
div.DivClassName
{
background-color: #B1438E;
}
.BgClassName
{
background-color: #B1438E;
}
</style>
border-color css
<style>
span { border-color: #B1438E; }
span { border-color: rgb(177,67,142); }
td.TdClassName
{
border-color: #B1438E;
}
.TagClassName
{
border-color: #B1438E;
}
</style>