#B28DDB

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

Shades of Biloba Flower #B28DDB

Tints of Biloba Flower #B28DDB

Color information

#B28DDB (or 0xB28DDB) is unknown color: approx Biloba Flower. HEX triplet: B2, 8D and DB. RGB value is (178,141,219). Sum of RGB (Red+Green+Blue) = 178+141+219=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #B28DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DDB is #4D7224. Grayscale: #A0A0A0. Windows color (decimal): -5075493 or 14388658. OLE color: 14388658.

HSL color Cylindrical-coordinate representation of color #B28DDB: hue angle of 268.46º 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 #B28DDB is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178141219-
CMYK0.190.3600.14
HSL268.46º52%70.59%-
HSV(B)268.46º35.62%85.88%-
XYZ40.6733.6371.37-
YUV160.96160.76140.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.09%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 219 (85.94% from 255) = 40.71%
R=33.09%
G=26.21%
B=40.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781412190.190.3600.14268.465270.59
HexB28DDB13240E10c3447
Octal262215333234401641464107
Binary10110010100011011101101110011100100011101000011001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28DDB; }

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

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

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

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

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

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

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

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