Shades of Biloba Flower #B09BF8
Tints of Biloba Flower #B09BF8
RGB
CMYK
RGB Variations
Color information
#B09BF8 (or 0xB09BF8) is known color: Biloba Flower. HEX triplet: B0, 9B and F8. RGB value is (176,155,248). Sum of RGB (Red+Green+Blue) = 176+155+248=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #B09BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BF8 is #4F6407. Grayscale: #ABABAB. Windows color (decimal): -5202952 or 16292784. OLE color: 16292784.
HSL color Cylindrical-coordinate representation of color #B09BF8: hue angle of 253.55º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B09BF8 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 155 | 248 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.03 |
| HSL | 253.55º | 0.87% | 0.79% | - |
| HSV(B) | 253.55º | 0.38% | 0.97% | - |
| XYZ | 46.57 | 39.45 | 93.97 | - |
| YUV | 171.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 248 | 0.29 | 0.38 | 0 | 0.03 | 253.55 | 0.87 | 0.79 |
| Hex | B0 | 9B | F8 | 1D | 26 | 0 | 3 | FE | 57 | 4F |
| Octal | 260 | 233 | 370 | 35 | 46 | 0 | 3 | 376 | 127 | 117 |
| Binary | 10110000 | 10011011 | 11111000 | 11101 | 100110 | 0 | 11 | 11111110 | 1010111 | 1001111 |
Color Harmonies of #B09BF8
Complementary color
Monochromatic Colors of #B09BF8
Black with #B09BF8
Text Example
Text Example
White with #B09BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BF8; }
p { color: rgb(176,155,248); }
H1.HeaderClassName
{
color: #B09BF8;
}
.AnyTagClassName
{
color: #B09BF8;
}
</style>
background-color css
<style>
a { background-color: #B09BF8; }
a { background-color: rgb(176,155,248); }
div.DivClassName
{
background-color: #B09BF8;
}
.BgClassName
{
background-color: #B09BF8;
}
</style>
border-color css
<style>
span { border-color: #B09BF8; }
span { border-color: rgb(176,155,248); }
td.TdClassName
{
border-color: #B09BF8;
}
.TagClassName
{
border-color: #B09BF8;
}
</style>