#B29FF1

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

Shades of Biloba Flower #B29FF1

Tints of Biloba Flower #B29FF1

Color information

#B29FF1 (or 0xB29FF1) is unknown color: approx Biloba Flower. HEX triplet: B2, 9F and F1. RGB value is (178,159,241). Sum of RGB (Red+Green+Blue) = 178+159+241=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #B29FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29FF1 is #4D600E. Grayscale: #ADADAD. Windows color (decimal): -5070863 or 15835058. OLE color: 15835058.

HSL color Cylindrical-coordinate representation of color #B29FF1: hue angle of 253.9º 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 #B29FF1 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178159241-
CMYK0.260.3400.05
HSL253.9º74.55%78.43%-
HSV(B)253.9º34.02%94.51%-
XYZ46.6440.6188.6-
YUV174.03165.79130.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.80%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 241 (94.53% from 255) = 41.70%
R=30.80%
G=27.51%
B=41.70%

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
Decimal1781592410.260.3400.05253.974.5578.43
HexB29FF11A2205fe4b4e
Octal262237361324205376113116
Binary1011001010011111111100011101010001001011111111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FF1; }

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

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

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

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

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

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

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

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