#B388DE

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

Shades of Biloba Flower #B388DE

Tints of Biloba Flower #B388DE

Color information

#B388DE (or 0xB388DE) is unknown color: approx Biloba Flower. HEX triplet: B3, 88 and DE. RGB value is (179,136,222). Sum of RGB (Red+Green+Blue) = 179+136+222=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #B388DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388DE is #4C7721. Grayscale: #9E9E9E. Windows color (decimal): -5011234 or 14583987. OLE color: 14583987.

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

Color convert

RGB179136222-
CMYK0.190.3900.13
HSL270º56.58%70.2%-
HSV(B)270º38.74%87.06%-
XYZ40.5832.4773.24-
YUV158.66163.75142.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 25.33%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=33.33%
G=25.33%
B=41.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791362220.190.3900.1327056.5870.2
HexB388DE13270D10e3946
Octal263210336234701541671106
Binary10110011100010001101111010011100111011011000011101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B388DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B388DE; }

 p { color: rgb(179,136,222); }

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

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

 a { background-color: rgb(179,136,222); }

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

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

 span { border-color: rgb(179,136,222); }

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