Shades of Medium Red Violet #B1358C
Tints of Medium Red Violet #B1358C
RGB
CMYK
RGB Variations
Color information
#B1358C (or 0xB1358C) is known color: Medium Red Violet. HEX triplet: B1, 35 and 8C. RGB value is (177,53,140). Sum of RGB (Red+Green+Blue) = 177+53+140=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1358C is #4ECA73. Grayscale: #636363. Windows color (decimal): -5163636 or 9188785. OLE color: 9188785.
HSL color Cylindrical-coordinate representation of color #B1358C: hue angle of 317.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1358C is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 53 | 140 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.31 |
| HSL | 317.9º | 0.54% | 0.45% | - |
| HSV(B) | 317.9º | 0.7% | 0.69% | - |
| XYZ | 24.14 | 13.79 | 26.2 | - |
| YUV | 99.99 | 150.58 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 140 | 0 | 0.70 | 0.21 | 0.31 | 317.9 | 0.54 | 0.45 |
| Hex | B1 | 35 | 8C | 0 | 46 | 15 | 1F | 13E | 36 | 2D |
| Octal | 261 | 65 | 214 | 0 | 106 | 25 | 37 | 476 | 66 | 55 |
| Binary | 10110001 | 110101 | 10001100 | 0 | 1000110 | 10101 | 11111 | 100111110 | 110110 | 101101 |
Color Harmonies of #B1358C
Complementary color
Monochromatic Colors of #B1358C
Black with #B1358C
Text Example
Text Example
White with #B1358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1358C; }
p { color: rgb(177,53,140); }
H1.HeaderClassName
{
color: #B1358C;
}
.AnyTagClassName
{
color: #B1358C;
}
</style>
background-color css
<style>
a { background-color: #B1358C; }
a { background-color: rgb(177,53,140); }
div.DivClassName
{
background-color: #B1358C;
}
.BgClassName
{
background-color: #B1358C;
}
</style>
border-color css
<style>
span { border-color: #B1358C; }
span { border-color: rgb(177,53,140); }
td.TdClassName
{
border-color: #B1358C;
}
.TagClassName
{
border-color: #B1358C;
}
</style>