#B388DC

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

Shades of Biloba Flower #B388DC

Tints of Biloba Flower #B388DC

Color information

#B388DC (or 0xB388DC) is unknown color: approx Biloba Flower. HEX triplet: B3, 88 and DC. RGB value is (179,136,220). Sum of RGB (Red+Green+Blue) = 179+136+220=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #B388DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388DC is #4C7723. Grayscale: #9E9E9E. Windows color (decimal): -5011236 or 14452915. OLE color: 14452915.

HSL color Cylindrical-coordinate representation of color #B388DC: hue angle of 270.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B388DC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179136220-
CMYK0.190.3800.14
HSL270.71º54.55%69.8%-
HSV(B)270.71º38.18%86.27%-
XYZ40.3132.3671.83-
YUV158.43162.75142.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.46%
GREEN value IS 136 (53.52% from 255) = 25.42%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=33.46%
G=25.42%
B=41.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791362200.190.3800.14270.7154.5569.8
HexB388DC13260E10f3746
Octal263210334234601641767106
Binary10110011100010001101110010011100110011101000011111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B388DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B388DC; }

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

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

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

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

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

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

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

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