Shades of Medium Purple #B16DFB
Tints of Medium Purple #B16DFB
RGB
CMYK
RGB Variations
Color information
#B16DFB (or 0xB16DFB) is known color: Medium Purple. HEX triplet: B1, 6D and FB. RGB value is (177,109,251). Sum of RGB (Red+Green+Blue) = 177+109+251=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #B16DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16DFB is #4E9204. Grayscale: #919191. Windows color (decimal): -5149189 or 16477617. OLE color: 16477617.
HSL color Cylindrical-coordinate representation of color #B16DFB: hue angle of 268.73º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B16DFB is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 109 | 251 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.02 |
| HSL | 268.73º | 0.95% | 0.71% | - |
| HSV(B) | 268.73º | 0.57% | 0.98% | - |
| XYZ | 41.01 | 27.25 | 94.36 | - |
| YUV | 145.52 | 187.53 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 251 | 0.29 | 0.57 | 0 | 0.02 | 268.73 | 0.95 | 0.71 |
| Hex | B1 | 6D | FB | 1D | 39 | 0 | 2 | 10D | 5F | 47 |
| Octal | 261 | 155 | 373 | 35 | 71 | 0 | 2 | 415 | 137 | 107 |
| Binary | 10110001 | 1101101 | 11111011 | 11101 | 111001 | 0 | 10 | 100001101 | 1011111 | 1000111 |
Color Harmonies of #B16DFB
Complementary color
Monochromatic Colors of #B16DFB
Black with #B16DFB
Text Example
Text Example
White with #B16DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16DFB; }
p { color: rgb(177,109,251); }
H1.HeaderClassName
{
color: #B16DFB;
}
.AnyTagClassName
{
color: #B16DFB;
}
</style>
background-color css
<style>
a { background-color: #B16DFB; }
a { background-color: rgb(177,109,251); }
div.DivClassName
{
background-color: #B16DFB;
}
.BgClassName
{
background-color: #B16DFB;
}
</style>
border-color css
<style>
span { border-color: #B16DFB; }
span { border-color: rgb(177,109,251); }
td.TdClassName
{
border-color: #B16DFB;
}
.TagClassName
{
border-color: #B16DFB;
}
</style>