Shades of Medium Purple #B16BFD
Tints of Medium Purple #B16BFD
RGB
CMYK
RGB Variations
Color information
#B16BFD (or 0xB16BFD) is known color: Medium Purple. HEX triplet: B1, 6B and FD. RGB value is (177,107,253). Sum of RGB (Red+Green+Blue) = 177+107+253=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #B16BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16BFD is #4E9402. Grayscale: #909090. Windows color (decimal): -5149699 or 16608177. OLE color: 16608177.
HSL color Cylindrical-coordinate representation of color #B16BFD: hue angle of 268.77º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B16BFD is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 107 | 253 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.01 |
| HSL | 268.77º | 0.97% | 0.71% | - |
| HSV(B) | 268.77º | 0.58% | 0.99% | - |
| XYZ | 41.12 | 26.95 | 95.96 | - |
| YUV | 144.57 | 189.19 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 253 | 0.30 | 0.58 | 0 | 0.01 | 268.77 | 0.97 | 0.71 |
| Hex | B1 | 6B | FD | 1E | 3A | 0 | 1 | 10D | 61 | 47 |
| Octal | 261 | 153 | 375 | 36 | 72 | 0 | 1 | 415 | 141 | 107 |
| Binary | 10110001 | 1101011 | 11111101 | 11110 | 111010 | 0 | 1 | 100001101 | 1100001 | 1000111 |
Color Harmonies of #B16BFD
Complementary color
Monochromatic Colors of #B16BFD
Black with #B16BFD
Text Example
Text Example
White with #B16BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16BFD; }
p { color: rgb(177,107,253); }
H1.HeaderClassName
{
color: #B16BFD;
}
.AnyTagClassName
{
color: #B16BFD;
}
</style>
background-color css
<style>
a { background-color: #B16BFD; }
a { background-color: rgb(177,107,253); }
div.DivClassName
{
background-color: #B16BFD;
}
.BgClassName
{
background-color: #B16BFD;
}
</style>
border-color css
<style>
span { border-color: #B16BFD; }
span { border-color: rgb(177,107,253); }
td.TdClassName
{
border-color: #B16BFD;
}
.TagClassName
{
border-color: #B16BFD;
}
</style>