#B48BDA

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

Shades of Biloba Flower #B48BDA

Tints of Biloba Flower #B48BDA

Color information

#B48BDA (or 0xB48BDA) is unknown color: approx Biloba Flower. HEX triplet: B4, 8B and DA. RGB value is (180,139,218). Sum of RGB (Red+Green+Blue) = 180+139+218=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #B48BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BDA is #4B7425. Grayscale: #9F9F9F. Windows color (decimal): -4944934 or 14322612. OLE color: 14322612.

HSL color Cylindrical-coordinate representation of color #B48BDA: hue angle of 271.14º 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 #B48BDA is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180139218-
CMYK0.170.3600.15
HSL271.14º51.63%70%-
HSV(B)271.14º36.24%85.49%-
XYZ40.7133.2370.6-
YUV160.26160.58142.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=33.52%
G=25.88%
B=40.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801392180.170.3600.15271.1451.6370
HexB48BDA11240F10f3446
Octal264213332214401741764106
Binary10110100100010111101101010001100100011111000011111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BDA; }

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

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

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

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

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

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

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

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