#B387FA

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

Shades of Biloba Flower #B387FA

Tints of Biloba Flower #B387FA

Color information

#B387FA (or 0xB387FA) is unknown color: approx Biloba Flower. HEX triplet: B3, 87 and FA. RGB value is (179,135,250). Sum of RGB (Red+Green+Blue) = 179+135+250=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #B387FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B387FA is #4C7805. Grayscale: #A0A0A0. Windows color (decimal): -5011462 or 16418739. OLE color: 16418739.

HSL color Cylindrical-coordinate representation of color #B387FA: hue angle of 262.96º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B387FA is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179135250-
CMYK0.280.4600.02
HSL262.96º92%75.49%-
HSV(B)262.96º46%98.04%-
XYZ44.5133.8194.62-
YUV161.27178.08140.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.74%
GREEN value IS 135 (53.12% from 255) = 23.94%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=31.74%
G=23.94%
B=44.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791352500.280.4600.02262.969275.49
HexB387FA1C2E021075c4b
Octal263207372345602407134113
Binary1011001110000111111110101110010111001010000011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387FA; }

 p { color: rgb(179,135,250); }

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

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

 a { background-color: rgb(179,135,250); }

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

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

 span { border-color: rgb(179,135,250); }

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