#B38CD8

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

Shades of Biloba Flower #B38CD8

Tints of Biloba Flower #B38CD8

Color information

#B38CD8 (or 0xB38CD8) is unknown color: approx Biloba Flower. HEX triplet: B3, 8C and D8. RGB value is (179,140,216). Sum of RGB (Red+Green+Blue) = 179+140+216=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #B38CD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38CD8 is #4C7327. Grayscale: #A0A0A0. Windows color (decimal): -5010216 or 14191795. OLE color: 14191795.

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

Color convert

RGB179140216-
CMYK0.170.3500.15
HSL270.79º49.35%69.8%-
HSV(B)270.79º35.19%84.71%-
XYZ40.3633.369.27-
YUV160.32159.42141.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.46%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 216 (84.77% from 255) = 40.37%
R=33.46%
G=26.17%
B=40.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791402160.170.3500.15270.7949.3569.8
HexB38CD811230F10f3146
Octal263214330214301741761106
Binary10110011100011001101100010001100011011111000011111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CD8; }

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

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

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

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

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

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

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

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