Shades of Biloba Flower #B29BF6
Tints of Biloba Flower #B29BF6
RGB
CMYK
RGB Variations
Color information
#B29BF6 (or 0xB29BF6) is known color: Biloba Flower. HEX triplet: B2, 9B and F6. RGB value is (178,155,246). Sum of RGB (Red+Green+Blue) = 178+155+246=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #B29BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29BF6 is #4D6409. Grayscale: #ABABAB. Windows color (decimal): -5071882 or 16161714. OLE color: 16161714.
HSL color Cylindrical-coordinate representation of color #B29BF6: hue angle of 255.16º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B29BF6 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 155 | 246 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.04 |
| HSL | 255.16º | 0.83% | 0.79% | - |
| HSV(B) | 255.16º | 0.37% | 0.96% | - |
| XYZ | 46.72 | 39.56 | 92.36 | - |
| YUV | 172.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 155 | 246 | 0.28 | 0.37 | 0 | 0.04 | 255.16 | 0.83 | 0.79 |
| Hex | B2 | 9B | F6 | 1C | 25 | 0 | 4 | FF | 53 | 4F |
| Octal | 262 | 233 | 366 | 34 | 45 | 0 | 4 | 377 | 123 | 117 |
| Binary | 10110010 | 10011011 | 11110110 | 11100 | 100101 | 0 | 100 | 11111111 | 1010011 | 1001111 |
Color Harmonies of #B29BF6
Complementary color
Monochromatic Colors of #B29BF6
Black with #B29BF6
Text Example
Text Example
White with #B29BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29BF6; }
p { color: rgb(178,155,246); }
H1.HeaderClassName
{
color: #B29BF6;
}
.AnyTagClassName
{
color: #B29BF6;
}
</style>
background-color css
<style>
a { background-color: #B29BF6; }
a { background-color: rgb(178,155,246); }
div.DivClassName
{
background-color: #B29BF6;
}
.BgClassName
{
background-color: #B29BF6;
}
</style>
border-color css
<style>
span { border-color: #B29BF6; }
span { border-color: rgb(178,155,246); }
td.TdClassName
{
border-color: #B29BF6;
}
.TagClassName
{
border-color: #B29BF6;
}
</style>