#B49BE5

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

Shades of Biloba Flower #B49BE5

Tints of Biloba Flower #B49BE5

Color information

#B49BE5 (or 0xB49BE5) is unknown color: approx Biloba Flower. HEX triplet: B4, 9B and E5. RGB value is (180,155,229). Sum of RGB (Red+Green+Blue) = 180+155+229=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #B49BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BE5 is #4B641A. Grayscale: #AAAAAA. Windows color (decimal): -4940827 or 15047604. OLE color: 15047604.

HSL color Cylindrical-coordinate representation of color #B49BE5: hue angle of 260.27º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B49BE5 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB180155229-
CMYK0.210.3200.10
HSL260.27º58.73%75.29%-
HSV(B)260.27º32.31%89.8%-
XYZ44.6938.879.26-
YUV170.91160.78134.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.91%
GREEN value IS 155 (60.94% from 255) = 27.48%
BLUE value IS 229 (89.84% from 255) = 40.60%
R=31.91%
G=27.48%
B=40.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1801552290.210.3200.10260.2758.7375.29
HexB49BE515200A1043b4b
Octal264233345254001240473113
Binary10110100100110111110010110101100000010101000001001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BE5; }

 p { color: rgb(180,155,229); }

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

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

 a { background-color: rgb(180,155,229); }

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

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

 span { border-color: rgb(180,155,229); }

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