Html Css Color HEX #B29AE1 Biloba Flower

📋 copy color: '#B29AE1'

red 178 ◦ green 154 ◦ blue 225

#B29AE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B29AE1

Tints of Biloba Flower #B29AE1

RGB

 RED value IS 178 (69.92% from 255) = 31.96%

 GREEN value IS 154 (60.55% from 255) = 27.65%

 BLUE value IS 225 (88.28% from 255) = 40.39%

R = 31.96%
G = 27.65%
B = 40.39%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B29AE1 (or 0xB29AE1) is known color: Biloba Flower. HEX triplet: B2, 9A and E1. RGB value is (178,154,225). Sum of RGB (Red+Green+Blue) = 178+154+225=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #B29AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29AE1 is #4D651E. Grayscale: #A9A9A9. Windows color (decimal): -5072159 or 14785202. OLE color: 14785202.

HSL color Cylindrical-coordinate representation of color #B29AE1: hue angle of 260.28º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B29AE1 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 154 225 -
CMYK 0.21 0.32 0 0.12
HSL 260.28º 0.54% 0.74% -
HSV(B) 260.28º 0.32% 0.88% -
XYZ 43.51 38.01 76.28 -
YUV 169.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 178 154 225 0.21 0.32 0 0.12 260.28 0.54 0.74
Hex B2 9A E1 15 20 0 C 104 36 4A
Octal 262 232 341 25 40 0 14 404 66 112
Binary 10110010 10011010 11100001 10101 100000 0 1100 100000100 110110 1001010

Color Harmonies of #B29AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29AE1

Black with #B29AE1

Text Example


Text Example

White with #B29AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29AE1; }

 p { color: rgb(178,154,225); }

 H1.HeaderClassName
 {
   color: #B29AE1;
 }
 .AnyTagClassName
 {
   color: #B29AE1;
 }
</style>

background-color css

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

 a { background-color: rgb(178,154,225); }

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

border-color css

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

 span { border-color: rgb(178,154,225); }

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