Shades of Biloba Flower #B09FF6
Tints of Biloba Flower #B09FF6
RGB
CMYK
RGB Variations
Color information
#B09FF6 (or 0xB09FF6) is known color: Biloba Flower. HEX triplet: B0, 9F and F6. RGB value is (176,159,246). Sum of RGB (Red+Green+Blue) = 176+159+246=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #B09FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FF6 is #4F6009. Grayscale: #ADADAD. Windows color (decimal): -5201930 or 16162736. OLE color: 16162736.
HSL color Cylindrical-coordinate representation of color #B09FF6: hue angle of 251.72º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B09FF6 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 159 | 246 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.04 |
| HSL | 251.72º | 0.83% | 0.79% | - |
| HSV(B) | 251.72º | 0.35% | 0.96% | - |
| XYZ | 46.94 | 40.68 | 92.57 | - |
| YUV | 174 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 246 | 0.28 | 0.35 | 0 | 0.04 | 251.72 | 0.83 | 0.79 |
| Hex | B0 | 9F | F6 | 1C | 23 | 0 | 4 | FC | 53 | 4F |
| Octal | 260 | 237 | 366 | 34 | 43 | 0 | 4 | 374 | 123 | 117 |
| Binary | 10110000 | 10011111 | 11110110 | 11100 | 100011 | 0 | 100 | 11111100 | 1010011 | 1001111 |
Color Harmonies of #B09FF6
Complementary color
Monochromatic Colors of #B09FF6
Black with #B09FF6
Text Example
Text Example
White with #B09FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09FF6; }
p { color: rgb(176,159,246); }
H1.HeaderClassName
{
color: #B09FF6;
}
.AnyTagClassName
{
color: #B09FF6;
}
</style>
background-color css
<style>
a { background-color: #B09FF6; }
a { background-color: rgb(176,159,246); }
div.DivClassName
{
background-color: #B09FF6;
}
.BgClassName
{
background-color: #B09FF6;
}
</style>
border-color css
<style>
span { border-color: #B09FF6; }
span { border-color: rgb(176,159,246); }
td.TdClassName
{
border-color: #B09FF6;
}
.TagClassName
{
border-color: #B09FF6;
}
</style>