#B29FDD

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

Shades of Biloba Flower #B29FDD

Tints of Biloba Flower #B29FDD

Color information

#B29FDD (or 0xB29FDD) is unknown color: approx Biloba Flower. HEX triplet: B2, 9F and DD. RGB value is (178,159,221). Sum of RGB (Red+Green+Blue) = 178+159+221=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #B29FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FDD is #4D6022. Grayscale: #ABABAB. Windows color (decimal): -5070883 or 14524338. OLE color: 14524338.

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

Color convert

RGB178159221-
CMYK0.190.2800.13
HSL258.39º47.69%74.51%-
HSV(B)258.39º28.05%86.67%-
XYZ43.8139.4873.72-
YUV171.75155.79132.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.90%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=31.90%
G=28.49%
B=39.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781592210.190.2800.13258.3947.6974.51
HexB29FDD131C0D102304b
Octal262237335233401540260113
Binary1011001010011111110111011001111100011011000000101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FDD; }

 p { color: rgb(178,159,221); }

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

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

 a { background-color: rgb(178,159,221); }

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

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

 span { border-color: rgb(178,159,221); }

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