#B588FF

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

Shades of Biloba Flower #B588FF

Tints of Biloba Flower #B588FF

Color information

#B588FF (or 0xB588FF) is unknown color: approx Biloba Flower. HEX triplet: B5, 88 and FF. RGB value is (181,136,255). Sum of RGB (Red+Green+Blue) = 181+136+255=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #B588FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B588FF is #4A7700. Grayscale: #A2A2A2. Windows color (decimal): -4880129 or 16746677. OLE color: 16746677.

HSL color Cylindrical-coordinate representation of color #B588FF: hue angle of 262.69º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B588FF is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181136255-
CMYK0.290.4700
HSL262.69º100%76.67%-
HSV(B)262.69º46.67%100%-
XYZ45.9134.6598.88-
YUV163.02179.91140.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 136 (53.52% from 255) = 23.78%
BLUE value IS 255 (100% from 255) = 44.58%
R=31.64%
G=23.78%
B=44.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811362550.290.4700262.6910076.67
HexB588FF1D2F00107644d
Octal265210377355700407144115
Binary101101011000100011111111111011011110010000011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588FF; }

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

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

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

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

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

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

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

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