#B389DE

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

Shades of Biloba Flower #B389DE

Tints of Biloba Flower #B389DE

Color information

#B389DE (or 0xB389DE) is unknown color: approx Biloba Flower. HEX triplet: B3, 89 and DE. RGB value is (179,137,222). Sum of RGB (Red+Green+Blue) = 179+137+222=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #B389DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389DE is #4C7621. Grayscale: #9E9E9E. Windows color (decimal): -5010978 or 14584243. OLE color: 14584243.

HSL color Cylindrical-coordinate representation of color #B389DE: hue angle of 269.65º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B389DE is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179137222-
CMYK0.190.3800.13
HSL269.65º56.29%70.39%-
HSV(B)269.65º38.29%87.06%-
XYZ40.7232.7573.28-
YUV159.25163.41142.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.27%
GREEN value IS 137 (53.91% from 255) = 25.46%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=33.27%
G=25.46%
B=41.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791372220.190.3800.13269.6556.2970.39
HexB389DE13260D10e3846
Octal263211336234601541670106
Binary10110011100010011101111010011100110011011000011101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389DE; }

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

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

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

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

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

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

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

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