#b49cea

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

Shades of Biloba Flower #B49CEA

Tints of Biloba Flower #B49CEA

Color information

#B49CEA (or 0xB49CEA) is unknown color: approx Biloba Flower. HEX triplet: B4, 9C and EA. RGB value is (180,156,234). Sum of RGB (Red+Green+Blue) = 180+156+234=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #B49CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49CEA is #4B6315. Grayscale: #ABABAB. Windows color (decimal): -4940566 or 15375540. OLE color: 15375540.

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

Color convert

RGB180156234-
CMYK0.230.3300.08
HSL258.46º65%76.47%-
HSV(B)258.46º33.33%91.76%-
XYZ45.5639.4283.05-
YUV172.07162.95133.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.58%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=31.58%
G=27.37%
B=41.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801562340.230.3300.08258.466576.47
HexB49CEA172108102414c
Octal2642343522741010402101114
Binary101101001001110011101010101111000010100010000001010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b49cea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b49cea; }

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

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

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

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

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

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

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

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