Shades of Biloba Flower #B09BE3
Tints of Biloba Flower #B09BE3
RGB
CMYK
RGB Variations
Color information
#B09BE3 (or 0xB09BE3) is known color: Biloba Flower. HEX triplet: B0, 9B and E3. RGB value is (176,155,227). Sum of RGB (Red+Green+Blue) = 176+155+227=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 227 - color contains mainly: blue. Hex color #B09BE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BE3 is #4F641C. Grayscale: #A9A9A9. Windows color (decimal): -5202973 or 14916528. OLE color: 14916528.
HSL color Cylindrical-coordinate representation of color #B09BE3: hue angle of 257.5º degrees, saturation: 0.56, 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 #B09BE3 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 155 | 227 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.11 |
| HSL | 257.5º | 0.56% | 0.75% | - |
| HSV(B) | 257.5º | 0.32% | 0.89% | - |
| XYZ | 43.49 | 38.22 | 77.76 | - |
| YUV | 169.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 227 | 0.22 | 0.32 | 0 | 0.11 | 257.5 | 0.56 | 0.75 |
| Hex | B0 | 9B | E3 | 16 | 20 | 0 | B | 102 | 38 | 4B |
| Octal | 260 | 233 | 343 | 26 | 40 | 0 | 13 | 402 | 70 | 113 |
| Binary | 10110000 | 10011011 | 11100011 | 10110 | 100000 | 0 | 1011 | 100000010 | 111000 | 1001011 |
Color Harmonies of #B09BE3
Complementary color
Monochromatic Colors of #B09BE3
Black with #B09BE3
Text Example
Text Example
White with #B09BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BE3; }
p { color: rgb(176,155,227); }
H1.HeaderClassName
{
color: #B09BE3;
}
.AnyTagClassName
{
color: #B09BE3;
}
</style>
background-color css
<style>
a { background-color: #B09BE3; }
a { background-color: rgb(176,155,227); }
div.DivClassName
{
background-color: #B09BE3;
}
.BgClassName
{
background-color: #B09BE3;
}
</style>
border-color css
<style>
span { border-color: #B09BE3; }
span { border-color: rgb(176,155,227); }
td.TdClassName
{
border-color: #B09BE3;
}
.TagClassName
{
border-color: #B09BE3;
}
</style>