Shades of Medium Red Violet #B1398C
Tints of Medium Red Violet #B1398C
RGB
CMYK
RGB Variations
Color information
#B1398C (or 0xB1398C) is known color: Medium Red Violet. HEX triplet: B1, 39 and 8C. RGB value is (177,57,140). Sum of RGB (Red+Green+Blue) = 177+57+140=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1398C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1398C is #4EC673. Grayscale: #666666. Windows color (decimal): -5162612 or 9189809. OLE color: 9189809.
HSL color Cylindrical-coordinate representation of color #B1398C: hue angle of 318.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1398C is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 140 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.31 |
| HSL | 318.5º | 0.51% | 0.46% | - |
| HSV(B) | 318.5º | 0.68% | 0.69% | - |
| XYZ | 24.33 | 14.17 | 26.26 | - |
| YUV | 102.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 140 | 0 | 0.68 | 0.21 | 0.31 | 318.5 | 0.51 | 0.46 |
| Hex | B1 | 39 | 8C | 0 | 44 | 15 | 1F | 13E | 33 | 2E |
| Octal | 261 | 71 | 214 | 0 | 104 | 25 | 37 | 476 | 63 | 56 |
| Binary | 10110001 | 111001 | 10001100 | 0 | 1000100 | 10101 | 11111 | 100111110 | 110011 | 101110 |
Color Harmonies of #B1398C
Complementary color
Monochromatic Colors of #B1398C
Black with #B1398C
Text Example
Text Example
White with #B1398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1398C; }
p { color: rgb(177,57,140); }
H1.HeaderClassName
{
color: #B1398C;
}
.AnyTagClassName
{
color: #B1398C;
}
</style>
background-color css
<style>
a { background-color: #B1398C; }
a { background-color: rgb(177,57,140); }
div.DivClassName
{
background-color: #B1398C;
}
.BgClassName
{
background-color: #B1398C;
}
</style>
border-color css
<style>
span { border-color: #B1398C; }
span { border-color: rgb(177,57,140); }
td.TdClassName
{
border-color: #B1398C;
}
.TagClassName
{
border-color: #B1398C;
}
</style>