Shades of Biloba Flower #B297DF
Tints of Biloba Flower #B297DF
RGB
CMYK
RGB Variations
Color information
#B297DF (or 0xB297DF) is known color: Biloba Flower. HEX triplet: B2, 97 and DF. RGB value is (178,151,223). Sum of RGB (Red+Green+Blue) = 178+151+223=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #B297DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297DF is #4D6820. Grayscale: #A7A7A7. Windows color (decimal): -5072929 or 14653362. OLE color: 14653362.
HSL color Cylindrical-coordinate representation of color #B297DF: hue angle of 262.5º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B297DF is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 151 | 223 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.13 |
| HSL | 262.5º | 0.53% | 0.73% | - |
| HSV(B) | 262.5º | 0.32% | 0.87% | - |
| XYZ | 42.75 | 36.93 | 74.69 | - |
| YUV | 167.28 | 159.45 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 223 | 0.20 | 0.32 | 0 | 0.13 | 262.5 | 0.53 | 0.73 |
| Hex | B2 | 97 | DF | 14 | 20 | 0 | D | 106 | 35 | 49 |
| Octal | 262 | 227 | 337 | 24 | 40 | 0 | 15 | 406 | 65 | 111 |
| Binary | 10110010 | 10010111 | 11011111 | 10100 | 100000 | 0 | 1101 | 100000110 | 110101 | 1001001 |
Color Harmonies of #B297DF
Complementary color
Monochromatic Colors of #B297DF
Black with #B297DF
Text Example
Text Example
White with #B297DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B297DF; }
p { color: rgb(178,151,223); }
H1.HeaderClassName
{
color: #B297DF;
}
.AnyTagClassName
{
color: #B297DF;
}
</style>
background-color css
<style>
a { background-color: #B297DF; }
a { background-color: rgb(178,151,223); }
div.DivClassName
{
background-color: #B297DF;
}
.BgClassName
{
background-color: #B297DF;
}
</style>
border-color css
<style>
span { border-color: #B297DF; }
span { border-color: rgb(178,151,223); }
td.TdClassName
{
border-color: #B297DF;
}
.TagClassName
{
border-color: #B297DF;
}
</style>