#B497EA

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

Shades of Biloba Flower #B497EA

Tints of Biloba Flower #B497EA

Color information

#B497EA (or 0xB497EA) is unknown color: approx Biloba Flower. HEX triplet: B4, 97 and EA. RGB value is (180,151,234). Sum of RGB (Red+Green+Blue) = 180+151+234=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #B497EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497EA is #4B6815. Grayscale: #A8A8A8. Windows color (decimal): -4941846 or 15374260. OLE color: 15374260.

HSL color Cylindrical-coordinate representation of color #B497EA: hue angle of 260.96º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B497EA is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180151234-
CMYK0.230.3500.08
HSL260.96º66.4%75.49%-
HSV(B)260.96º35.47%91.76%-
XYZ44.7437.7882.78-
YUV169.13164.61135.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=31.86%
G=26.73%
B=41.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801512340.230.3500.08260.9666.475.49
HexB497EA172308105424b
Octal2642273522743010405102113
Binary101101001001011111101010101111000110100010000010110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497EA; }

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

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

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

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

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

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

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

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