Html Css Color HEX #B29BE4 Biloba Flower

📋 copy color: '#B29BE4'

red 178 ◦ green 155 ◦ blue 228

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

Shades of Biloba Flower #B29BE4

Tints of Biloba Flower #B29BE4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.63%

 BLUE value IS 228 (89.45% from 255) = 40.64%

R = 31.73%
G = 27.63%
B = 40.64%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B29BE4 (or 0xB29BE4) is known color: Biloba Flower. HEX triplet: B2, 9B and E4. RGB value is (178,155,228). Sum of RGB (Red+Green+Blue) = 178+155+228=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #B29BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BE4 is #4D641B. Grayscale: #A9A9A9. Windows color (decimal): -5071900 or 14982066. OLE color: 14982066.

HSL color Cylindrical-coordinate representation of color #B29BE4: hue angle of 258.9º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B29BE4 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 155 228 -
CMYK 0.22 0.32 0 0.11
HSL 258.9º 0.57% 0.75% -
HSV(B) 258.9º 0.32% 0.89% -
XYZ 44.09 38.51 78.51 -
YUV 170.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 178 155 228 0.22 0.32 0 0.11 258.9 0.57 0.75
Hex B2 9B E4 16 20 0 B 103 39 4B
Octal 262 233 344 26 40 0 13 403 71 113
Binary 10110010 10011011 11100100 10110 100000 0 1011 100000011 111001 1001011

Color Harmonies of #B29BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BE4

Black with #B29BE4

Text Example


Text Example

White with #B29BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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