Shades of Biloba Flower #B297F2
Tints of Biloba Flower #B297F2
RGB
CMYK
RGB Variations
Color information
#B297F2 (or 0xB297F2) is known color: Biloba Flower. HEX triplet: B2, 97 and F2. RGB value is (178,151,242). Sum of RGB (Red+Green+Blue) = 178+151+242=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #B297F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B297F2 is #4D680D. Grayscale: #A9A9A9. Windows color (decimal): -5072910 or 15898546. OLE color: 15898546.
HSL color Cylindrical-coordinate representation of color #B297F2: hue angle of 257.8º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B297F2 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 151 | 242 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.05 |
| HSL | 257.8º | 0.78% | 0.77% | - |
| HSV(B) | 257.8º | 0.38% | 0.95% | - |
| XYZ | 45.45 | 38.01 | 88.95 | - |
| YUV | 169.45 | 168.95 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 242 | 0.26 | 0.38 | 0 | 0.05 | 257.8 | 0.78 | 0.77 |
| Hex | B2 | 97 | F2 | 1A | 26 | 0 | 5 | 102 | 4E | 4D |
| Octal | 262 | 227 | 362 | 32 | 46 | 0 | 5 | 402 | 116 | 115 |
| Binary | 10110010 | 10010111 | 11110010 | 11010 | 100110 | 0 | 101 | 100000010 | 1001110 | 1001101 |
Color Harmonies of #B297F2
Complementary color
Monochromatic Colors of #B297F2
Black with #B297F2
Text Example
Text Example
White with #B297F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B297F2; }
p { color: rgb(178,151,242); }
H1.HeaderClassName
{
color: #B297F2;
}
.AnyTagClassName
{
color: #B297F2;
}
</style>
background-color css
<style>
a { background-color: #B297F2; }
a { background-color: rgb(178,151,242); }
div.DivClassName
{
background-color: #B297F2;
}
.BgClassName
{
background-color: #B297F2;
}
</style>
border-color css
<style>
span { border-color: #B297F2; }
span { border-color: rgb(178,151,242); }
td.TdClassName
{
border-color: #B297F2;
}
.TagClassName
{
border-color: #B297F2;
}
</style>