#B389DC

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

Shades of Biloba Flower #B389DC

Tints of Biloba Flower #B389DC

Color information

#B389DC (or 0xB389DC) is unknown color: approx Biloba Flower. HEX triplet: B3, 89 and DC. RGB value is (179,137,220). Sum of RGB (Red+Green+Blue) = 179+137+220=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #B389DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389DC is #4C7623. Grayscale: #9E9E9E. Windows color (decimal): -5010980 or 14453171. OLE color: 14453171.

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

Color convert

RGB179137220-
CMYK0.190.3800.14
HSL270.36º54.25%70%-
HSV(B)270.36º37.73%86.27%-
XYZ40.4532.6471.88-
YUV159.02162.41142.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 137 (53.91% from 255) = 25.56%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=33.40%
G=25.56%
B=41.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791372200.190.3800.14270.3654.2570
HexB389DC13260E10e3646
Octal263211334234601641666106
Binary10110011100010011101110010011100110011101000011101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389DC; }

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

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

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

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

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

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

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

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