Shades of Medium Purple #B16CEC
Tints of Medium Purple #B16CEC
RGB
CMYK
RGB Variations
Color information
#B16CEC (or 0xB16CEC) is known color: Medium Purple. HEX triplet: B1, 6C and EC. RGB value is (177,108,236). Sum of RGB (Red+Green+Blue) = 177+108+236=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #B16CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16CEC is #4E9313. Grayscale: #8E8E8E. Windows color (decimal): -5149460 or 15494321. OLE color: 15494321.
HSL color Cylindrical-coordinate representation of color #B16CEC: hue angle of 272.34º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B16CEC is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 108 | 236 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.07 |
| HSL | 272.34º | 0.77% | 0.67% | - |
| HSV(B) | 272.34º | 0.54% | 0.93% | - |
| XYZ | 38.63 | 26.13 | 82.36 | - |
| YUV | 143.22 | 180.36 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 236 | 0.25 | 0.54 | 0 | 0.07 | 272.34 | 0.77 | 0.67 |
| Hex | B1 | 6C | EC | 19 | 36 | 0 | 7 | 110 | 4D | 43 |
| Octal | 261 | 154 | 354 | 31 | 66 | 0 | 7 | 420 | 115 | 103 |
| Binary | 10110001 | 1101100 | 11101100 | 11001 | 110110 | 0 | 111 | 100010000 | 1001101 | 1000011 |
Color Harmonies of #B16CEC
Complementary color
Monochromatic Colors of #B16CEC
Black with #B16CEC
Text Example
Text Example
White with #B16CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16CEC; }
p { color: rgb(177,108,236); }
H1.HeaderClassName
{
color: #B16CEC;
}
.AnyTagClassName
{
color: #B16CEC;
}
</style>
background-color css
<style>
a { background-color: #B16CEC; }
a { background-color: rgb(177,108,236); }
div.DivClassName
{
background-color: #B16CEC;
}
.BgClassName
{
background-color: #B16CEC;
}
</style>
border-color css
<style>
span { border-color: #B16CEC; }
span { border-color: rgb(177,108,236); }
td.TdClassName
{
border-color: #B16CEC;
}
.TagClassName
{
border-color: #B16CEC;
}
</style>