Shades of Medium Purple #B16FF2
Tints of Medium Purple #B16FF2
RGB
CMYK
RGB Variations
Color information
#B16FF2 (or 0xB16FF2) is known color: Medium Purple. HEX triplet: B1, 6F and F2. RGB value is (177,111,242). Sum of RGB (Red+Green+Blue) = 177+111+242=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #B16FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16FF2 is #4E900D. Grayscale: #919191. Windows color (decimal): -5148686 or 15888305. OLE color: 15888305.
HSL color Cylindrical-coordinate representation of color #B16FF2: hue angle of 270.23º degrees, saturation: 0.83, 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 #B16FF2 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 111 | 242 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.05 |
| HSL | 270.23º | 0.83% | 0.69% | - |
| HSV(B) | 270.23º | 0.54% | 0.95% | - |
| XYZ | 39.84 | 27.13 | 87.14 | - |
| YUV | 145.67 | 182.37 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 242 | 0.27 | 0.54 | 0 | 0.05 | 270.23 | 0.83 | 0.69 |
| Hex | B1 | 6F | F2 | 1B | 36 | 0 | 5 | 10E | 53 | 45 |
| Octal | 261 | 157 | 362 | 33 | 66 | 0 | 5 | 416 | 123 | 105 |
| Binary | 10110001 | 1101111 | 11110010 | 11011 | 110110 | 0 | 101 | 100001110 | 1010011 | 1000101 |
Color Harmonies of #B16FF2
Complementary color
Monochromatic Colors of #B16FF2
Black with #B16FF2
Text Example
Text Example
White with #B16FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16FF2; }
p { color: rgb(177,111,242); }
H1.HeaderClassName
{
color: #B16FF2;
}
.AnyTagClassName
{
color: #B16FF2;
}
</style>
background-color css
<style>
a { background-color: #B16FF2; }
a { background-color: rgb(177,111,242); }
div.DivClassName
{
background-color: #B16FF2;
}
.BgClassName
{
background-color: #B16FF2;
}
</style>
border-color css
<style>
span { border-color: #B16FF2; }
span { border-color: rgb(177,111,242); }
td.TdClassName
{
border-color: #B16FF2;
}
.TagClassName
{
border-color: #B16FF2;
}
</style>