#B497F1

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

Shades of Biloba Flower #B497F1

Tints of Biloba Flower #B497F1

Color information

#B497F1 (or 0xB497F1) is unknown color: approx Biloba Flower. HEX triplet: B4, 97 and F1. RGB value is (180,151,241). Sum of RGB (Red+Green+Blue) = 180+151+241=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #B497F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497F1 is #4B680E. Grayscale: #A9A9A9. Windows color (decimal): -4941839 or 15833012. OLE color: 15833012.

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

Color convert

RGB180151241-
CMYK0.250.3700.05
HSL259.33º76.27%76.86%-
HSV(B)259.33º37.34%94.51%-
XYZ45.7738.1988.18-
YUV169.93168.11135.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.47%
GREEN value IS 151 (59.38% from 255) = 26.40%
BLUE value IS 241 (94.53% from 255) = 42.13%
R=31.47%
G=26.40%
B=42.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801512410.250.3700.05259.3376.2776.86
HexB497F11925051034c4d
Octal264227361314505403114115
Binary10110100100101111111000111001100101010110000001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497F1; }

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

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

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

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

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

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

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

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