#B88BE7

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

Shades of Biloba Flower #B88BE7

Tints of Biloba Flower #B88BE7

Color information

#B88BE7 (or 0xB88BE7) is unknown color: approx Biloba Flower. HEX triplet: B8, 8B and E7. RGB value is (184,139,231). Sum of RGB (Red+Green+Blue) = 184+139+231=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #B88BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88BE7 is #477418. Grayscale: #A2A2A2. Windows color (decimal): -4682777 or 15174584. OLE color: 15174584.

HSL color Cylindrical-coordinate representation of color #B88BE7: hue angle of 269.35º degrees, saturation: 0.66, 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 #B88BE7 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB184139231-
CMYK0.200.4000.09
HSL269.35º65.71%72.55%-
HSV(B)269.35º39.83%90.59%-
XYZ43.4234.4379.96-
YUV162.94166.41143.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.21%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 231 (90.62% from 255) = 41.70%
R=33.21%
G=25.09%
B=41.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1841392310.200.4000.09269.3565.7172.55
HexB88BE714280910d4249
Octal2702133472450011415102111
Binary101110001000101111100111101001010000100110000110110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BE7; }

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

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

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

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

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

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

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

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