#B38BDA

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

Shades of Biloba Flower #B38BDA

Tints of Biloba Flower #B38BDA

Color information

#B38BDA (or 0xB38BDA) is unknown color: approx Biloba Flower. HEX triplet: B3, 8B and DA. RGB value is (179,139,218). Sum of RGB (Red+Green+Blue) = 179+139+218=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #B38BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BDA is #4C7425. Grayscale: #9F9F9F. Windows color (decimal): -5010470 or 14322611. OLE color: 14322611.

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

Color convert

RGB179139218-
CMYK0.180.3600.15
HSL270.38º51.63%70%-
HSV(B)270.38º36.24%85.49%-
XYZ40.4833.1170.59-
YUV159.97160.75141.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=33.40%
G=25.93%
B=40.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791392180.180.3600.15270.3851.6370
HexB38BDA12240F10e3446
Octal263213332224401741664106
Binary10110011100010111101101010010100100011111000011101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38BDA; }

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

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

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

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

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

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

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

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