#B18DDA

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

Shades of Biloba Flower #B18DDA

Tints of Biloba Flower #B18DDA

Color information

#B18DDA (or 0xB18DDA) is unknown color: approx Biloba Flower. HEX triplet: B1, 8D and DA. RGB value is (177,141,218). Sum of RGB (Red+Green+Blue) = 177+141+218=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #B18DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DDA is #4E7225. Grayscale: #A0A0A0. Windows color (decimal): -5141030 or 14323121. OLE color: 14323121.

HSL color Cylindrical-coordinate representation of color #B18DDA: hue angle of 268.05º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B18DDA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177141218-
CMYK0.190.3500.15
HSL268.05º50.99%70.39%-
HSV(B)268.05º35.32%85.49%-
XYZ40.3133.4670.66-
YUV160.54160.43139.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=33.02%
G=26.31%
B=40.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771412180.190.3500.15268.0550.9970.39
HexB18DDA13230F10c3346
Octal261215332234301741463106
Binary10110001100011011101101010011100011011111000011001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DDA; }

 p { color: rgb(177,141,218); }

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

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

 a { background-color: rgb(177,141,218); }

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

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

 span { border-color: rgb(177,141,218); }

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