#B588F2

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

Shades of Biloba Flower #B588F2

Tints of Biloba Flower #B588F2

Color information

#B588F2 (or 0xB588F2) is unknown color: approx Biloba Flower. HEX triplet: B5, 88 and F2. RGB value is (181,136,242). Sum of RGB (Red+Green+Blue) = 181+136+242=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #B588F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B588F2 is #4A770D. Grayscale: #A1A1A1. Windows color (decimal): -4880142 or 15894709. OLE color: 15894709.

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

Color convert

RGB181136242-
CMYK0.250.4400.05
HSL265.47º80.3%74.12%-
HSV(B)265.47º43.8%94.9%-
XYZ43.8933.8488.22-
YUV161.54173.41141.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.38%
GREEN value IS 136 (53.52% from 255) = 24.33%
BLUE value IS 242 (94.92% from 255) = 43.29%
R=32.38%
G=24.33%
B=43.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811362420.250.4400.05265.4780.374.12
HexB588F2192C05109504a
Octal265210362315405411120112
Binary10110101100010001111001011001101100010110000100110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588F2; }

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

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

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

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

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

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

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

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