Shades of Medium Red Violet #B1438F
Tints of Medium Red Violet #B1438F
RGB
CMYK
RGB Variations
Color information
#B1438F (or 0xB1438F) is known color: Medium Red Violet. HEX triplet: B1, 43 and 8F. RGB value is (177,67,143). Sum of RGB (Red+Green+Blue) = 177+67+143=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1438F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1438F is #4EBC70. Grayscale: #6C6C6C. Windows color (decimal): -5160049 or 9388977. OLE color: 9388977.
HSL color Cylindrical-coordinate representation of color #B1438F: hue angle of 318.55º 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 #B1438F is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 143 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.31 |
| HSL | 318.55º | 0.45% | 0.48% | - |
| HSV(B) | 318.55º | 0.62% | 0.69% | - |
| XYZ | 25.1 | 15.34 | 27.63 | - |
| YUV | 108.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 143 | 0 | 0.62 | 0.19 | 0.31 | 318.55 | 0.45 | 0.48 |
| Hex | B1 | 43 | 8F | 0 | 3E | 13 | 1F | 13F | 2D | 30 |
| Octal | 261 | 103 | 217 | 0 | 76 | 23 | 37 | 477 | 55 | 60 |
| Binary | 10110001 | 1000011 | 10001111 | 0 | 111110 | 10011 | 11111 | 100111111 | 101101 | 110000 |
Color Harmonies of #B1438F
Complementary color
Monochromatic Colors of #B1438F
Black with #B1438F
Text Example
Text Example
White with #B1438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1438F; }
p { color: rgb(177,67,143); }
H1.HeaderClassName
{
color: #B1438F;
}
.AnyTagClassName
{
color: #B1438F;
}
</style>
background-color css
<style>
a { background-color: #B1438F; }
a { background-color: rgb(177,67,143); }
div.DivClassName
{
background-color: #B1438F;
}
.BgClassName
{
background-color: #B1438F;
}
</style>
border-color css
<style>
span { border-color: #B1438F; }
span { border-color: rgb(177,67,143); }
td.TdClassName
{
border-color: #B1438F;
}
.TagClassName
{
border-color: #B1438F;
}
</style>