#B29EE3

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

Shades of Biloba Flower #B29EE3

Tints of Biloba Flower #B29EE3

Color information

#B29EE3 (or 0xB29EE3) is unknown color: approx Biloba Flower. HEX triplet: B2, 9E and E3. RGB value is (178,158,227). Sum of RGB (Red+Green+Blue) = 178+158+227=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 227 - color contains mainly: blue. Hex color #B29EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EE3 is #4D611C. Grayscale: #ABABAB. Windows color (decimal): -5071133 or 14917298. OLE color: 14917298.

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

Color convert

RGB178158227-
CMYK0.220.3000.11
HSL257.39º55.2%75.49%-
HSV(B)257.39º30.4%89.02%-
XYZ44.4539.4677.95-
YUV171.85159.13132.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.62%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 227 (89.06% from 255) = 40.32%
R=31.62%
G=28.06%
B=40.32%

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
Decimal1781582270.220.3000.11257.3955.275.49
HexB29EE3161E0B101374b
Octal262236343263601340167113
Binary1011001010011110111000111011011110010111000000011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EE3; }

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

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

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

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

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

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

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

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