Shades of Medium Purple #B16FF1
Tints of Medium Purple #B16FF1
RGB
CMYK
RGB Variations
Color information
#B16FF1 (or 0xB16FF1) is known color: Medium Purple. HEX triplet: B1, 6F and F1. RGB value is (177,111,241). Sum of RGB (Red+Green+Blue) = 177+111+241=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #B16FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16FF1 is #4E900E. Grayscale: #919191. Windows color (decimal): -5148687 or 15822769. OLE color: 15822769.
HSL color Cylindrical-coordinate representation of color #B16FF1: hue angle of 270.46º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B16FF1 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 111 | 241 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.05 |
| HSL | 270.46º | 0.82% | 0.69% | - |
| HSV(B) | 270.46º | 0.54% | 0.95% | - |
| XYZ | 39.69 | 27.07 | 86.35 | - |
| YUV | 145.55 | 181.87 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 241 | 0.27 | 0.54 | 0 | 0.05 | 270.46 | 0.82 | 0.69 |
| Hex | B1 | 6F | F1 | 1B | 36 | 0 | 5 | 10E | 52 | 45 |
| Octal | 261 | 157 | 361 | 33 | 66 | 0 | 5 | 416 | 122 | 105 |
| Binary | 10110001 | 1101111 | 11110001 | 11011 | 110110 | 0 | 101 | 100001110 | 1010010 | 1000101 |
Color Harmonies of #B16FF1
Complementary color
Monochromatic Colors of #B16FF1
Black with #B16FF1
Text Example
Text Example
White with #B16FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16FF1; }
p { color: rgb(177,111,241); }
H1.HeaderClassName
{
color: #B16FF1;
}
.AnyTagClassName
{
color: #B16FF1;
}
</style>
background-color css
<style>
a { background-color: #B16FF1; }
a { background-color: rgb(177,111,241); }
div.DivClassName
{
background-color: #B16FF1;
}
.BgClassName
{
background-color: #B16FF1;
}
</style>
border-color css
<style>
span { border-color: #B16FF1; }
span { border-color: rgb(177,111,241); }
td.TdClassName
{
border-color: #B16FF1;
}
.TagClassName
{
border-color: #B16FF1;
}
</style>