#B18DE5

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

Shades of Biloba Flower #B18DE5

Tints of Biloba Flower #B18DE5

Color information

#B18DE5 (or 0xB18DE5) is unknown color: approx Biloba Flower. HEX triplet: B1, 8D and E5. RGB value is (177,141,229). Sum of RGB (Red+Green+Blue) = 177+141+229=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #B18DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DE5 is #4E721A. Grayscale: #A1A1A1. Windows color (decimal): -5141019 or 15044017. OLE color: 15044017.

HSL color Cylindrical-coordinate representation of color #B18DE5: hue angle of 264.55º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B18DE5 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB177141229-
CMYK0.230.3800.10
HSL264.55º62.86%72.55%-
HSV(B)264.55º38.43%89.8%-
XYZ41.834.0578.5-
YUV161.8165.93138.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 229 (89.84% from 255) = 41.86%
R=32.36%
G=25.78%
B=41.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1771412290.230.3800.10264.5562.8672.55
HexB18DE517260A1093f49
Octal261215345274601241177111
Binary10110001100011011110010110111100110010101000010011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DE5; }

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

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

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

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

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

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

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

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