#B29EFD

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

Shades of Biloba Flower #B29EFD

Tints of Biloba Flower #B29EFD

Color information

#B29EFD (or 0xB29EFD) is unknown color: approx Biloba Flower. HEX triplet: B2, 9E and FD. RGB value is (178,158,253). Sum of RGB (Red+Green+Blue) = 178+158+253=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #B29EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29EFD is #4D6102. Grayscale: #AEAEAE. Windows color (decimal): -5071107 or 16621234. OLE color: 16621234.

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

Color convert

RGB178158253-
CMYK0.300.3800.01
HSL252.63º95.96%80.59%-
HSV(B)252.63º37.55%99.22%-
XYZ48.3241.0198.3-
YUV174.81172.13130.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.22%
GREEN value IS 158 (62.11% from 255) = 26.83%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=30.22%
G=26.83%
B=42.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781582530.300.3800.01252.6395.9680.59
HexB29EFD1E2601fd6051
Octal262236375364601375140121
Binary10110010100111101111110111110100110011111110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EFD; }

 p { color: rgb(178,158,253); }

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

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

 a { background-color: rgb(178,158,253); }

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

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

 span { border-color: rgb(178,158,253); }

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