Shades of Biloba Flower #B094F7
Tints of Biloba Flower #B094F7
RGB
CMYK
RGB Variations
Color information
#B094F7 (or 0xB094F7) is known color: Biloba Flower. HEX triplet: B0, 94 and F7. RGB value is (176,148,247). Sum of RGB (Red+Green+Blue) = 176+148+247=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #B094F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B094F7 is #4F6B08. Grayscale: #A7A7A7. Windows color (decimal): -5204745 or 16225456. OLE color: 16225456.
HSL color Cylindrical-coordinate representation of color #B094F7: hue angle of 256.97º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B094F7 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 148 | 247 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.03 |
| HSL | 256.97º | 0.86% | 0.77% | - |
| HSV(B) | 256.97º | 0.4% | 0.97% | - |
| XYZ | 45.28 | 37.13 | 92.77 | - |
| YUV | 167.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 247 | 0.29 | 0.40 | 0 | 0.03 | 256.97 | 0.86 | 0.77 |
| Hex | B0 | 94 | F7 | 1D | 28 | 0 | 3 | 101 | 56 | 4D |
| Octal | 260 | 224 | 367 | 35 | 50 | 0 | 3 | 401 | 126 | 115 |
| Binary | 10110000 | 10010100 | 11110111 | 11101 | 101000 | 0 | 11 | 100000001 | 1010110 | 1001101 |
Color Harmonies of #B094F7
Complementary color
Monochromatic Colors of #B094F7
Black with #B094F7
Text Example
Text Example
White with #B094F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B094F7; }
p { color: rgb(176,148,247); }
H1.HeaderClassName
{
color: #B094F7;
}
.AnyTagClassName
{
color: #B094F7;
}
</style>
background-color css
<style>
a { background-color: #B094F7; }
a { background-color: rgb(176,148,247); }
div.DivClassName
{
background-color: #B094F7;
}
.BgClassName
{
background-color: #B094F7;
}
</style>
border-color css
<style>
span { border-color: #B094F7; }
span { border-color: rgb(176,148,247); }
td.TdClassName
{
border-color: #B094F7;
}
.TagClassName
{
border-color: #B094F7;
}
</style>