#B29BFF

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

Shades of Biloba Flower #B29BFF

Tints of Biloba Flower #B29BFF

Color information

#B29BFF (or 0xB29BFF) is unknown color: approx Biloba Flower. HEX triplet: B2, 9B and FF. RGB value is (178,155,255). Sum of RGB (Red+Green+Blue) = 178+155+255=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #B29BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29BFF is #4D6400. Grayscale: #ACACAC. Windows color (decimal): -5071873 or 16751538. OLE color: 16751538.

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

Color convert

RGB178155255-
CMYK0.300.3900
HSL253.8º100%80.39%-
HSV(B)253.8º39.22%100%-
XYZ48.1340.1399.82-
YUV173.28174.12131.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.27%
GREEN value IS 155 (60.94% from 255) = 26.36%
BLUE value IS 255 (100% from 255) = 43.37%
R=30.27%
G=26.36%
B=43.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781552550.300.3900253.810080.39
HexB29BFF1E2700fe6450
Octal262233377364700376144120
Binary10110010100110111111111111110100111001111111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BFF; }

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

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

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

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

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

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

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

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