Shades of Biloba Flower #B089FB
Tints of Biloba Flower #B089FB
RGB
CMYK
RGB Variations
Color information
#B089FB (or 0xB089FB) is known color: Biloba Flower. HEX triplet: B0, 89 and FB. RGB value is (176,137,251). Sum of RGB (Red+Green+Blue) = 176+137+251=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #B089FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089FB is #4F7604. Grayscale: #A1A1A1. Windows color (decimal): -5207557 or 16484784. OLE color: 16484784.
HSL color Cylindrical-coordinate representation of color #B089FB: hue angle of 260.53º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B089FB is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 137 | 251 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.02 |
| HSL | 260.53º | 0.93% | 0.76% | - |
| HSV(B) | 260.53º | 0.45% | 0.98% | - |
| XYZ | 44.26 | 34.09 | 95.51 | - |
| YUV | 161.66 | 178.42 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 251 | 0.30 | 0.45 | 0 | 0.02 | 260.53 | 0.93 | 0.76 |
| Hex | B0 | 89 | FB | 1E | 2D | 0 | 2 | 105 | 5D | 4C |
| Octal | 260 | 211 | 373 | 36 | 55 | 0 | 2 | 405 | 135 | 114 |
| Binary | 10110000 | 10001001 | 11111011 | 11110 | 101101 | 0 | 10 | 100000101 | 1011101 | 1001100 |
Color Harmonies of #B089FB
Complementary color
Monochromatic Colors of #B089FB
Black with #B089FB
Text Example
Text Example
White with #B089FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089FB; }
p { color: rgb(176,137,251); }
H1.HeaderClassName
{
color: #B089FB;
}
.AnyTagClassName
{
color: #B089FB;
}
</style>
background-color css
<style>
a { background-color: #B089FB; }
a { background-color: rgb(176,137,251); }
div.DivClassName
{
background-color: #B089FB;
}
.BgClassName
{
background-color: #B089FB;
}
</style>
border-color css
<style>
span { border-color: #B089FB; }
span { border-color: rgb(176,137,251); }
td.TdClassName
{
border-color: #B089FB;
}
.TagClassName
{
border-color: #B089FB;
}
</style>