#B389DB

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

Shades of Biloba Flower #B389DB

Tints of Biloba Flower #B389DB

Color information

#B389DB (or 0xB389DB) is unknown color: approx Biloba Flower. HEX triplet: B3, 89 and DB. RGB value is (179,137,219). Sum of RGB (Red+Green+Blue) = 179+137+219=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #B389DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389DB is #4C7624. Grayscale: #9E9E9E. Windows color (decimal): -5010981 or 14387635. OLE color: 14387635.

HSL color Cylindrical-coordinate representation of color #B389DB: hue angle of 270.73º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B389DB is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179137219-
CMYK0.180.3700.14
HSL270.73º53.25%69.8%-
HSV(B)270.73º37.44%85.88%-
XYZ40.3232.5971.18-
YUV158.91161.91142.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.46%
GREEN value IS 137 (53.91% from 255) = 25.61%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=33.46%
G=25.61%
B=40.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791372190.180.3700.14270.7353.2569.8
HexB389DB12250E10f3546
Octal263211333224501641765106
Binary10110011100010011101101110010100101011101000011111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389DB; }

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

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

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

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

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

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

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

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