#B29EF1

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

Shades of Biloba Flower #B29EF1

Tints of Biloba Flower #B29EF1

Color information

#B29EF1 (or 0xB29EF1) is unknown color: approx Biloba Flower. HEX triplet: B2, 9E and F1. RGB value is (178,158,241). Sum of RGB (Red+Green+Blue) = 178+158+241=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #B29EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29EF1 is #4D610E. Grayscale: #ADADAD. Windows color (decimal): -5071119 or 15834802. OLE color: 15834802.

HSL color Cylindrical-coordinate representation of color #B29EF1: hue angle of 254.46º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B29EF1 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178158241-
CMYK0.260.3400.05
HSL254.46º74.77%78.24%-
HSV(B)254.46º34.44%94.51%-
XYZ46.4640.2788.54-
YUV173.44166.13131.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.85%
GREEN value IS 158 (62.11% from 255) = 27.38%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=30.85%
G=27.38%
B=41.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781582410.260.3400.05254.4674.7778.24
HexB29EF11A2205fe4b4e
Octal262236361324205376113116
Binary1011001010011110111100011101010001001011111111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EF1; }

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

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

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

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

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

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

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

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