#B389D7

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

Shades of Biloba Flower #B389D7

Tints of Biloba Flower #B389D7

Color information

#B389D7 (or 0xB389D7) is unknown color: approx Biloba Flower. HEX triplet: B3, 89 and D7. RGB value is (179,137,215). Sum of RGB (Red+Green+Blue) = 179+137+215=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #B389D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389D7 is #4C7628. Grayscale: #9E9E9E. Windows color (decimal): -5010985 or 14125491. OLE color: 14125491.

HSL color Cylindrical-coordinate representation of color #B389D7: hue angle of 272.31º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B389D7 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179137215-
CMYK0.170.3600.16
HSL272.31º49.37%69.02%-
HSV(B)272.31º36.28%84.31%-
XYZ39.832.3868.44-
YUV158.45159.91142.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 215 (84.38% from 255) = 40.49%
R=33.71%
G=25.80%
B=40.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791372150.170.3600.16272.3149.3769.02
HexB389D711240101103145
Octal263211327214402042061105
Binary101100111000100111010111100011001000100001000100001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389D7; }

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

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

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

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

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

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

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

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