#B49EE0

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

Shades of Biloba Flower #B49EE0

Tints of Biloba Flower #B49EE0

Color information

#B49EE0 (or 0xB49EE0) is unknown color: approx Biloba Flower. HEX triplet: B4, 9E and E0. RGB value is (180,158,224). Sum of RGB (Red+Green+Blue) = 180+158+224=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #B49EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EE0 is #4B611F. Grayscale: #ABABAB. Windows color (decimal): -4940064 or 14720692. OLE color: 14720692.

HSL color Cylindrical-coordinate representation of color #B49EE0: hue angle of 260º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49EE0 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB180158224-
CMYK0.200.2900.12
HSL260º51.56%74.9%-
HSV(B)260º29.46%87.84%-
XYZ44.539.5475.81-
YUV172.1157.29133.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.03%
GREEN value IS 158 (62.11% from 255) = 28.11%
BLUE value IS 224 (87.89% from 255) = 39.86%
R=32.03%
G=28.11%
B=39.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1801582240.200.2900.1226051.5674.9
HexB49EE0141D0C104344b
Octal264236340243501440464113
Binary1011010010011110111000001010011101011001000001001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EE0; }

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

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

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

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

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

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

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

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