Shades of Biloba Flower #B088FF
Tints of Biloba Flower #B088FF
RGB
CMYK
RGB Variations
Color information
#B088FF (or 0xB088FF) is known color: Biloba Flower. HEX triplet: B0, 88 and FF. RGB value is (176,136,255). Sum of RGB (Red+Green+Blue) = 176+136+255=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #B088FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B088FF is #4F7700. Grayscale: #A1A1A1. Windows color (decimal): -5207809 or 16746672. OLE color: 16746672.
HSL color Cylindrical-coordinate representation of color #B088FF: hue angle of 260.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B088FF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 136 | 255 | - |
| CMYK | 0.31 | 0.47 | 0 | 0 |
| HSL | 260.17º | 1% | 0.77% | - |
| HSV(B) | 260.17º | 0.47% | 1% | - |
| XYZ | 44.76 | 34.06 | 98.82 | - |
| YUV | 161.53 | 180.75 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 255 | 0.31 | 0.47 | 0 | 0 | 260.17 | 1 | 0.77 |
| Hex | B0 | 88 | FF | 1F | 2F | 0 | 0 | 104 | 64 | 4D |
| Octal | 260 | 210 | 377 | 37 | 57 | 0 | 0 | 404 | 144 | 115 |
| Binary | 10110000 | 10001000 | 11111111 | 11111 | 101111 | 0 | 0 | 100000100 | 1100100 | 1001101 |
Color Harmonies of #B088FF
Complementary color
Monochromatic Colors of #B088FF
Black with #B088FF
Text Example
Text Example
White with #B088FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088FF; }
p { color: rgb(176,136,255); }
H1.HeaderClassName
{
color: #B088FF;
}
.AnyTagClassName
{
color: #B088FF;
}
</style>
background-color css
<style>
a { background-color: #B088FF; }
a { background-color: rgb(176,136,255); }
div.DivClassName
{
background-color: #B088FF;
}
.BgClassName
{
background-color: #B088FF;
}
</style>
border-color css
<style>
span { border-color: #B088FF; }
span { border-color: rgb(176,136,255); }
td.TdClassName
{
border-color: #B088FF;
}
.TagClassName
{
border-color: #B088FF;
}
</style>