Shades of Biloba Flower #B297E3
Tints of Biloba Flower #B297E3
RGB
CMYK
RGB Variations
Color information
#B297E3 (or 0xB297E3) is known color: Biloba Flower. HEX triplet: B2, 97 and E3. RGB value is (178,151,227). Sum of RGB (Red+Green+Blue) = 178+151+227=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 227 (89.06% from 255 or 40.83% from 556); Max value from RGB is 227 - color contains mainly: blue. Hex color #B297E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297E3 is #4D681C. Grayscale: #A7A7A7. Windows color (decimal): -5072925 or 14915506. OLE color: 14915506.
HSL color Cylindrical-coordinate representation of color #B297E3: hue angle of 261.32º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B297E3 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 151 | 227 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.11 |
| HSL | 261.32º | 0.58% | 0.74% | - |
| HSV(B) | 261.32º | 0.33% | 0.89% | - |
| XYZ | 43.29 | 37.14 | 77.56 | - |
| YUV | 167.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 227 | 0.22 | 0.33 | 0 | 0.11 | 261.32 | 0.58 | 0.74 |
| Hex | B2 | 97 | E3 | 16 | 21 | 0 | B | 105 | 3A | 4A |
| Octal | 262 | 227 | 343 | 26 | 41 | 0 | 13 | 405 | 72 | 112 |
| Binary | 10110010 | 10010111 | 11100011 | 10110 | 100001 | 0 | 1011 | 100000101 | 111010 | 1001010 |
Color Harmonies of #B297E3
Complementary color
Monochromatic Colors of #B297E3
Black with #B297E3
Text Example
Text Example
White with #B297E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B297E3; }
p { color: rgb(178,151,227); }
H1.HeaderClassName
{
color: #B297E3;
}
.AnyTagClassName
{
color: #B297E3;
}
</style>
background-color css
<style>
a { background-color: #B297E3; }
a { background-color: rgb(178,151,227); }
div.DivClassName
{
background-color: #B297E3;
}
.BgClassName
{
background-color: #B297E3;
}
</style>
border-color css
<style>
span { border-color: #B297E3; }
span { border-color: rgb(178,151,227); }
td.TdClassName
{
border-color: #B297E3;
}
.TagClassName
{
border-color: #B297E3;
}
</style>