Shades of Medium Purple #B16DF0
Tints of Medium Purple #B16DF0
RGB
CMYK
RGB Variations
Color information
#B16DF0 (or 0xB16DF0) is known color: Medium Purple. HEX triplet: B1, 6D and F0. RGB value is (177,109,240). Sum of RGB (Red+Green+Blue) = 177+109+240=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #B16DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16DF0 is #4E920F. Grayscale: #8F8F8F. Windows color (decimal): -5149200 or 15756721. OLE color: 15756721.
HSL color Cylindrical-coordinate representation of color #B16DF0: hue angle of 271.15º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B16DF0 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 109 | 240 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.06 |
| HSL | 271.15º | 0.81% | 0.68% | - |
| HSV(B) | 271.15º | 0.55% | 0.94% | - |
| XYZ | 39.33 | 26.58 | 85.49 | - |
| YUV | 144.27 | 182.03 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 240 | 0.26 | 0.55 | 0 | 0.06 | 271.15 | 0.81 | 0.68 |
| Hex | B1 | 6D | F0 | 1A | 37 | 0 | 6 | 10F | 51 | 44 |
| Octal | 261 | 155 | 360 | 32 | 67 | 0 | 6 | 417 | 121 | 104 |
| Binary | 10110001 | 1101101 | 11110000 | 11010 | 110111 | 0 | 110 | 100001111 | 1010001 | 1000100 |
Color Harmonies of #B16DF0
Complementary color
Monochromatic Colors of #B16DF0
Black with #B16DF0
Text Example
Text Example
White with #B16DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16DF0; }
p { color: rgb(177,109,240); }
H1.HeaderClassName
{
color: #B16DF0;
}
.AnyTagClassName
{
color: #B16DF0;
}
</style>
background-color css
<style>
a { background-color: #B16DF0; }
a { background-color: rgb(177,109,240); }
div.DivClassName
{
background-color: #B16DF0;
}
.BgClassName
{
background-color: #B16DF0;
}
</style>
border-color css
<style>
span { border-color: #B16DF0; }
span { border-color: rgb(177,109,240); }
td.TdClassName
{
border-color: #B16DF0;
}
.TagClassName
{
border-color: #B16DF0;
}
</style>