#B589F2

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

Shades of Biloba Flower #B589F2

Tints of Biloba Flower #B589F2

Color information

#B589F2 (or 0xB589F2) is unknown color: approx Biloba Flower. HEX triplet: B5, 89 and F2. RGB value is (181,137,242). Sum of RGB (Red+Green+Blue) = 181+137+242=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #B589F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B589F2 is #4A760D. Grayscale: #A1A1A1. Windows color (decimal): -4879886 or 15894965. OLE color: 15894965.

HSL color Cylindrical-coordinate representation of color #B589F2: hue angle of 265.14º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B589F2 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181137242-
CMYK0.250.4300.05
HSL265.14º80.15%74.31%-
HSV(B)265.14º43.39%94.9%-
XYZ44.0334.1388.27-
YUV162.13173.08141.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 137 (53.91% from 255) = 24.46%
BLUE value IS 242 (94.92% from 255) = 43.21%
R=32.32%
G=24.46%
B=43.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811372420.250.4300.05265.1480.1574.31
HexB589F2192B05109504a
Octal265211362315305411120112
Binary10110101100010011111001011001101011010110000100110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B589F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B589F2; }

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

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

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

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

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

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

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

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