Shades of Biloba Flower #B090E5
Tints of Biloba Flower #B090E5
RGB
CMYK
RGB Variations
Color information
#B090E5 (or 0xB090E5) is known color: Biloba Flower. HEX triplet: B0, 90 and E5. RGB value is (176,144,229). Sum of RGB (Red+Green+Blue) = 176+144+229=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #B090E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090E5 is #4F6F1A. Grayscale: #A2A2A2. Windows color (decimal): -5205787 or 15044784. OLE color: 15044784.
HSL color Cylindrical-coordinate representation of color #B090E5: hue angle of 262.59º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B090E5 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 144 | 229 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.10 |
| HSL | 262.59º | 0.62% | 0.73% | - |
| HSV(B) | 262.59º | 0.37% | 0.9% | - |
| XYZ | 42.02 | 34.83 | 78.64 | - |
| YUV | 163.26 | 165.1 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 229 | 0.23 | 0.37 | 0 | 0.10 | 262.59 | 0.62 | 0.73 |
| Hex | B0 | 90 | E5 | 17 | 25 | 0 | A | 107 | 3E | 49 |
| Octal | 260 | 220 | 345 | 27 | 45 | 0 | 12 | 407 | 76 | 111 |
| Binary | 10110000 | 10010000 | 11100101 | 10111 | 100101 | 0 | 1010 | 100000111 | 111110 | 1001001 |
Color Harmonies of #B090E5
Complementary color
Monochromatic Colors of #B090E5
Black with #B090E5
Text Example
Text Example
White with #B090E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090E5; }
p { color: rgb(176,144,229); }
H1.HeaderClassName
{
color: #B090E5;
}
.AnyTagClassName
{
color: #B090E5;
}
</style>
background-color css
<style>
a { background-color: #B090E5; }
a { background-color: rgb(176,144,229); }
div.DivClassName
{
background-color: #B090E5;
}
.BgClassName
{
background-color: #B090E5;
}
</style>
border-color css
<style>
span { border-color: #B090E5; }
span { border-color: rgb(176,144,229); }
td.TdClassName
{
border-color: #B090E5;
}
.TagClassName
{
border-color: #B090E5;
}
</style>