#B589DC

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

Shades of Biloba Flower #B589DC

Tints of Biloba Flower #B589DC

Color information

#B589DC (or 0xB589DC) is unknown color: approx Biloba Flower. HEX triplet: B5, 89 and DC. RGB value is (181,137,220). Sum of RGB (Red+Green+Blue) = 181+137+220=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #B589DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B589DC is #4A7623. Grayscale: #9F9F9F. Windows color (decimal): -4879908 or 14453173. OLE color: 14453173.

HSL color Cylindrical-coordinate representation of color #B589DC: hue angle of 271.81º 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 #B589DC is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181137220-
CMYK0.180.3800.14
HSL271.81º54.25%70%-
HSV(B)271.81º37.73%86.27%-
XYZ40.9232.8871.9-
YUV159.62162.08143.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 137 (53.91% from 255) = 25.46%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=33.64%
G=25.46%
B=40.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811372200.180.3800.14271.8154.2570
HexB589DC12260E1103646
Octal265211334224601642066106
Binary10110101100010011101110010010100110011101000100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B589DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B589DC; }

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

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

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

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

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

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

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

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