Shades of Biloba Flower #B091E1
Tints of Biloba Flower #B091E1
RGB
CMYK
RGB Variations
Color information
#B091E1 (or 0xB091E1) is known color: Biloba Flower. HEX triplet: B0, 91 and E1. RGB value is (176,145,225). Sum of RGB (Red+Green+Blue) = 176+145+225=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #B091E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091E1 is #4F6E1E. Grayscale: #A3A3A3. Windows color (decimal): -5205535 or 14782896. OLE color: 14782896.
HSL color Cylindrical-coordinate representation of color #B091E1: hue angle of 263.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B091E1 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 145 | 225 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.12 |
| HSL | 263.25º | 0.57% | 0.73% | - |
| HSV(B) | 263.25º | 0.36% | 0.88% | - |
| XYZ | 41.62 | 34.92 | 75.78 | - |
| YUV | 163.39 | 162.77 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 225 | 0.22 | 0.36 | 0 | 0.12 | 263.25 | 0.57 | 0.73 |
| Hex | B0 | 91 | E1 | 16 | 24 | 0 | C | 107 | 39 | 49 |
| Octal | 260 | 221 | 341 | 26 | 44 | 0 | 14 | 407 | 71 | 111 |
| Binary | 10110000 | 10010001 | 11100001 | 10110 | 100100 | 0 | 1100 | 100000111 | 111001 | 1001001 |
Color Harmonies of #B091E1
Complementary color
Monochromatic Colors of #B091E1
Black with #B091E1
Text Example
Text Example
White with #B091E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091E1; }
p { color: rgb(176,145,225); }
H1.HeaderClassName
{
color: #B091E1;
}
.AnyTagClassName
{
color: #B091E1;
}
</style>
background-color css
<style>
a { background-color: #B091E1; }
a { background-color: rgb(176,145,225); }
div.DivClassName
{
background-color: #B091E1;
}
.BgClassName
{
background-color: #B091E1;
}
</style>
border-color css
<style>
span { border-color: #B091E1; }
span { border-color: rgb(176,145,225); }
td.TdClassName
{
border-color: #B091E1;
}
.TagClassName
{
border-color: #B091E1;
}
</style>