Shades of Medium Red Violet #B1429E
Tints of Medium Red Violet #B1429E
RGB
CMYK
RGB Variations
Color information
#B1429E (or 0xB1429E) is known color: Medium Red Violet. HEX triplet: B1, 42 and 9E. RGB value is (177,66,158). Sum of RGB (Red+Green+Blue) = 177+66+158=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1429E is #4EBD61. Grayscale: #6D6D6D. Windows color (decimal): -5160290 or 10371761. OLE color: 10371761.
HSL color Cylindrical-coordinate representation of color #B1429E: hue angle of 310.27º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1429E is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 158 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.31 |
| HSL | 310.27º | 0.46% | 0.48% | - |
| HSV(B) | 310.27º | 0.63% | 0.69% | - |
| XYZ | 26.25 | 15.71 | 34 | - |
| YUV | 109.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 158 | 0 | 0.63 | 0.11 | 0.31 | 310.27 | 0.46 | 0.48 |
| Hex | B1 | 42 | 9E | 0 | 3F | B | 1F | 136 | 2E | 30 |
| Octal | 261 | 102 | 236 | 0 | 77 | 13 | 37 | 466 | 56 | 60 |
| Binary | 10110001 | 1000010 | 10011110 | 0 | 111111 | 1011 | 11111 | 100110110 | 101110 | 110000 |
Color Harmonies of #B1429E
Complementary color
Monochromatic Colors of #B1429E
Black with #B1429E
Text Example
Text Example
White with #B1429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1429E; }
p { color: rgb(177,66,158); }
H1.HeaderClassName
{
color: #B1429E;
}
.AnyTagClassName
{
color: #B1429E;
}
</style>
background-color css
<style>
a { background-color: #B1429E; }
a { background-color: rgb(177,66,158); }
div.DivClassName
{
background-color: #B1429E;
}
.BgClassName
{
background-color: #B1429E;
}
</style>
border-color css
<style>
span { border-color: #B1429E; }
span { border-color: rgb(177,66,158); }
td.TdClassName
{
border-color: #B1429E;
}
.TagClassName
{
border-color: #B1429E;
}
</style>