#B497F7

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

Shades of Biloba Flower #B497F7

Tints of Biloba Flower #B497F7

Color information

#B497F7 (or 0xB497F7) is unknown color: approx Biloba Flower. HEX triplet: B4, 97 and F7. RGB value is (180,151,247). Sum of RGB (Red+Green+Blue) = 180+151+247=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 247 (96.88% from 255 or 42.73% from 578); Max value from RGB is 247 - color contains mainly: blue. Hex color #B497F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497F7 is #4B6808. Grayscale: #AAAAAA. Windows color (decimal): -4941833 or 16226228. OLE color: 16226228.

HSL color Cylindrical-coordinate representation of color #B497F7: hue angle of 258.12º 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 #B497F7 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB180151247-
CMYK0.270.3900.03
HSL258.12º85.71%78.04%-
HSV(B)258.12º38.87%96.86%-
XYZ46.6838.5592.98-
YUV170.62171.11134.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.14%
GREEN value IS 151 (59.38% from 255) = 26.12%
BLUE value IS 247 (96.88% from 255) = 42.73%
R=31.14%
G=26.12%
B=42.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1801512470.270.3900.03258.1285.7178.04
HexB497F71B2703102564e
Octal264227367334703402126116
Binary1011010010010111111101111101110011101110000001010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497F7; }

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

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

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

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

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

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

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

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