Shades of Medium Purple #B16BF3
Tints of Medium Purple #B16BF3
RGB
CMYK
RGB Variations
Color information
#B16BF3 (or 0xB16BF3) is known color: Medium Purple. HEX triplet: B1, 6B and F3. RGB value is (177,107,243). Sum of RGB (Red+Green+Blue) = 177+107+243=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #B16BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16BF3 is #4E940C. Grayscale: #8E8E8E. Windows color (decimal): -5149709 or 15952817. OLE color: 15952817.
HSL color Cylindrical-coordinate representation of color #B16BF3: hue angle of 270.88º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B16BF3 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 107 | 243 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.05 |
| HSL | 270.88º | 0.85% | 0.69% | - |
| HSV(B) | 270.88º | 0.56% | 0.95% | - |
| XYZ | 39.57 | 26.33 | 87.79 | - |
| YUV | 143.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 243 | 0.27 | 0.56 | 0 | 0.05 | 270.88 | 0.85 | 0.69 |
| Hex | B1 | 6B | F3 | 1B | 38 | 0 | 5 | 10F | 55 | 45 |
| Octal | 261 | 153 | 363 | 33 | 70 | 0 | 5 | 417 | 125 | 105 |
| Binary | 10110001 | 1101011 | 11110011 | 11011 | 111000 | 0 | 101 | 100001111 | 1010101 | 1000101 |
Color Harmonies of #B16BF3
Complementary color
Monochromatic Colors of #B16BF3
Black with #B16BF3
Text Example
Text Example
White with #B16BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16BF3; }
p { color: rgb(177,107,243); }
H1.HeaderClassName
{
color: #B16BF3;
}
.AnyTagClassName
{
color: #B16BF3;
}
</style>
background-color css
<style>
a { background-color: #B16BF3; }
a { background-color: rgb(177,107,243); }
div.DivClassName
{
background-color: #B16BF3;
}
.BgClassName
{
background-color: #B16BF3;
}
</style>
border-color css
<style>
span { border-color: #B16BF3; }
span { border-color: rgb(177,107,243); }
td.TdClassName
{
border-color: #B16BF3;
}
.TagClassName
{
border-color: #B16BF3;
}
</style>