Shades of Biloba Flower #B089FA
Tints of Biloba Flower #B089FA
RGB
CMYK
RGB Variations
Color information
#B089FA (or 0xB089FA) is known color: Biloba Flower. HEX triplet: B0, 89 and FA. RGB value is (176,137,250). Sum of RGB (Red+Green+Blue) = 176+137+250=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #B089FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B089FA is #4F7605. Grayscale: #A1A1A1. Windows color (decimal): -5207558 or 16419248. OLE color: 16419248.
HSL color Cylindrical-coordinate representation of color #B089FA: hue angle of 260.71º degrees, saturation: 0.92, 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 #B089FA is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 137 | 250 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.02 |
| HSL | 260.71º | 0.92% | 0.76% | - |
| HSV(B) | 260.71º | 0.45% | 0.98% | - |
| XYZ | 44.11 | 34.02 | 94.69 | - |
| YUV | 161.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 250 | 0.30 | 0.45 | 0 | 0.02 | 260.71 | 0.92 | 0.76 |
| Hex | B0 | 89 | FA | 1E | 2D | 0 | 2 | 105 | 5C | 4C |
| Octal | 260 | 211 | 372 | 36 | 55 | 0 | 2 | 405 | 134 | 114 |
| Binary | 10110000 | 10001001 | 11111010 | 11110 | 101101 | 0 | 10 | 100000101 | 1011100 | 1001100 |
Color Harmonies of #B089FA
Complementary color
Monochromatic Colors of #B089FA
Black with #B089FA
Text Example
Text Example
White with #B089FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089FA; }
p { color: rgb(176,137,250); }
H1.HeaderClassName
{
color: #B089FA;
}
.AnyTagClassName
{
color: #B089FA;
}
</style>
background-color css
<style>
a { background-color: #B089FA; }
a { background-color: rgb(176,137,250); }
div.DivClassName
{
background-color: #B089FA;
}
.BgClassName
{
background-color: #B089FA;
}
</style>
border-color css
<style>
span { border-color: #B089FA; }
span { border-color: rgb(176,137,250); }
td.TdClassName
{
border-color: #B089FA;
}
.TagClassName
{
border-color: #B089FA;
}
</style>