#B18DEB

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

Shades of Biloba Flower #B18DEB

Tints of Biloba Flower #B18DEB

Color information

#B18DEB (or 0xB18DEB) is unknown color: approx Biloba Flower. HEX triplet: B1, 8D and EB. RGB value is (177,141,235). Sum of RGB (Red+Green+Blue) = 177+141+235=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #B18DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DEB is #4E7214. Grayscale: #A2A2A2. Windows color (decimal): -5141013 or 15437233. OLE color: 15437233.

HSL color Cylindrical-coordinate representation of color #B18DEB: hue angle of 262.98º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B18DEB is Cyan = 0.25, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177141235-
CMYK0.250.400.08
HSL262.98º70.15%73.73%-
HSV(B)262.98º40%92.16%-
XYZ42.6534.482.99-
YUV162.48168.93138.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.01%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=32.01%
G=25.50%
B=42.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771412350.250.400.08262.9870.1573.73
HexB18DEB192808107464a
Octal2612153533150010407106112
Binary101100011000110111101011110011010000100010000011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DEB; }

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

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

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

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

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

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

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

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