Shades of Medium Red Violet #B1359B
Tints of Medium Red Violet #B1359B
RGB
CMYK
RGB Variations
Color information
#B1359B (or 0xB1359B) is known color: Medium Red Violet. HEX triplet: B1, 35 and 9B. RGB value is (177,53,155). Sum of RGB (Red+Green+Blue) = 177+53+155=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1359B is #4ECA64. Grayscale: #656565. Windows color (decimal): -5163621 or 10171825. OLE color: 10171825.
HSL color Cylindrical-coordinate representation of color #B1359B: hue angle of 310.65º 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 #B1359B is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 53 | 155 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.31 |
| HSL | 310.65º | 0.54% | 0.45% | - |
| HSV(B) | 310.65º | 0.7% | 0.69% | - |
| XYZ | 25.32 | 14.26 | 32.43 | - |
| YUV | 101.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 155 | 0 | 0.70 | 0.12 | 0.31 | 310.65 | 0.54 | 0.45 |
| Hex | B1 | 35 | 9B | 0 | 46 | C | 1F | 137 | 36 | 2D |
| Octal | 261 | 65 | 233 | 0 | 106 | 14 | 37 | 467 | 66 | 55 |
| Binary | 10110001 | 110101 | 10011011 | 0 | 1000110 | 1100 | 11111 | 100110111 | 110110 | 101101 |
Color Harmonies of #B1359B
Complementary color
Monochromatic Colors of #B1359B
Black with #B1359B
Text Example
Text Example
White with #B1359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1359B; }
p { color: rgb(177,53,155); }
H1.HeaderClassName
{
color: #B1359B;
}
.AnyTagClassName
{
color: #B1359B;
}
</style>
background-color css
<style>
a { background-color: #B1359B; }
a { background-color: rgb(177,53,155); }
div.DivClassName
{
background-color: #B1359B;
}
.BgClassName
{
background-color: #B1359B;
}
</style>
border-color css
<style>
span { border-color: #B1359B; }
span { border-color: rgb(177,53,155); }
td.TdClassName
{
border-color: #B1359B;
}
.TagClassName
{
border-color: #B1359B;
}
</style>