Shades of Medium Red Violet #B1339B
Tints of Medium Red Violet #B1339B
RGB
CMYK
RGB Variations
Color information
#B1339B (or 0xB1339B) is known color: Medium Red Violet. HEX triplet: B1, 33 and 9B. RGB value is (177,51,155). Sum of RGB (Red+Green+Blue) = 177+51+155=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1339B is #4ECC64. Grayscale: #646464. Windows color (decimal): -5164133 or 10171313. OLE color: 10171313.
HSL color Cylindrical-coordinate representation of color #B1339B: hue angle of 310.48º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1339B is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 155 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.31 |
| HSL | 310.48º | 0.55% | 0.45% | - |
| HSV(B) | 310.48º | 0.71% | 0.69% | - |
| XYZ | 25.23 | 14.08 | 32.4 | - |
| YUV | 100.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 155 | 0 | 0.71 | 0.12 | 0.31 | 310.48 | 0.55 | 0.45 |
| Hex | B1 | 33 | 9B | 0 | 47 | C | 1F | 136 | 37 | 2D |
| Octal | 261 | 63 | 233 | 0 | 107 | 14 | 37 | 466 | 67 | 55 |
| Binary | 10110001 | 110011 | 10011011 | 0 | 1000111 | 1100 | 11111 | 100110110 | 110111 | 101101 |
Color Harmonies of #B1339B
Complementary color
Monochromatic Colors of #B1339B
Black with #B1339B
Text Example
Text Example
White with #B1339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1339B; }
p { color: rgb(177,51,155); }
H1.HeaderClassName
{
color: #B1339B;
}
.AnyTagClassName
{
color: #B1339B;
}
</style>
background-color css
<style>
a { background-color: #B1339B; }
a { background-color: rgb(177,51,155); }
div.DivClassName
{
background-color: #B1339B;
}
.BgClassName
{
background-color: #B1339B;
}
</style>
border-color css
<style>
span { border-color: #B1339B; }
span { border-color: rgb(177,51,155); }
td.TdClassName
{
border-color: #B1339B;
}
.TagClassName
{
border-color: #B1339B;
}
</style>