Shades of Medium Red Violet #B1339E
Tints of Medium Red Violet #B1339E
RGB
CMYK
RGB Variations
Color information
#B1339E (or 0xB1339E) is known color: Medium Red Violet. HEX triplet: B1, 33 and 9E. RGB value is (177,51,158). Sum of RGB (Red+Green+Blue) = 177+51+158=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1339E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1339E is #4ECC61. Grayscale: #646464. Windows color (decimal): -5164130 or 10367921. OLE color: 10367921.
HSL color Cylindrical-coordinate representation of color #B1339E: hue angle of 309.05º 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 #B1339E is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 158 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.31 |
| HSL | 309.05º | 0.55% | 0.45% | - |
| HSV(B) | 309.05º | 0.71% | 0.69% | - |
| XYZ | 25.49 | 14.18 | 33.74 | - |
| YUV | 100.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 158 | 0 | 0.71 | 0.11 | 0.31 | 309.05 | 0.55 | 0.45 |
| Hex | B1 | 33 | 9E | 0 | 47 | B | 1F | 135 | 37 | 2D |
| Octal | 261 | 63 | 236 | 0 | 107 | 13 | 37 | 465 | 67 | 55 |
| Binary | 10110001 | 110011 | 10011110 | 0 | 1000111 | 1011 | 11111 | 100110101 | 110111 | 101101 |
Color Harmonies of #B1339E
Complementary color
Monochromatic Colors of #B1339E
Black with #B1339E
Text Example
Text Example
White with #B1339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1339E; }
p { color: rgb(177,51,158); }
H1.HeaderClassName
{
color: #B1339E;
}
.AnyTagClassName
{
color: #B1339E;
}
</style>
background-color css
<style>
a { background-color: #B1339E; }
a { background-color: rgb(177,51,158); }
div.DivClassName
{
background-color: #B1339E;
}
.BgClassName
{
background-color: #B1339E;
}
</style>
border-color css
<style>
span { border-color: #B1339E; }
span { border-color: rgb(177,51,158); }
td.TdClassName
{
border-color: #B1339E;
}
.TagClassName
{
border-color: #B1339E;
}
</style>