#B49EE9

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

Shades of Biloba Flower #B49EE9

Tints of Biloba Flower #B49EE9

Color information

#B49EE9 (or 0xB49EE9) is unknown color: approx Biloba Flower. HEX triplet: B4, 9E and E9. RGB value is (180,158,233). Sum of RGB (Red+Green+Blue) = 180+158+233=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #B49EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49EE9 is #4B6116. Grayscale: #ACACAC. Windows color (decimal): -4940055 or 15310516. OLE color: 15310516.

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

Color convert

RGB180158233-
CMYK0.230.3200.09
HSL257.6º63.03%76.67%-
HSV(B)257.6º32.19%91.37%-
XYZ45.7640.0482.41-
YUV173.13161.79132.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 158 (62.11% from 255) = 27.67%
BLUE value IS 233 (91.41% from 255) = 40.81%
R=31.52%
G=27.67%
B=40.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801582330.230.3200.09257.663.0376.67
HexB49EE91720091023f4d
Octal264236351274001140277115
Binary10110100100111101110100110111100000010011000000101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EE9; }

 p { color: rgb(180,158,233); }

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

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

 a { background-color: rgb(180,158,233); }

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

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

 span { border-color: rgb(180,158,233); }

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