Shades of Biloba Flower #B297D9
Tints of Biloba Flower #B297D9
RGB
CMYK
RGB Variations
Color information
#B297D9 (or 0xB297D9) is known color: Biloba Flower. HEX triplet: B2, 97 and D9. RGB value is (178,151,217). Sum of RGB (Red+Green+Blue) = 178+151+217=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 217 - color contains mainly: blue. Hex color #B297D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297D9 is #4D6826. Grayscale: #A6A6A6. Windows color (decimal): -5072935 or 14260146. OLE color: 14260146.
HSL color Cylindrical-coordinate representation of color #B297D9: hue angle of 264.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B297D9 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 151 | 217 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.15 |
| HSL | 264.55º | 0.46% | 0.72% | - |
| HSV(B) | 264.55º | 0.3% | 0.85% | - |
| XYZ | 41.95 | 36.61 | 70.5 | - |
| YUV | 166.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 217 | 0.18 | 0.30 | 0 | 0.15 | 264.55 | 0.46 | 0.72 |
| Hex | B2 | 97 | D9 | 12 | 1E | 0 | F | 109 | 2E | 48 |
| Octal | 262 | 227 | 331 | 22 | 36 | 0 | 17 | 411 | 56 | 110 |
| Binary | 10110010 | 10010111 | 11011001 | 10010 | 11110 | 0 | 1111 | 100001001 | 101110 | 1001000 |
Color Harmonies of #B297D9
Complementary color
Monochromatic Colors of #B297D9
Black with #B297D9
Text Example
Text Example
White with #B297D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B297D9; }
p { color: rgb(178,151,217); }
H1.HeaderClassName
{
color: #B297D9;
}
.AnyTagClassName
{
color: #B297D9;
}
</style>
background-color css
<style>
a { background-color: #B297D9; }
a { background-color: rgb(178,151,217); }
div.DivClassName
{
background-color: #B297D9;
}
.BgClassName
{
background-color: #B297D9;
}
</style>
border-color css
<style>
span { border-color: #B297D9; }
span { border-color: rgb(178,151,217); }
td.TdClassName
{
border-color: #B297D9;
}
.TagClassName
{
border-color: #B297D9;
}
</style>