Shades of Biloba Flower #B09BE4
Tints of Biloba Flower #B09BE4
RGB
CMYK
RGB Variations
Color information
#B09BE4 (or 0xB09BE4) is known color: Biloba Flower. HEX triplet: B0, 9B and E4. RGB value is (176,155,228). Sum of RGB (Red+Green+Blue) = 176+155+228=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #B09BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BE4 is #4F641B. Grayscale: #A9A9A9. Windows color (decimal): -5202972 or 14982064. OLE color: 14982064.
HSL color Cylindrical-coordinate representation of color #B09BE4: hue angle of 257.26º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B09BE4 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 155 | 228 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.11 |
| HSL | 257.26º | 0.57% | 0.75% | - |
| HSV(B) | 257.26º | 0.32% | 0.89% | - |
| XYZ | 43.63 | 38.27 | 78.49 | - |
| YUV | 169.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 228 | 0.23 | 0.32 | 0 | 0.11 | 257.26 | 0.57 | 0.75 |
| Hex | B0 | 9B | E4 | 17 | 20 | 0 | B | 101 | 39 | 4B |
| Octal | 260 | 233 | 344 | 27 | 40 | 0 | 13 | 401 | 71 | 113 |
| Binary | 10110000 | 10011011 | 11100100 | 10111 | 100000 | 0 | 1011 | 100000001 | 111001 | 1001011 |
Color Harmonies of #B09BE4
Complementary color
Monochromatic Colors of #B09BE4
Black with #B09BE4
Text Example
Text Example
White with #B09BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BE4; }
p { color: rgb(176,155,228); }
H1.HeaderClassName
{
color: #B09BE4;
}
.AnyTagClassName
{
color: #B09BE4;
}
</style>
background-color css
<style>
a { background-color: #B09BE4; }
a { background-color: rgb(176,155,228); }
div.DivClassName
{
background-color: #B09BE4;
}
.BgClassName
{
background-color: #B09BE4;
}
</style>
border-color css
<style>
span { border-color: #B09BE4; }
span { border-color: rgb(176,155,228); }
td.TdClassName
{
border-color: #B09BE4;
}
.TagClassName
{
border-color: #B09BE4;
}
</style>