#B588FD

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

Shades of Biloba Flower #B588FD

Tints of Biloba Flower #B588FD

Color information

#B588FD (or 0xB588FD) is unknown color: approx Biloba Flower. HEX triplet: B5, 88 and FD. RGB value is (181,136,253). Sum of RGB (Red+Green+Blue) = 181+136+253=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #B588FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B588FD is #4A7702. Grayscale: #A2A2A2. Windows color (decimal): -4880131 or 16615605. OLE color: 16615605.

HSL color Cylindrical-coordinate representation of color #B588FD: hue angle of 263.08º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B588FD is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181136253-
CMYK0.280.4600.01
HSL263.08º96.69%76.27%-
HSV(B)263.08º46.25%99.22%-
XYZ45.5934.5297.19-
YUV162.79178.91140.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.75%
GREEN value IS 136 (53.52% from 255) = 23.86%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=31.75%
G=23.86%
B=44.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811362530.280.4600.01263.0896.6976.27
HexB588FD1C2E01107614c
Octal265210375345601407141114
Binary101101011000100011111101111001011100110000011111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588FD; }

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

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

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

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

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

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

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

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