#B297F7

Color #B297F7 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B297F7

Tints of Biloba Flower #B297F7

Color information

#B297F7 (or 0xB297F7) is unknown color: approx Biloba Flower. HEX triplet: B2, 97 and F7. RGB value is (178,151,247). Sum of RGB (Red+Green+Blue) = 178+151+247=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #B297F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B297F7 is #4D6808. Grayscale: #A9A9A9. Windows color (decimal): -5072905 or 16226226. OLE color: 16226226.

HSL color Cylindrical-coordinate representation of color #B297F7: hue angle of 256.88º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B297F7 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB178151247-
CMYK0.280.3900.03
HSL256.88º85.71%78.04%-
HSV(B)256.88º38.87%96.86%-
XYZ46.2238.3192.96-
YUV170.02171.45133.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 30.90%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 247 (96.88% from 255) = 42.88%
R=30.90%
G=26.22%
B=42.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781512470.280.3900.03256.8885.7178.04
HexB297F71C2703101564e
Octal262227367344703401126116
Binary1011001010010111111101111110010011101110000000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297F7; }

 p { color: rgb(178,151,247); }

 H1.HeaderClassName
 {
   color: #B297F7;
 }
 .AnyTagClassName
 {
   color: #B297F7;
 }
</style>
background-color css

<style>
 a { background-color: #B297F7; }

 a { background-color: rgb(178,151,247); }

 div.DivClassName
 {
   background-color: #B297F7;
 }
 .BgClassName
 {
   background-color: #B297F7;
 }
</style>
border-color css

<style>
 span { border-color: #B297F7; }

 span { border-color: rgb(178,151,247); }

 td.TdClassName
 {
   border-color: #B297F7;
 }
 .TagClassName
 {
   border-color: #B297F7;
 }
</style>