#b29df5

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

Shades of Biloba Flower #B29DF5

Tints of Biloba Flower #B29DF5

Color information

#B29DF5 (or 0xB29DF5) is unknown color: approx Biloba Flower. HEX triplet: B2, 9D and F5. RGB value is (178,157,245). Sum of RGB (Red+Green+Blue) = 178+157+245=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: blue. Hex color #B29DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29DF5 is #4D620A. Grayscale: #ACACAC. Windows color (decimal): -5071371 or 16096690. OLE color: 16096690.

HSL color Cylindrical-coordinate representation of color #B29DF5: hue angle of 254.32º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B29DF5 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB178157245-
CMYK0.270.3600.04
HSL254.32º81.48%78.82%-
HSV(B)254.32º35.92%96.08%-
XYZ46.940.1791.67-
YUV173.31168.46131.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.69%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 245 (96.09% from 255) = 42.24%
R=30.69%
G=27.07%
B=42.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1781572450.270.3600.04254.3281.4878.82
HexB29DF51B2404fe514f
Octal262235365334404376121117
Binary1011001010011101111101011101110010001001111111010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29df5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29df5; }

 p { color: rgb(178,157,245); }

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

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

 a { background-color: rgb(178,157,245); }

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

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

 span { border-color: rgb(178,157,245); }

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