Shades of Biloba Flower #B088F0
Tints of Biloba Flower #B088F0
RGB
CMYK
RGB Variations
Color information
#B088F0 (or 0xB088F0) is known color: Biloba Flower. HEX triplet: B0, 88 and F0. RGB value is (176,136,240). Sum of RGB (Red+Green+Blue) = 176+136+240=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #B088F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B088F0 is #4F770F. Grayscale: #9F9F9F. Windows color (decimal): -5207824 or 15763632. OLE color: 15763632.
HSL color Cylindrical-coordinate representation of color #B088F0: hue angle of 263.08º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B088F0 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 136 | 240 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.06 |
| HSL | 263.08º | 0.78% | 0.74% | - |
| HSV(B) | 263.08º | 0.43% | 0.94% | - |
| XYZ | 42.44 | 33.13 | 86.6 | - |
| YUV | 159.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 240 | 0.27 | 0.43 | 0 | 0.06 | 263.08 | 0.78 | 0.74 |
| Hex | B0 | 88 | F0 | 1B | 2B | 0 | 6 | 107 | 4E | 4A |
| Octal | 260 | 210 | 360 | 33 | 53 | 0 | 6 | 407 | 116 | 112 |
| Binary | 10110000 | 10001000 | 11110000 | 11011 | 101011 | 0 | 110 | 100000111 | 1001110 | 1001010 |
Color Harmonies of #B088F0
Complementary color
Monochromatic Colors of #B088F0
Black with #B088F0
Text Example
Text Example
White with #B088F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088F0; }
p { color: rgb(176,136,240); }
H1.HeaderClassName
{
color: #B088F0;
}
.AnyTagClassName
{
color: #B088F0;
}
</style>
background-color css
<style>
a { background-color: #B088F0; }
a { background-color: rgb(176,136,240); }
div.DivClassName
{
background-color: #B088F0;
}
.BgClassName
{
background-color: #B088F0;
}
</style>
border-color css
<style>
span { border-color: #B088F0; }
span { border-color: rgb(176,136,240); }
td.TdClassName
{
border-color: #B088F0;
}
.TagClassName
{
border-color: #B088F0;
}
</style>