#B38DDD

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

Shades of Biloba Flower #B38DDD

Tints of Biloba Flower #B38DDD

Color information

#B38DDD (or 0xB38DDD) is unknown color: approx Biloba Flower. HEX triplet: B3, 8D and DD. RGB value is (179,141,221). Sum of RGB (Red+Green+Blue) = 179+141+221=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #B38DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DDD is #4C7222. Grayscale: #A1A1A1. Windows color (decimal): -5009955 or 14519731. OLE color: 14519731.

HSL color Cylindrical-coordinate representation of color #B38DDD: hue angle of 268.5º 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 #B38DDD is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179141221-
CMYK0.190.3600.13
HSL268.5º54.05%70.98%-
HSV(B)268.5º36.2%86.67%-
XYZ41.1733.8572.77-
YUV161.48161.59140.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.09%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=33.09%
G=26.06%
B=40.85%

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
Decimal1791412210.190.3600.13268.554.0570.98
HexB38DDD13240D10c3647
Octal263215335234401541466107
Binary10110011100011011101110110011100100011011000011001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DDD; }

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

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

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

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

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

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

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

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