#B48EDA

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

Shades of Biloba Flower #B48EDA

Tints of Biloba Flower #B48EDA

Color information

#B48EDA (or 0xB48EDA) is unknown color: approx Biloba Flower. HEX triplet: B4, 8E and DA. RGB value is (180,142,218). Sum of RGB (Red+Green+Blue) = 180+142+218=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #B48EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48EDA is #4B7125. Grayscale: #A1A1A1. Windows color (decimal): -4944166 or 14323380. OLE color: 14323380.

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

Color convert

RGB180142218-
CMYK0.170.3500.15
HSL270º50.67%70.59%-
HSV(B)270º34.86%85.49%-
XYZ41.1534.1170.74-
YUV162.03159.59140.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 142 (55.86% from 255) = 26.30%
BLUE value IS 218 (85.55% from 255) = 40.37%
R=33.33%
G=26.30%
B=40.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801422180.170.3500.1527050.6770.59
HexB48EDA11230F10e3347
Octal264216332214301741663107
Binary10110100100011101101101010001100011011111000011101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48EDA; }

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

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

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

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

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

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

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

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