Shades of Medium Purple #B16DEF
Tints of Medium Purple #B16DEF
RGB
CMYK
RGB Variations
Color information
#B16DEF (or 0xB16DEF) is known color: Medium Purple. HEX triplet: B1, 6D and EF. RGB value is (177,109,239). Sum of RGB (Red+Green+Blue) = 177+109+239=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #B16DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16DEF is #4E9210. Grayscale: #8F8F8F. Windows color (decimal): -5149201 or 15691185. OLE color: 15691185.
HSL color Cylindrical-coordinate representation of color #B16DEF: hue angle of 271.38º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B16DEF is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 109 | 239 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.06 |
| HSL | 271.38º | 0.8% | 0.68% | - |
| HSV(B) | 271.38º | 0.54% | 0.94% | - |
| XYZ | 39.18 | 26.52 | 84.71 | - |
| YUV | 144.15 | 181.53 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 239 | 0.26 | 0.54 | 0 | 0.06 | 271.38 | 0.8 | 0.68 |
| Hex | B1 | 6D | EF | 1A | 36 | 0 | 6 | 10F | 50 | 44 |
| Octal | 261 | 155 | 357 | 32 | 66 | 0 | 6 | 417 | 120 | 104 |
| Binary | 10110001 | 1101101 | 11101111 | 11010 | 110110 | 0 | 110 | 100001111 | 1010000 | 1000100 |
Color Harmonies of #B16DEF
Complementary color
Monochromatic Colors of #B16DEF
Black with #B16DEF
Text Example
Text Example
White with #B16DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16DEF; }
p { color: rgb(177,109,239); }
H1.HeaderClassName
{
color: #B16DEF;
}
.AnyTagClassName
{
color: #B16DEF;
}
</style>
background-color css
<style>
a { background-color: #B16DEF; }
a { background-color: rgb(177,109,239); }
div.DivClassName
{
background-color: #B16DEF;
}
.BgClassName
{
background-color: #B16DEF;
}
</style>
border-color css
<style>
span { border-color: #B16DEF; }
span { border-color: rgb(177,109,239); }
td.TdClassName
{
border-color: #B16DEF;
}
.TagClassName
{
border-color: #B16DEF;
}
</style>