Shades of Biloba Flower #B097F5
Tints of Biloba Flower #B097F5
RGB
CMYK
RGB Variations
Color information
#B097F5 (or 0xB097F5) is known color: Biloba Flower. HEX triplet: B0, 97 and F5. RGB value is (176,151,245). Sum of RGB (Red+Green+Blue) = 176+151+245=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 245 - color contains mainly: blue. Hex color #B097F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097F5 is #4F680A. Grayscale: #A8A8A8. Windows color (decimal): -5203979 or 16095152. OLE color: 16095152.
HSL color Cylindrical-coordinate representation of color #B097F5: hue angle of 255.96º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B097F5 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 151 | 245 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.04 |
| HSL | 255.96º | 0.82% | 0.78% | - |
| HSV(B) | 255.96º | 0.38% | 0.96% | - |
| XYZ | 45.45 | 37.96 | 91.32 | - |
| YUV | 169.19 | 170.78 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 245 | 0.28 | 0.38 | 0 | 0.04 | 255.96 | 0.82 | 0.78 |
| Hex | B0 | 97 | F5 | 1C | 26 | 0 | 4 | 100 | 52 | 4E |
| Octal | 260 | 227 | 365 | 34 | 46 | 0 | 4 | 400 | 122 | 116 |
| Binary | 10110000 | 10010111 | 11110101 | 11100 | 100110 | 0 | 100 | 100000000 | 1010010 | 1001110 |
Color Harmonies of #B097F5
Complementary color
Monochromatic Colors of #B097F5
Black with #B097F5
Text Example
Text Example
White with #B097F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B097F5; }
p { color: rgb(176,151,245); }
H1.HeaderClassName
{
color: #B097F5;
}
.AnyTagClassName
{
color: #B097F5;
}
</style>
background-color css
<style>
a { background-color: #B097F5; }
a { background-color: rgb(176,151,245); }
div.DivClassName
{
background-color: #B097F5;
}
.BgClassName
{
background-color: #B097F5;
}
</style>
border-color css
<style>
span { border-color: #B097F5; }
span { border-color: rgb(176,151,245); }
td.TdClassName
{
border-color: #B097F5;
}
.TagClassName
{
border-color: #B097F5;
}
</style>