#B389E5

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

Shades of Biloba Flower #B389E5

Tints of Biloba Flower #B389E5

Color information

#B389E5 (or 0xB389E5) is unknown color: approx Biloba Flower. HEX triplet: B3, 89 and E5. RGB value is (179,137,229). Sum of RGB (Red+Green+Blue) = 179+137+229=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #B389E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389E5 is #4C761A. Grayscale: #9F9F9F. Windows color (decimal): -5010971 or 15042995. OLE color: 15042995.

HSL color Cylindrical-coordinate representation of color #B389E5: hue angle of 267.39º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B389E5 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB179137229-
CMYK0.220.4000.10
HSL267.39º63.89%71.76%-
HSV(B)267.39º40.17%89.8%-
XYZ41.6833.1378.33-
YUV160.05166.91141.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 137 (53.91% from 255) = 25.14%
BLUE value IS 229 (89.84% from 255) = 42.02%
R=32.84%
G=25.14%
B=42.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1791372290.220.4000.10267.3963.8971.76
HexB389E516280A10b4048
Octal2632113452650012413100110
Binary101100111000100111100101101101010000101010000101110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389E5; }

 p { color: rgb(179,137,229); }

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

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

 a { background-color: rgb(179,137,229); }

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

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

 span { border-color: rgb(179,137,229); }

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