#B48AD6

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

Shades of Biloba Flower #B48AD6

Tints of Biloba Flower #B48AD6

Color information

#B48AD6 (or 0xB48AD6) is unknown color: approx Biloba Flower. HEX triplet: B4, 8A and D6. RGB value is (180,138,214). Sum of RGB (Red+Green+Blue) = 180+138+214=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #B48AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48AD6 is #4B7529. Grayscale: #9E9E9E. Windows color (decimal): -4945194 or 14060212. OLE color: 14060212.

HSL color Cylindrical-coordinate representation of color #B48AD6: hue angle of 273.16º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B48AD6 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180138214-
CMYK0.160.3600.16
HSL273.16º48.1%69.02%-
HSV(B)273.16º35.51%83.92%-
XYZ40.0532.7467.83-
YUV159.22158.91142.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 214 (83.98% from 255) = 40.23%
R=33.83%
G=25.94%
B=40.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801382140.160.3600.16273.1648.169.02
HexB48AD610240101113045
Octal264212326204402042160105
Binary101101001000101011010110100001001000100001000100011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AD6; }

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

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

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

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

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

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

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

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