#B588FE

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

Shades of Biloba Flower #B588FE

Tints of Biloba Flower #B588FE

Color information

#B588FE (or 0xB588FE) is unknown color: approx Biloba Flower. HEX triplet: B5, 88 and FE. RGB value is (181,136,254). Sum of RGB (Red+Green+Blue) = 181+136+254=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #B588FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B588FE is #4A7701. Grayscale: #A2A2A2. Windows color (decimal): -4880130 or 16681141. OLE color: 16681141.

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

Color convert

RGB181136254-
CMYK0.290.4600.00
HSL262.88º98.33%76.47%-
HSV(B)262.88º46.46%99.61%-
XYZ45.7534.5998.03-
YUV162.91179.41140.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.70%
GREEN value IS 136 (53.52% from 255) = 23.82%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=31.70%
G=23.82%
B=44.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811362540.290.4600.00262.8898.3376.47
HexB588FE1D2E00107624c
Octal265210376355600407142114
Binary101101011000100011111110111011011100010000011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588FE; }

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

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

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

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

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

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

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

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