#B38AD8

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

Shades of Biloba Flower #B38AD8

Tints of Biloba Flower #B38AD8

Color information

#B38AD8 (or 0xB38AD8) is unknown color: approx Biloba Flower. HEX triplet: B3, 8A and D8. RGB value is (179,138,216). Sum of RGB (Red+Green+Blue) = 179+138+216=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #B38AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38AD8 is #4C7527. Grayscale: #9E9E9E. Windows color (decimal): -5010728 or 14191283. OLE color: 14191283.

HSL color Cylindrical-coordinate representation of color #B38AD8: hue angle of 271.54º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B38AD8 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179138216-
CMYK0.170.3600.15
HSL271.54º50%69.41%-
HSV(B)271.54º36.11%84.71%-
XYZ40.0732.7269.17-
YUV159.15160.08142.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=33.58%
G=25.89%
B=40.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791382160.170.3600.15271.545069.41
HexB38AD811240F1103245
Octal263212330214401742062105
Binary10110011100010101101100010001100100011111000100001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38AD8; }

 p { color: rgb(179,138,216); }

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

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

 a { background-color: rgb(179,138,216); }

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

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

 span { border-color: rgb(179,138,216); }

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