#B389DD

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

Shades of Biloba Flower #B389DD

Tints of Biloba Flower #B389DD

Color information

#B389DD (or 0xB389DD) is unknown color: approx Biloba Flower. HEX triplet: B3, 89 and DD. RGB value is (179,137,221). Sum of RGB (Red+Green+Blue) = 179+137+221=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #B389DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389DD is #4C7622. Grayscale: #9E9E9E. Windows color (decimal): -5010979 or 14518707. OLE color: 14518707.

HSL color Cylindrical-coordinate representation of color #B389DD: hue angle of 270º degrees, saturation: 0.55, 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 #B389DD is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179137221-
CMYK0.190.3800.13
HSL270º55.26%70.2%-
HSV(B)270º38.01%86.67%-
XYZ40.5932.772.58-
YUV159.13162.91142.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.33%
GREEN value IS 137 (53.91% from 255) = 25.51%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=33.33%
G=25.51%
B=41.15%

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
Decimal1791372210.190.3800.1327055.2670.2
HexB389DD13260D10e3746
Octal263211335234601541667106
Binary10110011100010011101110110011100110011011000011101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389DD; }

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

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

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

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

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

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

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

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