Shades of Medium Red Violet #B1408F
Tints of Medium Red Violet #B1408F
RGB
CMYK
RGB Variations
Color information
#B1408F (or 0xB1408F) is known color: Medium Red Violet. HEX triplet: B1, 40 and 8F. RGB value is (177,64,143). Sum of RGB (Red+Green+Blue) = 177+64+143=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1408F is #4EBF70. Grayscale: #6A6A6A. Windows color (decimal): -5160817 or 9388209. OLE color: 9388209.
HSL color Cylindrical-coordinate representation of color #B1408F: hue angle of 318.05º 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 #B1408F is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 143 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.31 |
| HSL | 318.05º | 0.47% | 0.47% | - |
| HSV(B) | 318.05º | 0.64% | 0.69% | - |
| XYZ | 24.92 | 15 | 27.57 | - |
| YUV | 106.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 143 | 0 | 0.64 | 0.19 | 0.31 | 318.05 | 0.47 | 0.47 |
| Hex | B1 | 40 | 8F | 0 | 40 | 13 | 1F | 13E | 2F | 2F |
| Octal | 261 | 100 | 217 | 0 | 100 | 23 | 37 | 476 | 57 | 57 |
| Binary | 10110001 | 1000000 | 10001111 | 0 | 1000000 | 10011 | 11111 | 100111110 | 101111 | 101111 |
Color Harmonies of #B1408F
Complementary color
Monochromatic Colors of #B1408F
Black with #B1408F
Text Example
Text Example
White with #B1408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1408F; }
p { color: rgb(177,64,143); }
H1.HeaderClassName
{
color: #B1408F;
}
.AnyTagClassName
{
color: #B1408F;
}
</style>
background-color css
<style>
a { background-color: #B1408F; }
a { background-color: rgb(177,64,143); }
div.DivClassName
{
background-color: #B1408F;
}
.BgClassName
{
background-color: #B1408F;
}
</style>
border-color css
<style>
span { border-color: #B1408F; }
span { border-color: rgb(177,64,143); }
td.TdClassName
{
border-color: #B1408F;
}
.TagClassName
{
border-color: #B1408F;
}
</style>