#B497F9

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

Shades of Biloba Flower #B497F9

Tints of Biloba Flower #B497F9

Color information

#B497F9 (or 0xB497F9) is unknown color: approx Biloba Flower. HEX triplet: B4, 97 and F9. RGB value is (180,151,249). Sum of RGB (Red+Green+Blue) = 180+151+249=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #B497F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497F9 is #4B6806. Grayscale: #AAAAAA. Windows color (decimal): -4941831 or 16357300. OLE color: 16357300.

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

Color convert

RGB180151249-
CMYK0.280.3900.02
HSL257.76º89.09%78.43%-
HSV(B)257.76º39.36%97.65%-
XYZ46.9938.6894.61-
YUV170.84172.11134.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.03%
GREEN value IS 151 (59.38% from 255) = 26.03%
BLUE value IS 249 (97.66% from 255) = 42.93%
R=31.03%
G=26.03%
B=42.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801512490.280.3900.02257.7689.0978.43
HexB497F91C2702102594e
Octal264227371344702402131116
Binary1011010010010111111110011110010011101010000001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497F9; }

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

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

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

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

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

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

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

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