Shades of Biloba Flower #B09ADA
Tints of Biloba Flower #B09ADA
RGB
CMYK
RGB Variations
Color information
#B09ADA (or 0xB09ADA) is known color: Biloba Flower. HEX triplet: B0, 9A and DA. RGB value is (176,154,218). Sum of RGB (Red+Green+Blue) = 176+154+218=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #B09ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ADA is #4F6525. Grayscale: #A7A7A7. Windows color (decimal): -5203238 or 14326448. OLE color: 14326448.
HSL color Cylindrical-coordinate representation of color #B09ADA: hue angle of 260.62º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B09ADA is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 154 | 218 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.15 |
| HSL | 260.63º | 0.46% | 0.73% | - |
| HSV(B) | 260.63º | 0.29% | 0.85% | - |
| XYZ | 42.11 | 37.4 | 71.33 | - |
| YUV | 167.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 218 | 0.19 | 0.29 | 0 | 0.15 | 260.63 | 0.46 | 0.73 |
| Hex | B0 | 9A | DA | 13 | 1D | 0 | F | 105 | 2E | 49 |
| Octal | 260 | 232 | 332 | 23 | 35 | 0 | 17 | 405 | 56 | 111 |
| Binary | 10110000 | 10011010 | 11011010 | 10011 | 11101 | 0 | 1111 | 100000101 | 101110 | 1001001 |
Color Harmonies of #B09ADA
Complementary color
Monochromatic Colors of #B09ADA
Black with #B09ADA
Text Example
Text Example
White with #B09ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09ADA; }
p { color: rgb(176,154,218); }
H1.HeaderClassName
{
color: #B09ADA;
}
.AnyTagClassName
{
color: #B09ADA;
}
</style>
background-color css
<style>
a { background-color: #B09ADA; }
a { background-color: rgb(176,154,218); }
div.DivClassName
{
background-color: #B09ADA;
}
.BgClassName
{
background-color: #B09ADA;
}
</style>
border-color css
<style>
span { border-color: #B09ADA; }
span { border-color: rgb(176,154,218); }
td.TdClassName
{
border-color: #B09ADA;
}
.TagClassName
{
border-color: #B09ADA;
}
</style>