#B497F3

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

Shades of Biloba Flower #B497F3

Tints of Biloba Flower #B497F3

Color information

#B497F3 (or 0xB497F3) is unknown color: approx Biloba Flower. HEX triplet: B4, 97 and F3. RGB value is (180,151,243). Sum of RGB (Red+Green+Blue) = 180+151+243=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #B497F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497F3 is #4B680C. Grayscale: #A9A9A9. Windows color (decimal): -4941837 or 15964084. OLE color: 15964084.

HSL color Cylindrical-coordinate representation of color #B497F3: hue angle of 258.91º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B497F3 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180151243-
CMYK0.260.3800.05
HSL258.91º79.31%77.25%-
HSV(B)258.91º37.86%95.29%-
XYZ46.0738.3189.76-
YUV170.16169.11135.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.36%
GREEN value IS 151 (59.38% from 255) = 26.31%
BLUE value IS 243 (95.31% from 255) = 42.33%
R=31.36%
G=26.31%
B=42.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801512430.260.3800.05258.9179.3177.25
HexB497F31A26051034f4d
Octal264227363324605403117115
Binary10110100100101111111001111010100110010110000001110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497F3; }

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

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

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

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

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

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

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

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