Shades of Medium Purple #B16DEB
Tints of Medium Purple #B16DEB
RGB
CMYK
RGB Variations
Color information
#B16DEB (or 0xB16DEB) is known color: Medium Purple. HEX triplet: B1, 6D and EB. RGB value is (177,109,235). Sum of RGB (Red+Green+Blue) = 177+109+235=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #B16DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16DEB is #4E9214. Grayscale: #8F8F8F. Windows color (decimal): -5149205 or 15429041. OLE color: 15429041.
HSL color Cylindrical-coordinate representation of color #B16DEB: hue angle of 272.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B16DEB is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 109 | 235 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.08 |
| HSL | 272.38º | 0.76% | 0.67% | - |
| HSV(B) | 272.38º | 0.54% | 0.92% | - |
| XYZ | 38.6 | 26.28 | 81.64 | - |
| YUV | 143.7 | 179.53 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 235 | 0.25 | 0.54 | 0 | 0.08 | 272.38 | 0.76 | 0.67 |
| Hex | B1 | 6D | EB | 19 | 36 | 0 | 8 | 110 | 4C | 43 |
| Octal | 261 | 155 | 353 | 31 | 66 | 0 | 10 | 420 | 114 | 103 |
| Binary | 10110001 | 1101101 | 11101011 | 11001 | 110110 | 0 | 1000 | 100010000 | 1001100 | 1000011 |
Color Harmonies of #B16DEB
Complementary color
Monochromatic Colors of #B16DEB
Black with #B16DEB
Text Example
Text Example
White with #B16DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16DEB; }
p { color: rgb(177,109,235); }
H1.HeaderClassName
{
color: #B16DEB;
}
.AnyTagClassName
{
color: #B16DEB;
}
</style>
background-color css
<style>
a { background-color: #B16DEB; }
a { background-color: rgb(177,109,235); }
div.DivClassName
{
background-color: #B16DEB;
}
.BgClassName
{
background-color: #B16DEB;
}
</style>
border-color css
<style>
span { border-color: #B16DEB; }
span { border-color: rgb(177,109,235); }
td.TdClassName
{
border-color: #B16DEB;
}
.TagClassName
{
border-color: #B16DEB;
}
</style>