#B29DFF

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

Shades of Biloba Flower #B29DFF

Tints of Biloba Flower #B29DFF

Color information

#B29DFF (or 0xB29DFF) is unknown color: approx Biloba Flower. HEX triplet: B2, 9D and FF. RGB value is (178,157,255). Sum of RGB (Red+Green+Blue) = 178+157+255=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #B29DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29DFF is #4D6200. Grayscale: #AEAEAE. Windows color (decimal): -5071361 or 16752050. OLE color: 16752050.

HSL color Cylindrical-coordinate representation of color #B29DFF: hue angle of 252.86º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B29DFF is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB178157255-
CMYK0.300.3800
HSL252.86º100%80.78%-
HSV(B)252.86º38.43%100%-
XYZ48.4740.899.93-
YUV174.45173.46130.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.17%
GREEN value IS 157 (61.72% from 255) = 26.61%
BLUE value IS 255 (100% from 255) = 43.22%
R=30.17%
G=26.61%
B=43.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781572550.300.3800252.8610080.78
HexB29DFF1E2600fd6451
Octal262235377364600375144121
Binary10110010100111011111111111110100110001111110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DFF; }

 p { color: rgb(178,157,255); }

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

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

 a { background-color: rgb(178,157,255); }

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

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

 span { border-color: rgb(178,157,255); }

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