#B88BF3

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

Shades of Biloba Flower #B88BF3

Tints of Biloba Flower #B88BF3

Color information

#B88BF3 (or 0xB88BF3) is unknown color: approx Biloba Flower. HEX triplet: B8, 8B and F3. RGB value is (184,139,243). Sum of RGB (Red+Green+Blue) = 184+139+243=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #B88BF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88BF3 is #47740C. Grayscale: #A3A3A3. Windows color (decimal): -4682765 or 15961016. OLE color: 15961016.

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

Color convert

RGB184139243-
CMYK0.240.4300.05
HSL265.96º81.25%74.9%-
HSV(B)265.96º42.8%95.29%-
XYZ45.1835.1389.19-
YUV164.31172.41142.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.51%
GREEN value IS 139 (54.69% from 255) = 24.56%
BLUE value IS 243 (95.31% from 255) = 42.93%
R=32.51%
G=24.56%
B=42.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841392430.240.4300.05265.9681.2574.9
HexB88BF3182B0510a514b
Octal270213363305305412121113
Binary10111000100010111111001111000101011010110000101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BF3; }

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

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

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

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

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

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

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

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