#B387EF

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

Shades of Biloba Flower #B387EF

Tints of Biloba Flower #B387EF

Color information

#B387EF (or 0xB387EF) is unknown color: approx Biloba Flower. HEX triplet: B3, 87 and EF. RGB value is (179,135,239). Sum of RGB (Red+Green+Blue) = 179+135+239=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #B387EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B387EF is #4C7810. Grayscale: #9F9F9F. Windows color (decimal): -5011473 or 15697843. OLE color: 15697843.

HSL color Cylindrical-coordinate representation of color #B387EF: hue angle of 265.38º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B387EF is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179135239-
CMYK0.250.4400.06
HSL265.38º76.47%73.33%-
HSV(B)265.38º43.51%93.73%-
XYZ42.8333.1485.8-
YUV160.01172.58141.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 135 (53.12% from 255) = 24.41%
BLUE value IS 239 (93.75% from 255) = 43.22%
R=32.37%
G=24.41%
B=43.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791352390.250.4400.06265.3876.4773.33
HexB387EF192C061094c49
Octal263207357315406411114111
Binary10110011100001111110111111001101100011010000100110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387EF; }

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

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

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

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

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

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

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

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