#B48AD9

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

Shades of Biloba Flower #B48AD9

Tints of Biloba Flower #B48AD9

Color information

#B48AD9 (or 0xB48AD9) is unknown color: approx Biloba Flower. HEX triplet: B4, 8A and D9. RGB value is (180,138,217). Sum of RGB (Red+Green+Blue) = 180+138+217=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #B48AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48AD9 is #4B7526. Grayscale: #9F9F9F. Windows color (decimal): -4945191 or 14256820. OLE color: 14256820.

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

Color convert

RGB180138217-
CMYK0.170.3600.15
HSL271.9º50.97%69.61%-
HSV(B)271.9º36.41%85.1%-
XYZ40.4432.8969.86-
YUV159.56160.41142.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 217 (85.16% from 255) = 40.56%
R=33.64%
G=25.79%
B=40.56%

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
Decimal1801382170.170.3600.15271.950.9769.61
HexB48AD911240F1103346
Octal264212331214401742063106
Binary10110100100010101101100110001100100011111000100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AD9; }

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

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

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

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

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

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

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

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