#B496F9

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

Shades of Biloba Flower #B496F9

Tints of Biloba Flower #B496F9

Color information

#B496F9 (or 0xB496F9) is unknown color: approx Biloba Flower. HEX triplet: B4, 96 and F9. RGB value is (180,150,249). Sum of RGB (Red+Green+Blue) = 180+150+249=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #B496F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B496F9 is #4B6906. Grayscale: #A9A9A9. Windows color (decimal): -4942087 or 16357044. OLE color: 16357044.

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

Color convert

RGB180150249-
CMYK0.280.4000.02
HSL258.18º89.19%78.24%-
HSV(B)258.18º39.76%97.65%-
XYZ46.8338.3694.56-
YUV170.26172.44134.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.09%
GREEN value IS 150 (58.98% from 255) = 25.91%
BLUE value IS 249 (97.66% from 255) = 43.01%
R=31.09%
G=25.91%
B=43.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801502490.280.4000.02258.1889.1978.24
HexB496F91C2802102594e
Octal264226371345002402131116
Binary1011010010010110111110011110010100001010000001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B496F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B496F9; }

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

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

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

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

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

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

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

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