#B48BDD

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

Shades of Biloba Flower #B48BDD

Tints of Biloba Flower #B48BDD

Color information

#B48BDD (or 0xB48BDD) is unknown color: approx Biloba Flower. HEX triplet: B4, 8B and DD. RGB value is (180,139,221). Sum of RGB (Red+Green+Blue) = 180+139+221=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #B48BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BDD is #4B7422. Grayscale: #A0A0A0. Windows color (decimal): -4944931 or 14519220. OLE color: 14519220.

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

Color convert

RGB180139221-
CMYK0.190.3700.13
HSL270º54.67%70.59%-
HSV(B)270º37.1%86.67%-
XYZ41.1133.3972.68-
YUV160.61162.08141.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 139 (54.69% from 255) = 25.74%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=33.33%
G=25.74%
B=40.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801392210.190.3700.1327054.6770.59
HexB48BDD13250D10e3747
Octal264213335234501541667107
Binary10110100100010111101110110011100101011011000011101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BDD; }

 p { color: rgb(180,139,221); }

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

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

 a { background-color: rgb(180,139,221); }

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

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

 span { border-color: rgb(180,139,221); }

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