#B38BDE

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

Shades of Biloba Flower #B38BDE

Tints of Biloba Flower #B38BDE

Color information

#B38BDE (or 0xB38BDE) is unknown color: approx Biloba Flower. HEX triplet: B3, 8B and DE. RGB value is (179,139,222). Sum of RGB (Red+Green+Blue) = 179+139+222=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #B38BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BDE is #4C7421. Grayscale: #A0A0A0. Windows color (decimal): -5010466 or 14584755. OLE color: 14584755.

HSL color Cylindrical-coordinate representation of color #B38BDE: hue angle of 268.92º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B38BDE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179139222-
CMYK0.190.3700.13
HSL268.92º55.7%70.78%-
HSV(B)268.92º37.39%87.06%-
XYZ41.0133.3273.38-
YUV160.42162.75141.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.15%
GREEN value IS 139 (54.69% from 255) = 25.74%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=33.15%
G=25.74%
B=41.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791392220.190.3700.13268.9255.770.78
HexB38BDE13250D10d3847
Octal263213336234501541570107
Binary10110011100010111101111010011100101011011000011011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38BDE; }

 p { color: rgb(179,139,222); }

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

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

 a { background-color: rgb(179,139,222); }

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

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

 span { border-color: rgb(179,139,222); }

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