#B49FDB

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

Shades of Biloba Flower #B49FDB

Tints of Biloba Flower #B49FDB

Color information

#B49FDB (or 0xB49FDB) is unknown color: approx Biloba Flower. HEX triplet: B4, 9F and DB. RGB value is (180,159,219). Sum of RGB (Red+Green+Blue) = 180+159+219=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #B49FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FDB is #4B6024. Grayscale: #ABABAB. Windows color (decimal): -4939813 or 14393268. OLE color: 14393268.

HSL color Cylindrical-coordinate representation of color #B49FDB: hue angle of 261º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B49FDB is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180159219-
CMYK0.180.2700.14
HSL261º45.45%74.12%-
HSV(B)261º27.4%85.88%-
XYZ44.0139.6172.34-
YUV172.12154.46133.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=32.26%
G=28.49%
B=39.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801592190.180.2700.1426145.4574.12
HexB49FDB121B0E1052d4a
Octal264237333223301640555112
Binary1011010010011111110110111001011011011101000001011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FDB; }

 p { color: rgb(180,159,219); }

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

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

 a { background-color: rgb(180,159,219); }

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

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

 span { border-color: rgb(180,159,219); }

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