#B29FE3

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

Shades of Biloba Flower #B29FE3

Tints of Biloba Flower #B29FE3

Color information

#B29FE3 (or 0xB29FE3) is unknown color: approx Biloba Flower. HEX triplet: B2, 9F and E3. RGB value is (178,159,227). Sum of RGB (Red+Green+Blue) = 178+159+227=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 227 (89.06% from 255 or 40.25% from 564); Max value from RGB is 227 - color contains mainly: blue. Hex color #B29FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FE3 is #4D601C. Grayscale: #ACACAC. Windows color (decimal): -5070877 or 14917554. OLE color: 14917554.

HSL color Cylindrical-coordinate representation of color #B29FE3: hue angle of 256.76º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B29FE3 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB178159227-
CMYK0.220.3000.11
HSL256.76º54.84%75.69%-
HSV(B)256.76º29.96%89.02%-
XYZ44.6239.8178-
YUV172.43158.79131.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.56%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 227 (89.06% from 255) = 40.25%
R=31.56%
G=28.19%
B=40.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1781592270.220.3000.11256.7654.8475.69
HexB29FE3161E0B101374c
Octal262237343263601340167114
Binary1011001010011111111000111011011110010111000000011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FE3; }

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

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

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

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

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

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

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

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