#B28EDB

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

Shades of Biloba Flower #B28EDB

Tints of Biloba Flower #B28EDB

Color information

#B28EDB (or 0xB28EDB) is unknown color: approx Biloba Flower. HEX triplet: B2, 8E and DB. RGB value is (178,142,219). Sum of RGB (Red+Green+Blue) = 178+142+219=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #B28EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28EDB is #4D7124. Grayscale: #A1A1A1. Windows color (decimal): -5075237 or 14388914. OLE color: 14388914.

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

Color convert

RGB178142219-
CMYK0.190.3500.14
HSL268.05º51.68%70.78%-
HSV(B)268.05º35.16%85.88%-
XYZ40.8233.9371.41-
YUV161.54160.43139.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 142 (55.86% from 255) = 26.35%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=33.02%
G=26.35%
B=40.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781422190.190.3500.14268.0551.6870.78
HexB28EDB13230E10c3447
Octal262216333234301641464107
Binary10110010100011101101101110011100011011101000011001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28EDB; }

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

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

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

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

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

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

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

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