Shades of Medium Purple #B16CED
Tints of Medium Purple #B16CED
RGB
CMYK
RGB Variations
Color information
#B16CED (or 0xB16CED) is known color: Medium Purple. HEX triplet: B1, 6C and ED. RGB value is (177,108,237). Sum of RGB (Red+Green+Blue) = 177+108+237=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #B16CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16CED is #4E9312. Grayscale: #8E8E8E. Windows color (decimal): -5149459 or 15559857. OLE color: 15559857.
HSL color Cylindrical-coordinate representation of color #B16CED: hue angle of 272.09º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B16CED is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 108 | 237 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.07 |
| HSL | 272.09º | 0.78% | 0.68% | - |
| HSV(B) | 272.09º | 0.54% | 0.93% | - |
| XYZ | 38.78 | 26.19 | 83.13 | - |
| YUV | 143.34 | 180.86 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 237 | 0.25 | 0.54 | 0 | 0.07 | 272.09 | 0.78 | 0.68 |
| Hex | B1 | 6C | ED | 19 | 36 | 0 | 7 | 110 | 4E | 44 |
| Octal | 261 | 154 | 355 | 31 | 66 | 0 | 7 | 420 | 116 | 104 |
| Binary | 10110001 | 1101100 | 11101101 | 11001 | 110110 | 0 | 111 | 100010000 | 1001110 | 1000100 |
Color Harmonies of #B16CED
Complementary color
Monochromatic Colors of #B16CED
Black with #B16CED
Text Example
Text Example
White with #B16CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16CED; }
p { color: rgb(177,108,237); }
H1.HeaderClassName
{
color: #B16CED;
}
.AnyTagClassName
{
color: #B16CED;
}
</style>
background-color css
<style>
a { background-color: #B16CED; }
a { background-color: rgb(177,108,237); }
div.DivClassName
{
background-color: #B16CED;
}
.BgClassName
{
background-color: #B16CED;
}
</style>
border-color css
<style>
span { border-color: #B16CED; }
span { border-color: rgb(177,108,237); }
td.TdClassName
{
border-color: #B16CED;
}
.TagClassName
{
border-color: #B16CED;
}
</style>