#B18ADB

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

Shades of Biloba Flower #B18ADB

Tints of Biloba Flower #B18ADB

Color information

#B18ADB (or 0xB18ADB) is unknown color: approx Biloba Flower. HEX triplet: B1, 8A and DB. RGB value is (177,138,219). Sum of RGB (Red+Green+Blue) = 177+138+219=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #B18ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ADB is #4E7524. Grayscale: #9E9E9E. Windows color (decimal): -5141797 or 14387889. OLE color: 14387889.

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

Color convert

RGB177138219-
CMYK0.190.3700.14
HSL268.89º52.94%70%-
HSV(B)268.89º36.99%85.88%-
XYZ40.0132.6471.21-
YUV158.9161.92140.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=33.15%
G=25.84%
B=41.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771382190.190.3700.14268.8952.9470
HexB18ADB13250E10d3546
Octal261212333234501641565106
Binary10110001100010101101101110011100101011101000011011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18ADB; }

 p { color: rgb(177,138,219); }

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

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

 a { background-color: rgb(177,138,219); }

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

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

 span { border-color: rgb(177,138,219); }

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