Shades of Medium Purple #B16DF7
Tints of Medium Purple #B16DF7
RGB
CMYK
RGB Variations
Color information
#B16DF7 (or 0xB16DF7) is known color: Medium Purple. HEX triplet: B1, 6D and F7. RGB value is (177,109,247). Sum of RGB (Red+Green+Blue) = 177+109+247=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #B16DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16DF7 is #4E9208. Grayscale: #909090. Windows color (decimal): -5149193 or 16215473. OLE color: 16215473.
HSL color Cylindrical-coordinate representation of color #B16DF7: hue angle of 269.57º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B16DF7 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 109 | 247 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.03 |
| HSL | 269.57º | 0.9% | 0.7% | - |
| HSV(B) | 269.57º | 0.56% | 0.97% | - |
| XYZ | 40.39 | 27 | 91.08 | - |
| YUV | 145.06 | 185.53 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 247 | 0.28 | 0.56 | 0 | 0.03 | 269.57 | 0.9 | 0.7 |
| Hex | B1 | 6D | F7 | 1C | 38 | 0 | 3 | 10E | 5A | 46 |
| Octal | 261 | 155 | 367 | 34 | 70 | 0 | 3 | 416 | 132 | 106 |
| Binary | 10110001 | 1101101 | 11110111 | 11100 | 111000 | 0 | 11 | 100001110 | 1011010 | 1000110 |
Color Harmonies of #B16DF7
Complementary color
Monochromatic Colors of #B16DF7
Black with #B16DF7
Text Example
Text Example
White with #B16DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16DF7; }
p { color: rgb(177,109,247); }
H1.HeaderClassName
{
color: #B16DF7;
}
.AnyTagClassName
{
color: #B16DF7;
}
</style>
background-color css
<style>
a { background-color: #B16DF7; }
a { background-color: rgb(177,109,247); }
div.DivClassName
{
background-color: #B16DF7;
}
.BgClassName
{
background-color: #B16DF7;
}
</style>
border-color css
<style>
span { border-color: #B16DF7; }
span { border-color: rgb(177,109,247); }
td.TdClassName
{
border-color: #B16DF7;
}
.TagClassName
{
border-color: #B16DF7;
}
</style>