Shades of Medium Red Violet #B1358B
Tints of Medium Red Violet #B1358B
RGB
CMYK
RGB Variations
Color information
#B1358B (or 0xB1358B) is known color: Medium Red Violet. HEX triplet: B1, 35 and 8B. RGB value is (177,53,139). Sum of RGB (Red+Green+Blue) = 177+53+139=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1358B is #4ECA74. Grayscale: #636363. Windows color (decimal): -5163637 or 9123249. OLE color: 9123249.
HSL color Cylindrical-coordinate representation of color #B1358B: hue angle of 318.39º 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 #B1358B is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 53 | 139 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.31 |
| HSL | 318.39º | 0.54% | 0.45% | - |
| HSV(B) | 318.39º | 0.7% | 0.69% | - |
| XYZ | 24.06 | 13.76 | 25.81 | - |
| YUV | 99.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 139 | 0 | 0.70 | 0.21 | 0.31 | 318.39 | 0.54 | 0.45 |
| Hex | B1 | 35 | 8B | 0 | 46 | 15 | 1F | 13E | 36 | 2D |
| Octal | 261 | 65 | 213 | 0 | 106 | 25 | 37 | 476 | 66 | 55 |
| Binary | 10110001 | 110101 | 10001011 | 0 | 1000110 | 10101 | 11111 | 100111110 | 110110 | 101101 |
Color Harmonies of #B1358B
Complementary color
Monochromatic Colors of #B1358B
Black with #B1358B
Text Example
Text Example
White with #B1358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1358B; }
p { color: rgb(177,53,139); }
H1.HeaderClassName
{
color: #B1358B;
}
.AnyTagClassName
{
color: #B1358B;
}
</style>
background-color css
<style>
a { background-color: #B1358B; }
a { background-color: rgb(177,53,139); }
div.DivClassName
{
background-color: #B1358B;
}
.BgClassName
{
background-color: #B1358B;
}
</style>
border-color css
<style>
span { border-color: #B1358B; }
span { border-color: rgb(177,53,139); }
td.TdClassName
{
border-color: #B1358B;
}
.TagClassName
{
border-color: #B1358B;
}
</style>