#b29ff6

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

Shades of Biloba Flower #B29FF6

Tints of Biloba Flower #B29FF6

Color information

#B29FF6 (or 0xB29FF6) is unknown color: approx Biloba Flower. HEX triplet: B2, 9F and F6. RGB value is (178,159,246). Sum of RGB (Red+Green+Blue) = 178+159+246=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #B29FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29FF6 is #4D6009. Grayscale: #AEAEAE. Windows color (decimal): -5070858 or 16162738. OLE color: 16162738.

HSL color Cylindrical-coordinate representation of color #B29FF6: hue angle of 253.1º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B29FF6 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB178159246-
CMYK0.280.3500.04
HSL253.1º82.86%79.41%-
HSV(B)253.1º35.37%96.47%-
XYZ47.3940.9292.59-
YUV174.6168.29130.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.53%
GREEN value IS 159 (62.5% from 255) = 27.27%
BLUE value IS 246 (96.48% from 255) = 42.20%
R=30.53%
G=27.27%
B=42.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1781592460.280.3500.04253.182.8679.41
HexB29FF61C2304fd534f
Octal262237366344304375123117
Binary1011001010011111111101101110010001101001111110110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29ff6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29ff6; }

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

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

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

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

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

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

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

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