#B588DD

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

Shades of Biloba Flower #B588DD

Tints of Biloba Flower #B588DD

Color information

#B588DD (or 0xB588DD) is unknown color: approx Biloba Flower. HEX triplet: B5, 88 and DD. RGB value is (181,136,221). Sum of RGB (Red+Green+Blue) = 181+136+221=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #B588DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588DD is #4A7722. Grayscale: #9E9E9E. Windows color (decimal): -4880163 or 14518453. OLE color: 14518453.

HSL color Cylindrical-coordinate representation of color #B588DD: hue angle of 271.76º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B588DD is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181136221-
CMYK0.180.3800.13
HSL271.76º55.56%70%-
HSV(B)271.76º38.46%86.67%-
XYZ40.9132.6572.55-
YUV159.14162.91143.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 136 (53.52% from 255) = 25.28%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=33.64%
G=25.28%
B=41.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811362210.180.3800.13271.7655.5670
HexB588DD12260D1103846
Octal265210335224601542070106
Binary10110101100010001101110110010100110011011000100001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588DD; }

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

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

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

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

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

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

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

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