Shades of Biloba Flower #B097F6
Tints of Biloba Flower #B097F6
RGB
CMYK
RGB Variations
Color information
#B097F6 (or 0xB097F6) is known color: Biloba Flower. HEX triplet: B0, 97 and F6. RGB value is (176,151,246). Sum of RGB (Red+Green+Blue) = 176+151+246=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #B097F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097F6 is #4F6809. Grayscale: #A8A8A8. Windows color (decimal): -5203978 or 16160688. OLE color: 16160688.
HSL color Cylindrical-coordinate representation of color #B097F6: hue angle of 255.79º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B097F6 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 151 | 246 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.04 |
| HSL | 255.79º | 0.84% | 0.78% | - |
| HSV(B) | 255.79º | 0.39% | 0.96% | - |
| XYZ | 45.61 | 38.02 | 92.12 | - |
| YUV | 169.31 | 171.28 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 246 | 0.28 | 0.39 | 0 | 0.04 | 255.79 | 0.84 | 0.78 |
| Hex | B0 | 97 | F6 | 1C | 27 | 0 | 4 | 100 | 54 | 4E |
| Octal | 260 | 227 | 366 | 34 | 47 | 0 | 4 | 400 | 124 | 116 |
| Binary | 10110000 | 10010111 | 11110110 | 11100 | 100111 | 0 | 100 | 100000000 | 1010100 | 1001110 |
Color Harmonies of #B097F6
Complementary color
Monochromatic Colors of #B097F6
Black with #B097F6
Text Example
Text Example
White with #B097F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B097F6; }
p { color: rgb(176,151,246); }
H1.HeaderClassName
{
color: #B097F6;
}
.AnyTagClassName
{
color: #B097F6;
}
</style>
background-color css
<style>
a { background-color: #B097F6; }
a { background-color: rgb(176,151,246); }
div.DivClassName
{
background-color: #B097F6;
}
.BgClassName
{
background-color: #B097F6;
}
</style>
border-color css
<style>
span { border-color: #B097F6; }
span { border-color: rgb(176,151,246); }
td.TdClassName
{
border-color: #B097F6;
}
.TagClassName
{
border-color: #B097F6;
}
</style>