#B48DDD

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

Shades of Biloba Flower #B48DDD

Tints of Biloba Flower #B48DDD

Color information

#B48DDD (or 0xB48DDD) is unknown color: approx Biloba Flower. HEX triplet: B4, 8D and DD. RGB value is (180,141,221). Sum of RGB (Red+Green+Blue) = 180+141+221=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #B48DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DDD is #4B7222. Grayscale: #A1A1A1. Windows color (decimal): -4944419 or 14519732. OLE color: 14519732.

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

Color convert

RGB180141221-
CMYK0.190.3600.13
HSL269.25º54.05%70.98%-
HSV(B)269.25º36.2%86.67%-
XYZ41.433.9772.78-
YUV161.78161.42141-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.21%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=33.21%
G=26.01%
B=40.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801412210.190.3600.13269.2554.0570.98
HexB48DDD13240D10d3647
Octal264215335234401541566107
Binary10110100100011011101110110011100100011011000011011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48DDD; }

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

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

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

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

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

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

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

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