#B48BD9

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

Shades of Biloba Flower #B48BD9

Tints of Biloba Flower #B48BD9

Color information

#B48BD9 (or 0xB48BD9) is unknown color: approx Biloba Flower. HEX triplet: B4, 8B and D9. RGB value is (180,139,217). Sum of RGB (Red+Green+Blue) = 180+139+217=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #B48BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BD9 is #4B7426. Grayscale: #9F9F9F. Windows color (decimal): -4944935 or 14257076. OLE color: 14257076.

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

Color convert

RGB180139217-
CMYK0.170.3600.15
HSL271.54º50.65%69.8%-
HSV(B)271.54º35.94%85.1%-
XYZ40.5833.1869.91-
YUV160.15160.08142.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.58%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 217 (85.16% from 255) = 40.49%
R=33.58%
G=25.93%
B=40.49%

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
Decimal1801392170.170.3600.15271.5450.6569.8
HexB48BD911240F1103346
Octal264213331214401742063106
Binary10110100100010111101100110001100100011111000100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BD9; }

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

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

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

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

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

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

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

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