Shades of Medium Purple #B16CEF
Tints of Medium Purple #B16CEF
RGB
CMYK
RGB Variations
Color information
#B16CEF (or 0xB16CEF) is known color: Medium Purple. HEX triplet: B1, 6C and EF. RGB value is (177,108,239). Sum of RGB (Red+Green+Blue) = 177+108+239=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #B16CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16CEF is #4E9310. Grayscale: #8F8F8F. Windows color (decimal): -5149457 or 15690929. OLE color: 15690929.
HSL color Cylindrical-coordinate representation of color #B16CEF: hue angle of 271.6º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B16CEF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 108 | 239 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.06 |
| HSL | 271.6º | 0.8% | 0.68% | - |
| HSV(B) | 271.6º | 0.55% | 0.94% | - |
| XYZ | 39.07 | 26.3 | 84.68 | - |
| YUV | 143.57 | 181.86 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 239 | 0.26 | 0.55 | 0 | 0.06 | 271.6 | 0.8 | 0.68 |
| Hex | B1 | 6C | EF | 1A | 37 | 0 | 6 | 110 | 50 | 44 |
| Octal | 261 | 154 | 357 | 32 | 67 | 0 | 6 | 420 | 120 | 104 |
| Binary | 10110001 | 1101100 | 11101111 | 11010 | 110111 | 0 | 110 | 100010000 | 1010000 | 1000100 |
Color Harmonies of #B16CEF
Complementary color
Monochromatic Colors of #B16CEF
Black with #B16CEF
Text Example
Text Example
White with #B16CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16CEF; }
p { color: rgb(177,108,239); }
H1.HeaderClassName
{
color: #B16CEF;
}
.AnyTagClassName
{
color: #B16CEF;
}
</style>
background-color css
<style>
a { background-color: #B16CEF; }
a { background-color: rgb(177,108,239); }
div.DivClassName
{
background-color: #B16CEF;
}
.BgClassName
{
background-color: #B16CEF;
}
</style>
border-color css
<style>
span { border-color: #B16CEF; }
span { border-color: rgb(177,108,239); }
td.TdClassName
{
border-color: #B16CEF;
}
.TagClassName
{
border-color: #B16CEF;
}
</style>