#B88CF8

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

Shades of Biloba Flower #B88CF8

Tints of Biloba Flower #B88CF8

Color information

#B88CF8 (or 0xB88CF8) is unknown color: approx Biloba Flower. HEX triplet: B8, 8C and F8. RGB value is (184,140,248). Sum of RGB (Red+Green+Blue) = 184+140+248=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 248 - color contains mainly: blue. Hex color #B88CF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88CF8 is #477307. Grayscale: #A5A5A5. Windows color (decimal): -4682504 or 16288952. OLE color: 16288952.

HSL color Cylindrical-coordinate representation of color #B88CF8: hue angle of 264.44º 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 #B88CF8 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB184140248-
CMYK0.260.4400.03
HSL264.44º88.52%76.08%-
HSV(B)264.44º43.55%97.25%-
XYZ46.0935.7293.27-
YUV165.47174.58141.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.17%
GREEN value IS 140 (55.08% from 255) = 24.48%
BLUE value IS 248 (97.27% from 255) = 43.36%
R=32.17%
G=24.48%
B=43.36%

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
Decimal1841402480.260.4400.03264.4488.5276.08
HexB88CF81A2C03108594c
Octal270214370325403410131114
Binary1011100010001100111110001101010110001110000100010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88CF8; }

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

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

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

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

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

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

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

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