#B589F6

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

Shades of Biloba Flower #B589F6

Tints of Biloba Flower #B589F6

Color information

#B589F6 (or 0xB589F6) is unknown color: approx Biloba Flower. HEX triplet: B5, 89 and F6. RGB value is (181,137,246). Sum of RGB (Red+Green+Blue) = 181+137+246=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #B589F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B589F6 is #4A7609. Grayscale: #A2A2A2. Windows color (decimal): -4879882 or 16157109. OLE color: 16157109.

HSL color Cylindrical-coordinate representation of color #B589F6: hue angle of 264.22º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B589F6 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB181137246-
CMYK0.260.4400.04
HSL264.22º85.83%75.1%-
HSV(B)264.22º44.31%96.47%-
XYZ44.6434.3791.47-
YUV162.58175.08141.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.09%
GREEN value IS 137 (53.91% from 255) = 24.29%
BLUE value IS 246 (96.48% from 255) = 43.62%
R=32.09%
G=24.29%
B=43.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811372460.260.4400.04264.2285.8375.1
HexB589F61A2C04108564b
Octal265211366325404410126113
Binary10110101100010011111011011010101100010010000100010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B589F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B589F6; }

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

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

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

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

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

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

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

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