Shades of Biloba Flower #B09FE5
Tints of Biloba Flower #B09FE5
RGB
CMYK
RGB Variations
Color information
#B09FE5 (or 0xB09FE5) is known color: Biloba Flower. HEX triplet: B0, 9F and E5. RGB value is (176,159,229). Sum of RGB (Red+Green+Blue) = 176+159+229=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #B09FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FE5 is #4F601A. Grayscale: #ABABAB. Windows color (decimal): -5201947 or 15048624. OLE color: 15048624.
HSL color Cylindrical-coordinate representation of color #B09FE5: hue angle of 254.57º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B09FE5 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 159 | 229 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.10 |
| HSL | 254.57º | 0.57% | 0.76% | - |
| HSV(B) | 254.57º | 0.31% | 0.9% | - |
| XYZ | 44.45 | 39.68 | 79.45 | - |
| YUV | 172.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 229 | 0.23 | 0.31 | 0 | 0.10 | 254.57 | 0.57 | 0.76 |
| Hex | B0 | 9F | E5 | 17 | 1F | 0 | A | FF | 39 | 4C |
| Octal | 260 | 237 | 345 | 27 | 37 | 0 | 12 | 377 | 71 | 114 |
| Binary | 10110000 | 10011111 | 11100101 | 10111 | 11111 | 0 | 1010 | 11111111 | 111001 | 1001100 |
Color Harmonies of #B09FE5
Complementary color
Monochromatic Colors of #B09FE5
Black with #B09FE5
Text Example
Text Example
White with #B09FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09FE5; }
p { color: rgb(176,159,229); }
H1.HeaderClassName
{
color: #B09FE5;
}
.AnyTagClassName
{
color: #B09FE5;
}
</style>
background-color css
<style>
a { background-color: #B09FE5; }
a { background-color: rgb(176,159,229); }
div.DivClassName
{
background-color: #B09FE5;
}
.BgClassName
{
background-color: #B09FE5;
}
</style>
border-color css
<style>
span { border-color: #B09FE5; }
span { border-color: rgb(176,159,229); }
td.TdClassName
{
border-color: #B09FE5;
}
.TagClassName
{
border-color: #B09FE5;
}
</style>