Shades of Biloba Flower #B088FA
Tints of Biloba Flower #B088FA
RGB
CMYK
RGB Variations
Color information
#B088FA (or 0xB088FA) is known color: Biloba Flower. HEX triplet: B0, 88 and FA. RGB value is (176,136,250). Sum of RGB (Red+Green+Blue) = 176+136+250=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #B088FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B088FA is #4F7705. Grayscale: #A0A0A0. Windows color (decimal): -5207814 or 16418992. OLE color: 16418992.
HSL color Cylindrical-coordinate representation of color #B088FA: hue angle of 261.05º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B088FA is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 136 | 250 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.02 |
| HSL | 261.05º | 0.92% | 0.76% | - |
| HSV(B) | 261.05º | 0.46% | 0.98% | - |
| XYZ | 43.96 | 33.74 | 94.64 | - |
| YUV | 160.96 | 178.25 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 250 | 0.30 | 0.46 | 0 | 0.02 | 261.05 | 0.92 | 0.76 |
| Hex | B0 | 88 | FA | 1E | 2E | 0 | 2 | 105 | 5C | 4C |
| Octal | 260 | 210 | 372 | 36 | 56 | 0 | 2 | 405 | 134 | 114 |
| Binary | 10110000 | 10001000 | 11111010 | 11110 | 101110 | 0 | 10 | 100000101 | 1011100 | 1001100 |
Color Harmonies of #B088FA
Complementary color
Monochromatic Colors of #B088FA
Black with #B088FA
Text Example
Text Example
White with #B088FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B088FA; }
p { color: rgb(176,136,250); }
H1.HeaderClassName
{
color: #B088FA;
}
.AnyTagClassName
{
color: #B088FA;
}
</style>
background-color css
<style>
a { background-color: #B088FA; }
a { background-color: rgb(176,136,250); }
div.DivClassName
{
background-color: #B088FA;
}
.BgClassName
{
background-color: #B088FA;
}
</style>
border-color css
<style>
span { border-color: #B088FA; }
span { border-color: rgb(176,136,250); }
td.TdClassName
{
border-color: #B088FA;
}
.TagClassName
{
border-color: #B088FA;
}
</style>