Shades of Biloba Flower #B091F9
Tints of Biloba Flower #B091F9
RGB
CMYK
RGB Variations
Color information
#B091F9 (or 0xB091F9) is known color: Biloba Flower. HEX triplet: B0, 91 and F9. RGB value is (176,145,249). Sum of RGB (Red+Green+Blue) = 176+145+249=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #B091F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B091F9 is #4F6E06. Grayscale: #A5A5A5. Windows color (decimal): -5205511 or 16355760. OLE color: 16355760.
HSL color Cylindrical-coordinate representation of color #B091F9: hue angle of 257.88º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B091F9 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 145 | 249 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.02 |
| HSL | 257.88º | 0.9% | 0.77% | - |
| HSV(B) | 257.88º | 0.42% | 0.98% | - |
| XYZ | 45.13 | 36.32 | 94.25 | - |
| YUV | 166.13 | 174.77 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 249 | 0.29 | 0.42 | 0 | 0.02 | 257.88 | 0.9 | 0.77 |
| Hex | B0 | 91 | F9 | 1D | 2A | 0 | 2 | 102 | 5A | 4D |
| Octal | 260 | 221 | 371 | 35 | 52 | 0 | 2 | 402 | 132 | 115 |
| Binary | 10110000 | 10010001 | 11111001 | 11101 | 101010 | 0 | 10 | 100000010 | 1011010 | 1001101 |
Color Harmonies of #B091F9
Complementary color
Monochromatic Colors of #B091F9
Black with #B091F9
Text Example
Text Example
White with #B091F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091F9; }
p { color: rgb(176,145,249); }
H1.HeaderClassName
{
color: #B091F9;
}
.AnyTagClassName
{
color: #B091F9;
}
</style>
background-color css
<style>
a { background-color: #B091F9; }
a { background-color: rgb(176,145,249); }
div.DivClassName
{
background-color: #B091F9;
}
.BgClassName
{
background-color: #B091F9;
}
</style>
border-color css
<style>
span { border-color: #B091F9; }
span { border-color: rgb(176,145,249); }
td.TdClassName
{
border-color: #B091F9;
}
.TagClassName
{
border-color: #B091F9;
}
</style>