#B29FF4

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

Shades of Biloba Flower #B29FF4

Tints of Biloba Flower #B29FF4

Color information

#B29FF4 (or 0xB29FF4) is unknown color: approx Biloba Flower. HEX triplet: B2, 9F and F4. RGB value is (178,159,244). Sum of RGB (Red+Green+Blue) = 178+159+244=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 244 - color contains mainly: blue. Hex color #B29FF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29FF4 is #4D600B. Grayscale: #AEAEAE. Windows color (decimal): -5070860 or 16031666. OLE color: 16031666.

HSL color Cylindrical-coordinate representation of color #B29FF4: hue angle of 253.41º degrees, saturation: 0.79, 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 #B29FF4 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB178159244-
CMYK0.270.3500.04
HSL253.41º79.44%79.02%-
HSV(B)253.41º34.84%95.69%-
XYZ47.0940.7990.98-
YUV174.37167.29130.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.64%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 244 (95.70% from 255) = 42.00%
R=30.64%
G=27.37%
B=42.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1781592440.270.3500.04253.4179.4479.02
HexB29FF41B2304fd4f4f
Octal262237364334304375117117
Binary1011001010011111111101001101110001101001111110110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FF4; }

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

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

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

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

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

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

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

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