#B38DD1

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

Shades of Biloba Flower #B38DD1

Tints of Biloba Flower #B38DD1

Color information

#B38DD1 (or 0xB38DD1) is unknown color: approx Biloba Flower. HEX triplet: B3, 8D and D1. RGB value is (179,141,209). Sum of RGB (Red+Green+Blue) = 179+141+209=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #B38DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DD1 is #4C722E. Grayscale: #9F9F9F. Windows color (decimal): -5009967 or 13733299. OLE color: 13733299.

HSL color Cylindrical-coordinate representation of color #B38DD1: hue angle of 273.53º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B38DD1 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179141209-
CMYK0.140.3300.18
HSL273.53º42.5%68.63%-
HSV(B)273.53º32.54%81.96%-
XYZ39.6233.2464.65-
YUV160.11155.59141.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 141 (55.47% from 255) = 26.65%
BLUE value IS 209 (82.03% from 255) = 39.51%
R=33.84%
G=26.65%
B=39.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791412090.140.3300.18273.5342.568.63
HexB38DD1E210121122a45
Octal263215321164102242252105
Binary10110011100011011101000111101000010100101000100101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DD1; }

 p { color: rgb(179,141,209); }

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

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

 a { background-color: rgb(179,141,209); }

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

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

 span { border-color: rgb(179,141,209); }

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