Shades of Biloba Flower #B088F5
Tints of Biloba Flower #B088F5
RGB
CMYK
RGB Variations
Color information
#B088F5 (or 0xB088F5) is known color: Biloba Flower. HEX triplet: B0, 88 and F5. RGB value is (176,136,245). Sum of RGB (Red+Green+Blue) = 176+136+245=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #B088F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B088F5 is #4F770A. Grayscale: #9F9F9F. Windows color (decimal): -5207819 or 16091312. OLE color: 16091312.
HSL color Cylindrical-coordinate representation of color #B088F5: hue angle of 262.02º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B088F5 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 136 | 245 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.04 |
| HSL | 262.02º | 0.84% | 0.75% | - |
| HSV(B) | 262.02º | 0.44% | 0.96% | - |
| XYZ | 43.19 | 33.43 | 90.56 | - |
| YUV | 160.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 245 | 0.28 | 0.44 | 0 | 0.04 | 262.02 | 0.84 | 0.75 |
| Hex | B0 | 88 | F5 | 1C | 2C | 0 | 4 | 106 | 54 | 4B |
| Octal | 260 | 210 | 365 | 34 | 54 | 0 | 4 | 406 | 124 | 113 |
| Binary | 10110000 | 10001000 | 11110101 | 11100 | 101100 | 0 | 100 | 100000110 | 1010100 | 1001011 |
Color Harmonies of #B088F5
Complementary color
Monochromatic Colors of #B088F5
Black with #B088F5
Text Example
Text Example
White with #B088F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088F5; }
p { color: rgb(176,136,245); }
H1.HeaderClassName
{
color: #B088F5;
}
.AnyTagClassName
{
color: #B088F5;
}
</style>
background-color css
<style>
a { background-color: #B088F5; }
a { background-color: rgb(176,136,245); }
div.DivClassName
{
background-color: #B088F5;
}
.BgClassName
{
background-color: #B088F5;
}
</style>
border-color css
<style>
span { border-color: #B088F5; }
span { border-color: rgb(176,136,245); }
td.TdClassName
{
border-color: #B088F5;
}
.TagClassName
{
border-color: #B088F5;
}
</style>