Shades of Medium Red Violet #B1409D
Tints of Medium Red Violet #B1409D
RGB
CMYK
RGB Variations
Color information
#B1409D (or 0xB1409D) is known color: Medium Red Violet. HEX triplet: B1, 40 and 9D. RGB value is (177,64,157). Sum of RGB (Red+Green+Blue) = 177+64+157=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1409D is #4EBF62. Grayscale: #6C6C6C. Windows color (decimal): -5160803 or 10305713. OLE color: 10305713.
HSL color Cylindrical-coordinate representation of color #B1409D: hue angle of 310.62º 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 #B1409D is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 157 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.31 |
| HSL | 310.62º | 0.47% | 0.47% | - |
| HSV(B) | 310.62º | 0.64% | 0.69% | - |
| XYZ | 26.05 | 15.45 | 33.51 | - |
| YUV | 108.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 157 | 0 | 0.64 | 0.11 | 0.31 | 310.62 | 0.47 | 0.47 |
| Hex | B1 | 40 | 9D | 0 | 40 | B | 1F | 137 | 2F | 2F |
| Octal | 261 | 100 | 235 | 0 | 100 | 13 | 37 | 467 | 57 | 57 |
| Binary | 10110001 | 1000000 | 10011101 | 0 | 1000000 | 1011 | 11111 | 100110111 | 101111 | 101111 |
Color Harmonies of #B1409D
Complementary color
Monochromatic Colors of #B1409D
Black with #B1409D
Text Example
Text Example
White with #B1409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1409D; }
p { color: rgb(177,64,157); }
H1.HeaderClassName
{
color: #B1409D;
}
.AnyTagClassName
{
color: #B1409D;
}
</style>
background-color css
<style>
a { background-color: #B1409D; }
a { background-color: rgb(177,64,157); }
div.DivClassName
{
background-color: #B1409D;
}
.BgClassName
{
background-color: #B1409D;
}
</style>
border-color css
<style>
span { border-color: #B1409D; }
span { border-color: rgb(177,64,157); }
td.TdClassName
{
border-color: #B1409D;
}
.TagClassName
{
border-color: #B1409D;
}
</style>