#B88BF8

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

Shades of Biloba Flower #B88BF8

Tints of Biloba Flower #B88BF8

Color information

#B88BF8 (or 0xB88BF8) is unknown color: approx Biloba Flower. HEX triplet: B8, 8B and F8. RGB value is (184,139,248). Sum of RGB (Red+Green+Blue) = 184+139+248=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #B88BF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88BF8 is #477407. Grayscale: #A4A4A4. Windows color (decimal): -4682760 or 16288696. OLE color: 16288696.

HSL color Cylindrical-coordinate representation of color #B88BF8: hue angle of 264.77º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B88BF8 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB184139248-
CMYK0.260.4400.03
HSL264.77º88.62%75.88%-
HSV(B)264.77º43.95%97.25%-
XYZ45.9435.4393.22-
YUV164.88174.91141.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.22%
GREEN value IS 139 (54.69% from 255) = 24.34%
BLUE value IS 248 (97.27% from 255) = 43.43%
R=32.22%
G=24.34%
B=43.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1841392480.260.4400.03264.7788.6275.88
HexB88BF81A2C03109594c
Octal270213370325403411131114
Binary1011100010001011111110001101010110001110000100110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BF8; }

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

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

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

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

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

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

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

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