#B49EEF

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

Shades of Biloba Flower #B49EEF

Tints of Biloba Flower #B49EEF

Color information

#B49EEF (or 0xB49EEF) is unknown color: approx Biloba Flower. HEX triplet: B4, 9E and EF. RGB value is (180,158,239). Sum of RGB (Red+Green+Blue) = 180+158+239=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #B49EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49EEF is #4B6110. Grayscale: #ADADAD. Windows color (decimal): -4940049 or 15703732. OLE color: 15703732.

HSL color Cylindrical-coordinate representation of color #B49EEF: hue angle of 256.3º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B49EEF is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180158239-
CMYK0.250.3400.06
HSL256.3º71.68%77.84%-
HSV(B)256.3º33.89%93.73%-
XYZ46.6340.3987-
YUV173.81164.79132.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.20%
GREEN value IS 158 (62.11% from 255) = 27.38%
BLUE value IS 239 (93.75% from 255) = 41.42%
R=31.20%
G=27.38%
B=41.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1801582390.250.3400.06256.371.6877.84
HexB49EEF192206100484e
Octal264236357314206400110116
Binary10110100100111101110111111001100010011010000000010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EEF; }

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

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

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

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

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

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

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

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