#B88EFB

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

Shades of Biloba Flower #B88EFB

Tints of Biloba Flower #B88EFB

Color information

#B88EFB (or 0xB88EFB) is unknown color: approx Biloba Flower. HEX triplet: B8, 8E and FB. RGB value is (184,142,251). Sum of RGB (Red+Green+Blue) = 184+142+251=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #B88EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88EFB is #477104. Grayscale: #A6A6A6. Windows color (decimal): -4681989 or 16486072. OLE color: 16486072.

HSL color Cylindrical-coordinate representation of color #B88EFB: hue angle of 263.12º degrees, saturation: 0.93, 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 #B88EFB is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184142251-
CMYK0.270.4300.02
HSL263.12º93.16%77.06%-
HSV(B)263.12º43.43%98.43%-
XYZ46.8536.595.84-
YUV166.98175.41140.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.89%
GREEN value IS 142 (55.86% from 255) = 24.61%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=31.89%
G=24.61%
B=43.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841422510.270.4300.02263.1293.1677.06
HexB88EFB1B2B021075d4d
Octal270216373335302407135115
Binary1011100010001110111110111101110101101010000011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88EFB; }

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

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

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

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

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

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

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

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