#B496E7

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

Shades of Biloba Flower #B496E7

Tints of Biloba Flower #B496E7

Color information

#B496E7 (or 0xB496E7) is unknown color: approx Biloba Flower. HEX triplet: B4, 96 and E7. RGB value is (180,150,231). Sum of RGB (Red+Green+Blue) = 180+150+231=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #B496E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B496E7 is #4B6918. Grayscale: #A7A7A7. Windows color (decimal): -4942105 or 15177396. OLE color: 15177396.

HSL color Cylindrical-coordinate representation of color #B496E7: hue angle of 262.22º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B496E7 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB180150231-
CMYK0.220.3500.09
HSL262.22º62.79%74.71%-
HSV(B)262.22º35.06%90.59%-
XYZ44.1537.2980.47-
YUV168.2163.44136.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.09%
GREEN value IS 150 (58.98% from 255) = 26.74%
BLUE value IS 231 (90.62% from 255) = 41.18%
R=32.09%
G=26.74%
B=41.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801502310.220.3500.09262.2262.7974.71
HexB496E71623091063f4b
Octal264226347264301140677113
Binary10110100100101101110011110110100011010011000001101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B496E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B496E7; }

 p { color: rgb(180,150,231); }

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

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

 a { background-color: rgb(180,150,231); }

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

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

 span { border-color: rgb(180,150,231); }

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