Shades of Medium Red Violet #B1407C
Tints of Medium Red Violet #B1407C
RGB
CMYK
RGB Variations
Color information
#B1407C (or 0xB1407C) is known color: Medium Red Violet. HEX triplet: B1, 40 and 7C. RGB value is (177,64,124). Sum of RGB (Red+Green+Blue) = 177+64+124=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1407C is #4EBF83. Grayscale: #686868. Windows color (decimal): -5160836 or 8143025. OLE color: 8143025.
HSL color Cylindrical-coordinate representation of color #B1407C: hue angle of 328.14º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1407C is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 124 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.31 |
| HSL | 328.14º | 0.47% | 0.47% | - |
| HSV(B) | 328.14º | 0.64% | 0.69% | - |
| XYZ | 23.6 | 14.47 | 20.62 | - |
| YUV | 104.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 124 | 0 | 0.64 | 0.30 | 0.31 | 328.14 | 0.47 | 0.47 |
| Hex | B1 | 40 | 7C | 0 | 40 | 1E | 1F | 148 | 2F | 2F |
| Octal | 261 | 100 | 174 | 0 | 100 | 36 | 37 | 510 | 57 | 57 |
| Binary | 10110001 | 1000000 | 1111100 | 0 | 1000000 | 11110 | 11111 | 101001000 | 101111 | 101111 |
Color Harmonies of #B1407C
Complementary color
Monochromatic Colors of #B1407C
Black with #B1407C
Text Example
Text Example
White with #B1407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1407C; }
p { color: rgb(177,64,124); }
H1.HeaderClassName
{
color: #B1407C;
}
.AnyTagClassName
{
color: #B1407C;
}
</style>
background-color css
<style>
a { background-color: #B1407C; }
a { background-color: rgb(177,64,124); }
div.DivClassName
{
background-color: #B1407C;
}
.BgClassName
{
background-color: #B1407C;
}
</style>
border-color css
<style>
span { border-color: #B1407C; }
span { border-color: rgb(177,64,124); }
td.TdClassName
{
border-color: #B1407C;
}
.TagClassName
{
border-color: #B1407C;
}
</style>