Shades of Biloba Flower #B297F0
Tints of Biloba Flower #B297F0
RGB
CMYK
RGB Variations
Color information
#B297F0 (or 0xB297F0) is known color: Biloba Flower. HEX triplet: B2, 97 and F0. RGB value is (178,151,240). Sum of RGB (Red+Green+Blue) = 178+151+240=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #B297F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B297F0 is #4D680F. Grayscale: #A8A8A8. Windows color (decimal): -5072912 or 15767474. OLE color: 15767474.
HSL color Cylindrical-coordinate representation of color #B297F0: hue angle of 258.2º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B297F0 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 151 | 240 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.06 |
| HSL | 258.2º | 0.75% | 0.77% | - |
| HSV(B) | 258.2º | 0.37% | 0.94% | - |
| XYZ | 45.15 | 37.89 | 87.37 | - |
| YUV | 169.22 | 167.95 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 240 | 0.26 | 0.37 | 0 | 0.06 | 258.2 | 0.75 | 0.77 |
| Hex | B2 | 97 | F0 | 1A | 25 | 0 | 6 | 102 | 4B | 4D |
| Octal | 262 | 227 | 360 | 32 | 45 | 0 | 6 | 402 | 113 | 115 |
| Binary | 10110010 | 10010111 | 11110000 | 11010 | 100101 | 0 | 110 | 100000010 | 1001011 | 1001101 |
Color Harmonies of #B297F0
Complementary color
Monochromatic Colors of #B297F0
Black with #B297F0
Text Example
Text Example
White with #B297F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B297F0; }
p { color: rgb(178,151,240); }
H1.HeaderClassName
{
color: #B297F0;
}
.AnyTagClassName
{
color: #B297F0;
}
</style>
background-color css
<style>
a { background-color: #B297F0; }
a { background-color: rgb(178,151,240); }
div.DivClassName
{
background-color: #B297F0;
}
.BgClassName
{
background-color: #B297F0;
}
</style>
border-color css
<style>
span { border-color: #B297F0; }
span { border-color: rgb(178,151,240); }
td.TdClassName
{
border-color: #B297F0;
}
.TagClassName
{
border-color: #B297F0;
}
</style>