#B38DD7

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

Shades of Biloba Flower #B38DD7

Tints of Biloba Flower #B38DD7

Color information

#B38DD7 (or 0xB38DD7) is unknown color: approx Biloba Flower. HEX triplet: B3, 8D and D7. RGB value is (179,141,215). Sum of RGB (Red+Green+Blue) = 179+141+215=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #B38DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DD7 is #4C7228. Grayscale: #A0A0A0. Windows color (decimal): -5009961 or 14126515. OLE color: 14126515.

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

Color convert

RGB179141215-
CMYK0.170.3400.16
HSL270.81º48.05%69.8%-
HSV(B)270.81º34.42%84.31%-
XYZ40.3833.5468.64-
YUV160.8158.59140.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.46%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 215 (84.38% from 255) = 40.19%
R=33.46%
G=26.36%
B=40.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791412150.170.3400.16270.8148.0569.8
HexB38DD7112201010f3046
Octal263215327214202041760106
Binary101100111000110111010111100011000100100001000011111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DD7; }

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

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

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

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

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

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

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

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