Shades of Medium Purple #B16BF4
Tints of Medium Purple #B16BF4
RGB
CMYK
RGB Variations
Color information
#B16BF4 (or 0xB16BF4) is known color: Medium Purple. HEX triplet: B1, 6B and F4. RGB value is (177,107,244). Sum of RGB (Red+Green+Blue) = 177+107+244=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #B16BF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16BF4 is #4E940B. Grayscale: #8F8F8F. Windows color (decimal): -5149708 or 16018353. OLE color: 16018353.
HSL color Cylindrical-coordinate representation of color #B16BF4: hue angle of 270.66º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B16BF4 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 107 | 244 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.04 |
| HSL | 270.66º | 0.86% | 0.69% | - |
| HSV(B) | 270.66º | 0.56% | 0.96% | - |
| XYZ | 39.72 | 26.39 | 88.59 | - |
| YUV | 143.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 244 | 0.27 | 0.56 | 0 | 0.04 | 270.66 | 0.86 | 0.69 |
| Hex | B1 | 6B | F4 | 1B | 38 | 0 | 4 | 10F | 56 | 45 |
| Octal | 261 | 153 | 364 | 33 | 70 | 0 | 4 | 417 | 126 | 105 |
| Binary | 10110001 | 1101011 | 11110100 | 11011 | 111000 | 0 | 100 | 100001111 | 1010110 | 1000101 |
Color Harmonies of #B16BF4
Complementary color
Monochromatic Colors of #B16BF4
Black with #B16BF4
Text Example
Text Example
White with #B16BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16BF4; }
p { color: rgb(177,107,244); }
H1.HeaderClassName
{
color: #B16BF4;
}
.AnyTagClassName
{
color: #B16BF4;
}
</style>
background-color css
<style>
a { background-color: #B16BF4; }
a { background-color: rgb(177,107,244); }
div.DivClassName
{
background-color: #B16BF4;
}
.BgClassName
{
background-color: #B16BF4;
}
</style>
border-color css
<style>
span { border-color: #B16BF4; }
span { border-color: rgb(177,107,244); }
td.TdClassName
{
border-color: #B16BF4;
}
.TagClassName
{
border-color: #B16BF4;
}
</style>