#B48ADA

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

Shades of Biloba Flower #B48ADA

Tints of Biloba Flower #B48ADA

Color information

#B48ADA (or 0xB48ADA) is unknown color: approx Biloba Flower. HEX triplet: B4, 8A and DA. RGB value is (180,138,218). Sum of RGB (Red+Green+Blue) = 180+138+218=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 138 (54.30% from 255 or 25.75% 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 #B48ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ADA is #4B7525. Grayscale: #9F9F9F. Windows color (decimal): -4945190 or 14322356. OLE color: 14322356.

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

Color convert

RGB180138218-
CMYK0.170.3700.15
HSL271.5º51.95%69.8%-
HSV(B)271.5º36.7%85.49%-
XYZ40.5732.9470.55-
YUV159.68160.91142.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.58%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=33.58%
G=25.75%
B=40.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801382180.170.3700.15271.551.9569.8
HexB48ADA11250F1103446
Octal264212332214501742064106
Binary10110100100010101101101010001100101011111000100001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48ADA; }

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

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

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

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

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

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

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

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