#B387EE

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

Shades of Biloba Flower #B387EE

Tints of Biloba Flower #B387EE

Color information

#B387EE (or 0xB387EE) is unknown color: approx Biloba Flower. HEX triplet: B3, 87 and EE. RGB value is (179,135,238). Sum of RGB (Red+Green+Blue) = 179+135+238=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #B387EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B387EE is #4C7811. Grayscale: #9F9F9F. Windows color (decimal): -5011474 or 15632307. OLE color: 15632307.

HSL color Cylindrical-coordinate representation of color #B387EE: hue angle of 265.63º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B387EE is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179135238-
CMYK0.250.4300.07
HSL265.63º75.18%73.14%-
HSV(B)265.63º43.28%93.33%-
XYZ42.6933.0885.03-
YUV159.9172.08141.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.43%
GREEN value IS 135 (53.12% from 255) = 24.46%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=32.43%
G=24.46%
B=43.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791352380.250.4300.07265.6375.1873.14
HexB387EE192B0710a4b49
Octal263207356315307412113111
Binary10110011100001111110111011001101011011110000101010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387EE; }

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

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

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

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

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

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

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

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