Shades of Biloba Flower #B297F9
Tints of Biloba Flower #B297F9
RGB
CMYK
RGB Variations
Color information
#B297F9 (or 0xB297F9) is known color: Biloba Flower. HEX triplet: B2, 97 and F9. RGB value is (178,151,249). Sum of RGB (Red+Green+Blue) = 178+151+249=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #B297F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B297F9 is #4D6806. Grayscale: #A9A9A9. Windows color (decimal): -5072903 or 16357298. OLE color: 16357298.
HSL color Cylindrical-coordinate representation of color #B297F9: hue angle of 256.53º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B297F9 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 151 | 249 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.02 |
| HSL | 256.53º | 0.89% | 0.78% | - |
| HSV(B) | 256.53º | 0.39% | 0.98% | - |
| XYZ | 46.53 | 38.44 | 94.59 | - |
| YUV | 170.25 | 172.45 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 249 | 0.29 | 0.39 | 0 | 0.02 | 256.53 | 0.89 | 0.78 |
| Hex | B2 | 97 | F9 | 1D | 27 | 0 | 2 | 101 | 59 | 4E |
| Octal | 262 | 227 | 371 | 35 | 47 | 0 | 2 | 401 | 131 | 116 |
| Binary | 10110010 | 10010111 | 11111001 | 11101 | 100111 | 0 | 10 | 100000001 | 1011001 | 1001110 |
Color Harmonies of #B297F9
Complementary color
Monochromatic Colors of #B297F9
Black with #B297F9
Text Example
Text Example
White with #B297F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B297F9; }
p { color: rgb(178,151,249); }
H1.HeaderClassName
{
color: #B297F9;
}
.AnyTagClassName
{
color: #B297F9;
}
</style>
background-color css
<style>
a { background-color: #B297F9; }
a { background-color: rgb(178,151,249); }
div.DivClassName
{
background-color: #B297F9;
}
.BgClassName
{
background-color: #B297F9;
}
</style>
border-color css
<style>
span { border-color: #B297F9; }
span { border-color: rgb(178,151,249); }
td.TdClassName
{
border-color: #B297F9;
}
.TagClassName
{
border-color: #B297F9;
}
</style>