#B88EF9

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

Shades of Biloba Flower #B88EF9

Tints of Biloba Flower #B88EF9

Color information

#B88EF9 (or 0xB88EF9) is unknown color: approx Biloba Flower. HEX triplet: B8, 8E and F9. RGB value is (184,142,249). Sum of RGB (Red+Green+Blue) = 184+142+249=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #B88EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88EF9 is #477106. Grayscale: #A6A6A6. Windows color (decimal): -4681991 or 16355000. OLE color: 16355000.

HSL color Cylindrical-coordinate representation of color #B88EF9: hue angle of 263.55º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B88EF9 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184142249-
CMYK0.260.4300.02
HSL263.55º89.92%76.67%-
HSV(B)263.55º42.97%97.65%-
XYZ46.5436.3894.19-
YUV166.76174.41140.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 142 (55.86% from 255) = 24.70%
BLUE value IS 249 (97.66% from 255) = 43.30%
R=32%
G=24.70%
B=43.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841422490.260.4300.02263.5589.9276.67
HexB88EF91A2B021085a4d
Octal270216371325302410132115
Binary1011100010001110111110011101010101101010000100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88EF9; }

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

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

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

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

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

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

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

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