#B38BD7

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

Shades of Biloba Flower #B38BD7

Tints of Biloba Flower #B38BD7

Color information

#B38BD7 (or 0xB38BD7) is unknown color: approx Biloba Flower. HEX triplet: B3, 8B and D7. RGB value is (179,139,215). Sum of RGB (Red+Green+Blue) = 179+139+215=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #B38BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BD7 is #4C7428. Grayscale: #9F9F9F. Windows color (decimal): -5010473 or 14126003. OLE color: 14126003.

HSL color Cylindrical-coordinate representation of color #B38BD7: hue angle of 271.58º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38BD7 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179139215-
CMYK0.170.3500.16
HSL271.58º48.72%69.41%-
HSV(B)271.58º35.35%84.31%-
XYZ40.0932.9668.54-
YUV159.62159.25141.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 139 (54.69% from 255) = 26.08%
BLUE value IS 215 (84.38% from 255) = 40.34%
R=33.58%
G=26.08%
B=40.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791392150.170.3500.16271.5848.7269.41
HexB38BD711230101103145
Octal263213327214302042061105
Binary101100111000101111010111100011000110100001000100001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38BD7; }

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

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

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

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

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

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

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

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