#B48DDB

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

Shades of Biloba Flower #B48DDB

Tints of Biloba Flower #B48DDB

Color information

#B48DDB (or 0xB48DDB) is unknown color: approx Biloba Flower. HEX triplet: B4, 8D and DB. RGB value is (180,141,219). Sum of RGB (Red+Green+Blue) = 180+141+219=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #B48DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DDB is #4B7224. Grayscale: #A1A1A1. Windows color (decimal): -4944421 or 14388660. OLE color: 14388660.

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

Color convert

RGB180141219-
CMYK0.180.3600.14
HSL270º52%70.59%-
HSV(B)270º35.62%85.88%-
XYZ41.1333.8771.39-
YUV161.55160.42141.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=33.33%
G=26.11%
B=40.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801412190.180.3600.142705270.59
HexB48DDB12240E10e3447
Octal264215333224401641664107
Binary10110100100011011101101110010100100011101000011101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48DDB; }

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

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

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

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

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

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

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

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