#B88EDB

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

Shades of Biloba Flower #B88EDB

Tints of Biloba Flower #B88EDB

Color information

#B88EDB (or 0xB88EDB) is unknown color: approx Biloba Flower. HEX triplet: B8, 8E and DB. RGB value is (184,142,219). Sum of RGB (Red+Green+Blue) = 184+142+219=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #B88EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88EDB is #477124. Grayscale: #A3A3A3. Windows color (decimal): -4682021 or 14388920. OLE color: 14388920.

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

Color convert

RGB184142219-
CMYK0.160.3500.14
HSL272.73º51.68%70.78%-
HSV(B)272.73º35.16%85.88%-
XYZ42.2334.6571.48-
YUV163.34159.41142.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 142 (55.86% from 255) = 26.06%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=33.76%
G=26.06%
B=40.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841422190.160.3500.14272.7351.6870.78
HexB88EDB10230E1113447
Octal270216333204301642164107
Binary10111000100011101101101110000100011011101000100011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88EDB; }

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

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

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

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

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

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

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

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