Shades of Medium Red Violet #B1419E
Tints of Medium Red Violet #B1419E
RGB
CMYK
RGB Variations
Color information
#B1419E (or 0xB1419E) is known color: Medium Red Violet. HEX triplet: B1, 41 and 9E. RGB value is (177,65,158). Sum of RGB (Red+Green+Blue) = 177+65+158=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1419E is #4EBE61. Grayscale: #6C6C6C. Windows color (decimal): -5160546 or 10371505. OLE color: 10371505.
HSL color Cylindrical-coordinate representation of color #B1419E: hue angle of 310.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1419E is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 158 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.31 |
| HSL | 310.18º | 0.46% | 0.47% | - |
| HSV(B) | 310.18º | 0.63% | 0.69% | - |
| XYZ | 26.19 | 15.6 | 33.98 | - |
| YUV | 109.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 158 | 0 | 0.63 | 0.11 | 0.31 | 310.18 | 0.46 | 0.47 |
| Hex | B1 | 41 | 9E | 0 | 3F | B | 1F | 136 | 2E | 2F |
| Octal | 261 | 101 | 236 | 0 | 77 | 13 | 37 | 466 | 56 | 57 |
| Binary | 10110001 | 1000001 | 10011110 | 0 | 111111 | 1011 | 11111 | 100110110 | 101110 | 101111 |
Color Harmonies of #B1419E
Complementary color
Monochromatic Colors of #B1419E
Black with #B1419E
Text Example
Text Example
White with #B1419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1419E; }
p { color: rgb(177,65,158); }
H1.HeaderClassName
{
color: #B1419E;
}
.AnyTagClassName
{
color: #B1419E;
}
</style>
background-color css
<style>
a { background-color: #B1419E; }
a { background-color: rgb(177,65,158); }
div.DivClassName
{
background-color: #B1419E;
}
.BgClassName
{
background-color: #B1419E;
}
</style>
border-color css
<style>
span { border-color: #B1419E; }
span { border-color: rgb(177,65,158); }
td.TdClassName
{
border-color: #B1419E;
}
.TagClassName
{
border-color: #B1419E;
}
</style>