#B88EF3

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

Shades of Biloba Flower #B88EF3

Tints of Biloba Flower #B88EF3

Color information

#B88EF3 (or 0xB88EF3) is unknown color: approx Biloba Flower. HEX triplet: B8, 8E and F3. RGB value is (184,142,243). Sum of RGB (Red+Green+Blue) = 184+142+243=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #B88EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88EF3 is #47710C. Grayscale: #A5A5A5. Windows color (decimal): -4681997 or 15961784. OLE color: 15961784.

HSL color Cylindrical-coordinate representation of color #B88EF3: hue angle of 264.95º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B88EF3 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184142243-
CMYK0.240.4200.05
HSL264.95º80.8%75.49%-
HSV(B)264.95º41.56%95.29%-
XYZ45.6236.0189.34-
YUV166.07171.41140.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.34%
GREEN value IS 142 (55.86% from 255) = 24.96%
BLUE value IS 243 (95.31% from 255) = 42.71%
R=32.34%
G=24.96%
B=42.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841422430.240.4200.05264.9580.875.49
HexB88EF3182A05109514b
Octal270216363305205411121113
Binary10111000100011101111001111000101010010110000100110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88EF3; }

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

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

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

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

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

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

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

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