Shades of Biloba Flower #B297E9
Tints of Biloba Flower #B297E9
RGB
CMYK
RGB Variations
Color information
#B297E9 (or 0xB297E9) is known color: Biloba Flower. HEX triplet: B2, 97 and E9. RGB value is (178,151,233). Sum of RGB (Red+Green+Blue) = 178+151+233=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 233 - color contains mainly: blue. Hex color #B297E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B297E9 is #4D6816. Grayscale: #A8A8A8. Windows color (decimal): -5072919 or 15308722. OLE color: 15308722.
HSL color Cylindrical-coordinate representation of color #B297E9: hue angle of 259.76º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B297E9 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 151 | 233 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.09 |
| HSL | 259.76º | 0.65% | 0.75% | - |
| HSV(B) | 259.76º | 0.35% | 0.91% | - |
| XYZ | 44.13 | 37.48 | 82 | - |
| YUV | 168.42 | 164.45 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 233 | 0.24 | 0.35 | 0 | 0.09 | 259.76 | 0.65 | 0.75 |
| Hex | B2 | 97 | E9 | 18 | 23 | 0 | 9 | 104 | 41 | 4B |
| Octal | 262 | 227 | 351 | 30 | 43 | 0 | 11 | 404 | 101 | 113 |
| Binary | 10110010 | 10010111 | 11101001 | 11000 | 100011 | 0 | 1001 | 100000100 | 1000001 | 1001011 |
Color Harmonies of #B297E9
Complementary color
Monochromatic Colors of #B297E9
Black with #B297E9
Text Example
Text Example
White with #B297E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B297E9; }
p { color: rgb(178,151,233); }
H1.HeaderClassName
{
color: #B297E9;
}
.AnyTagClassName
{
color: #B297E9;
}
</style>
background-color css
<style>
a { background-color: #B297E9; }
a { background-color: rgb(178,151,233); }
div.DivClassName
{
background-color: #B297E9;
}
.BgClassName
{
background-color: #B297E9;
}
</style>
border-color css
<style>
span { border-color: #B297E9; }
span { border-color: rgb(178,151,233); }
td.TdClassName
{
border-color: #B297E9;
}
.TagClassName
{
border-color: #B297E9;
}
</style>