#B29FEF

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

Shades of Biloba Flower #B29FEF

Tints of Biloba Flower #B29FEF

Color information

#B29FEF (or 0xB29FEF) is unknown color: approx Biloba Flower. HEX triplet: B2, 9F and EF. RGB value is (178,159,239). Sum of RGB (Red+Green+Blue) = 178+159+239=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #B29FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29FEF is #4D6010. Grayscale: #ADADAD. Windows color (decimal): -5070865 or 15703986. OLE color: 15703986.

HSL color Cylindrical-coordinate representation of color #B29FEF: hue angle of 254.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B29FEF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178159239-
CMYK0.260.3300.06
HSL254.25º71.43%78.04%-
HSV(B)254.25º33.47%93.73%-
XYZ46.3440.4987.04-
YUV173.8164.79131-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.90%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 239 (93.75% from 255) = 41.49%
R=30.90%
G=27.60%
B=41.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781592390.260.3300.06254.2571.4378.04
HexB29FEF1A2106fe474e
Octal262237357324106376107116
Binary1011001010011111111011111101010000101101111111010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FEF; }

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

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

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

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

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

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

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

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