#B588F9

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

Shades of Biloba Flower #B588F9

Tints of Biloba Flower #B588F9

Color information

#B588F9 (or 0xB588F9) is unknown color: approx Biloba Flower. HEX triplet: B5, 88 and F9. RGB value is (181,136,249). Sum of RGB (Red+Green+Blue) = 181+136+249=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #B588F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B588F9 is #4A7706. Grayscale: #A1A1A1. Windows color (decimal): -4880135 or 16353461. OLE color: 16353461.

HSL color Cylindrical-coordinate representation of color #B588F9: hue angle of 263.89º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B588F9 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181136249-
CMYK0.270.4500.02
HSL263.89º90.4%75.49%-
HSV(B)263.89º45.38%97.65%-
XYZ44.9634.2793.87-
YUV162.34176.91141.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.98%
GREEN value IS 136 (53.52% from 255) = 24.03%
BLUE value IS 249 (97.66% from 255) = 43.99%
R=31.98%
G=24.03%
B=43.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811362490.270.4500.02263.8990.475.49
HexB588F91B2D021085a4b
Octal265210371335502410132113
Binary1011010110001000111110011101110110101010000100010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588F9; }

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

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

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

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

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

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

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

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