#B49BDB

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

Shades of Biloba Flower #B49BDB

Tints of Biloba Flower #B49BDB

Color information

#B49BDB (or 0xB49BDB) is unknown color: approx Biloba Flower. HEX triplet: B4, 9B and DB. RGB value is (180,155,219). Sum of RGB (Red+Green+Blue) = 180+155+219=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #B49BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BDB is #4B6424. Grayscale: #A9A9A9. Windows color (decimal): -4940837 or 14392244. OLE color: 14392244.

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

Color convert

RGB180155219-
CMYK0.180.2900.14
HSL263.44º47.06%73.33%-
HSV(B)263.44º29.22%85.88%-
XYZ43.3338.2672.12-
YUV169.77155.78135.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 155 (60.94% from 255) = 27.98%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=32.49%
G=27.98%
B=39.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801552190.180.2900.14263.4447.0673.33
HexB49BDB121D0E1072f49
Octal264233333223501640757111
Binary1011010010011011110110111001011101011101000001111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BDB; }

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

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

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

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

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

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

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

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