#B49EF3

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

Shades of Biloba Flower #B49EF3

Tints of Biloba Flower #B49EF3

Color information

#B49EF3 (or 0xB49EF3) is unknown color: approx Biloba Flower. HEX triplet: B4, 9E and F3. RGB value is (180,158,243). Sum of RGB (Red+Green+Blue) = 180+158+243=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #B49EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49EF3 is #4B610C. Grayscale: #ADADAD. Windows color (decimal): -4940045 or 15965876. OLE color: 15965876.

HSL color Cylindrical-coordinate representation of color #B49EF3: hue angle of 255.53º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B49EF3 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180158243-
CMYK0.260.3500.05
HSL255.53º77.98%78.63%-
HSV(B)255.53º34.98%95.29%-
XYZ47.2340.6390.15-
YUV174.27166.79132.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.98%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 243 (95.31% from 255) = 41.82%
R=30.98%
G=27.19%
B=41.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801582430.260.3500.05255.5377.9878.63
HexB49EF31A23051004e4f
Octal264236363324305400116117
Binary10110100100111101111001111010100011010110000000010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EF3; }

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

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

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

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

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

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

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

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