Shades of Biloba Flower #B18BF6
Tints of Biloba Flower #B18BF6
RGB
CMYK
RGB Variations
Color information
#B18BF6 (or 0xB18BF6) is known color: Biloba Flower. HEX triplet: B1, 8B and F6. RGB value is (177,139,246). Sum of RGB (Red+Green+Blue) = 177+139+246=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #B18BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18BF6 is #4E7409. Grayscale: #A2A2A2. Windows color (decimal): -5141514 or 16157617. OLE color: 16157617.
HSL color Cylindrical-coordinate representation of color #B18BF6: hue angle of 261.31º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B18BF6 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 139 | 246 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.04 |
| HSL | 261.31º | 0.86% | 0.75% | - |
| HSV(B) | 261.31º | 0.43% | 0.96% | - |
| XYZ | 44 | 34.47 | 91.52 | - |
| YUV | 162.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 246 | 0.28 | 0.43 | 0 | 0.04 | 261.31 | 0.86 | 0.75 |
| Hex | B1 | 8B | F6 | 1C | 2B | 0 | 4 | 105 | 56 | 4B |
| Octal | 261 | 213 | 366 | 34 | 53 | 0 | 4 | 405 | 126 | 113 |
| Binary | 10110001 | 10001011 | 11110110 | 11100 | 101011 | 0 | 100 | 100000101 | 1010110 | 1001011 |
Color Harmonies of #B18BF6
Complementary color
Monochromatic Colors of #B18BF6
Black with #B18BF6
Text Example
Text Example
White with #B18BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BF6; }
p { color: rgb(177,139,246); }
H1.HeaderClassName
{
color: #B18BF6;
}
.AnyTagClassName
{
color: #B18BF6;
}
</style>
background-color css
<style>
a { background-color: #B18BF6; }
a { background-color: rgb(177,139,246); }
div.DivClassName
{
background-color: #B18BF6;
}
.BgClassName
{
background-color: #B18BF6;
}
</style>
border-color css
<style>
span { border-color: #B18BF6; }
span { border-color: rgb(177,139,246); }
td.TdClassName
{
border-color: #B18BF6;
}
.TagClassName
{
border-color: #B18BF6;
}
</style>