#B88BE9

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

Shades of Biloba Flower #B88BE9

Tints of Biloba Flower #B88BE9

Color information

#B88BE9 (or 0xB88BE9) is unknown color: approx Biloba Flower. HEX triplet: B8, 8B and E9. RGB value is (184,139,233). Sum of RGB (Red+Green+Blue) = 184+139+233=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 233 - color contains mainly: blue. Hex color #B88BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88BE9 is #477416. Grayscale: #A2A2A2. Windows color (decimal): -4682775 or 15305656. OLE color: 15305656.

HSL color Cylindrical-coordinate representation of color #B88BE9: hue angle of 268.72º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B88BE9 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB184139233-
CMYK0.210.4000.09
HSL268.72º68.12%72.94%-
HSV(B)268.72º40.34%91.37%-
XYZ43.7134.5481.45-
YUV163.17167.41142.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.09%
GREEN value IS 139 (54.69% from 255) = 25%
BLUE value IS 233 (91.41% from 255) = 41.91%
R=33.09%
G=25%
B=41.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1841392330.210.4000.09268.7268.1272.94
HexB88BE915280910d4449
Octal2702133512550011415104111
Binary101110001000101111101001101011010000100110000110110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BE9; }

 p { color: rgb(184,139,233); }

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

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

 a { background-color: rgb(184,139,233); }

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

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

 span { border-color: rgb(184,139,233); }

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