#B48ADE

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

Shades of Biloba Flower #B48ADE

Tints of Biloba Flower #B48ADE

Color information

#B48ADE (or 0xB48ADE) is unknown color: approx Biloba Flower. HEX triplet: B4, 8A and DE. RGB value is (180,138,222). Sum of RGB (Red+Green+Blue) = 180+138+222=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #B48ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ADE is #4B7521. Grayscale: #9F9F9F. Windows color (decimal): -4945186 or 14584500. OLE color: 14584500.

HSL color Cylindrical-coordinate representation of color #B48ADE: hue angle of 270º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B48ADE is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180138222-
CMYK0.190.3800.13
HSL270º56%70.59%-
HSV(B)270º37.84%87.06%-
XYZ41.133.1573.34-
YUV160.13162.91142.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=33.33%
G=25.56%
B=41.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801382220.190.3800.132705670.59
HexB48ADE13260D10e3847
Octal264212336234601541670107
Binary10110100100010101101111010011100110011011000011101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48ADE; }

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

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

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

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

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

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

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

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