Shades of Biloba Flower #B09BFA
Tints of Biloba Flower #B09BFA
RGB
CMYK
RGB Variations
Color information
#B09BFA (or 0xB09BFA) is known color: Biloba Flower. HEX triplet: B0, 9B and FA. RGB value is (176,155,250). Sum of RGB (Red+Green+Blue) = 176+155+250=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #B09BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BFA is #4F6405. Grayscale: #ABABAB. Windows color (decimal): -5202950 or 16423856. OLE color: 16423856.
HSL color Cylindrical-coordinate representation of color #B09BFA: hue angle of 253.26º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B09BFA is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 155 | 250 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.02 |
| HSL | 253.26º | 0.9% | 0.79% | - |
| HSV(B) | 253.26º | 0.38% | 0.98% | - |
| XYZ | 46.88 | 39.57 | 95.61 | - |
| YUV | 172.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 250 | 0.30 | 0.38 | 0 | 0.02 | 253.26 | 0.9 | 0.79 |
| Hex | B0 | 9B | FA | 1E | 26 | 0 | 2 | FD | 5A | 4F |
| Octal | 260 | 233 | 372 | 36 | 46 | 0 | 2 | 375 | 132 | 117 |
| Binary | 10110000 | 10011011 | 11111010 | 11110 | 100110 | 0 | 10 | 11111101 | 1011010 | 1001111 |
Color Harmonies of #B09BFA
Complementary color
Monochromatic Colors of #B09BFA
Black with #B09BFA
Text Example
Text Example
White with #B09BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BFA; }
p { color: rgb(176,155,250); }
H1.HeaderClassName
{
color: #B09BFA;
}
.AnyTagClassName
{
color: #B09BFA;
}
</style>
background-color css
<style>
a { background-color: #B09BFA; }
a { background-color: rgb(176,155,250); }
div.DivClassName
{
background-color: #B09BFA;
}
.BgClassName
{
background-color: #B09BFA;
}
</style>
border-color css
<style>
span { border-color: #B09BFA; }
span { border-color: rgb(176,155,250); }
td.TdClassName
{
border-color: #B09BFA;
}
.TagClassName
{
border-color: #B09BFA;
}
</style>