Shades of Biloba Flower #B08EDA
Tints of Biloba Flower #B08EDA
RGB
CMYK
RGB Variations
Color information
#B08EDA (or 0xB08EDA) is known color: Biloba Flower. HEX triplet: B0, 8E and DA. RGB value is (176,142,218). Sum of RGB (Red+Green+Blue) = 176+142+218=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #B08EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08EDA is #4F7125. Grayscale: #A0A0A0. Windows color (decimal): -5206310 or 14323376. OLE color: 14323376.
HSL color Cylindrical-coordinate representation of color #B08EDA: hue angle of 266.84º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B08EDA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 142 | 218 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.15 |
| HSL | 266.84º | 0.51% | 0.71% | - |
| HSV(B) | 266.84º | 0.35% | 0.85% | - |
| XYZ | 40.23 | 33.64 | 70.7 | - |
| YUV | 160.83 | 160.26 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 218 | 0.19 | 0.35 | 0 | 0.15 | 266.84 | 0.51 | 0.71 |
| Hex | B0 | 8E | DA | 13 | 23 | 0 | F | 10B | 33 | 47 |
| Octal | 260 | 216 | 332 | 23 | 43 | 0 | 17 | 413 | 63 | 107 |
| Binary | 10110000 | 10001110 | 11011010 | 10011 | 100011 | 0 | 1111 | 100001011 | 110011 | 1000111 |
Color Harmonies of #B08EDA
Complementary color
Monochromatic Colors of #B08EDA
Black with #B08EDA
Text Example
Text Example
White with #B08EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08EDA; }
p { color: rgb(176,142,218); }
H1.HeaderClassName
{
color: #B08EDA;
}
.AnyTagClassName
{
color: #B08EDA;
}
</style>
background-color css
<style>
a { background-color: #B08EDA; }
a { background-color: rgb(176,142,218); }
div.DivClassName
{
background-color: #B08EDA;
}
.BgClassName
{
background-color: #B08EDA;
}
</style>
border-color css
<style>
span { border-color: #B08EDA; }
span { border-color: rgb(176,142,218); }
td.TdClassName
{
border-color: #B08EDA;
}
.TagClassName
{
border-color: #B08EDA;
}
</style>