#B387F5

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

Shades of Biloba Flower #B387F5

Tints of Biloba Flower #B387F5

Color information

#B387F5 (or 0xB387F5) is unknown color: approx Biloba Flower. HEX triplet: B3, 87 and F5. RGB value is (179,135,245). Sum of RGB (Red+Green+Blue) = 179+135+245=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #B387F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B387F5 is #4C780A. Grayscale: #A0A0A0. Windows color (decimal): -5011467 or 16091059. OLE color: 16091059.

HSL color Cylindrical-coordinate representation of color #B387F5: hue angle of 264º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B387F5 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB179135245-
CMYK0.270.4500.04
HSL264º84.62%74.51%-
HSV(B)264º44.9%96.08%-
XYZ43.7433.590.55-
YUV160.7175.58141.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 135 (53.12% from 255) = 24.15%
BLUE value IS 245 (96.09% from 255) = 43.83%
R=32.02%
G=24.15%
B=43.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1791352450.270.4500.0426484.6274.51
HexB387F51B2D04108554b
Octal263207365335504410125113
Binary10110011100001111111010111011101101010010000100010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387F5; }

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

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

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

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

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

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

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

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