Shades of Biloba Flower #B09FFB
Tints of Biloba Flower #B09FFB
RGB
CMYK
RGB Variations
Color information
#B09FFB (or 0xB09FFB) is known color: Biloba Flower. HEX triplet: B0, 9F and FB. RGB value is (176,159,251). Sum of RGB (Red+Green+Blue) = 176+159+251=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #B09FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FFB is #4F6004. Grayscale: #AEAEAE. Windows color (decimal): -5201925 or 16490416. OLE color: 16490416.
HSL color Cylindrical-coordinate representation of color #B09FFB: hue angle of 251.09º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B09FFB is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 159 | 251 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.02 |
| HSL | 251.09º | 0.92% | 0.8% | - |
| HSV(B) | 251.09º | 0.37% | 0.98% | - |
| XYZ | 47.72 | 40.99 | 96.66 | - |
| YUV | 174.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 251 | 0.30 | 0.37 | 0 | 0.02 | 251.09 | 0.92 | 0.8 |
| Hex | B0 | 9F | FB | 1E | 25 | 0 | 2 | FB | 5C | 50 |
| Octal | 260 | 237 | 373 | 36 | 45 | 0 | 2 | 373 | 134 | 120 |
| Binary | 10110000 | 10011111 | 11111011 | 11110 | 100101 | 0 | 10 | 11111011 | 1011100 | 1010000 |
Color Harmonies of #B09FFB
Complementary color
Monochromatic Colors of #B09FFB
Black with #B09FFB
Text Example
Text Example
White with #B09FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09FFB; }
p { color: rgb(176,159,251); }
H1.HeaderClassName
{
color: #B09FFB;
}
.AnyTagClassName
{
color: #B09FFB;
}
</style>
background-color css
<style>
a { background-color: #B09FFB; }
a { background-color: rgb(176,159,251); }
div.DivClassName
{
background-color: #B09FFB;
}
.BgClassName
{
background-color: #B09FFB;
}
</style>
border-color css
<style>
span { border-color: #B09FFB; }
span { border-color: rgb(176,159,251); }
td.TdClassName
{
border-color: #B09FFB;
}
.TagClassName
{
border-color: #B09FFB;
}
</style>