Shades of Medium Purple #B16CEE
Tints of Medium Purple #B16CEE
RGB
CMYK
RGB Variations
Color information
#B16CEE (or 0xB16CEE) is known color: Medium Purple. HEX triplet: B1, 6C and EE. RGB value is (177,108,238). Sum of RGB (Red+Green+Blue) = 177+108+238=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #B16CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16CEE is #4E9311. Grayscale: #8F8F8F. Windows color (decimal): -5149458 or 15625393. OLE color: 15625393.
HSL color Cylindrical-coordinate representation of color #B16CEE: hue angle of 271.85º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B16CEE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 108 | 238 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.07 |
| HSL | 271.85º | 0.79% | 0.68% | - |
| HSV(B) | 271.85º | 0.55% | 0.93% | - |
| XYZ | 38.93 | 26.25 | 83.9 | - |
| YUV | 143.45 | 181.36 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 238 | 0.26 | 0.55 | 0 | 0.07 | 271.85 | 0.79 | 0.68 |
| Hex | B1 | 6C | EE | 1A | 37 | 0 | 7 | 110 | 4F | 44 |
| Octal | 261 | 154 | 356 | 32 | 67 | 0 | 7 | 420 | 117 | 104 |
| Binary | 10110001 | 1101100 | 11101110 | 11010 | 110111 | 0 | 111 | 100010000 | 1001111 | 1000100 |
Color Harmonies of #B16CEE
Complementary color
Monochromatic Colors of #B16CEE
Black with #B16CEE
Text Example
Text Example
White with #B16CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16CEE; }
p { color: rgb(177,108,238); }
H1.HeaderClassName
{
color: #B16CEE;
}
.AnyTagClassName
{
color: #B16CEE;
}
</style>
background-color css
<style>
a { background-color: #B16CEE; }
a { background-color: rgb(177,108,238); }
div.DivClassName
{
background-color: #B16CEE;
}
.BgClassName
{
background-color: #B16CEE;
}
</style>
border-color css
<style>
span { border-color: #B16CEE; }
span { border-color: rgb(177,108,238); }
td.TdClassName
{
border-color: #B16CEE;
}
.TagClassName
{
border-color: #B16CEE;
}
</style>