Html Css Color HEX #B29DE9 Biloba Flower

📋 copy color: '#B29DE9'

red 178 ◦ green 157 ◦ blue 233

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

Shades of Biloba Flower #B29DE9

Tints of Biloba Flower #B29DE9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.64%

 BLUE value IS 233 (91.41% from 255) = 41.02%

R = 31.34%
G = 27.64%
B = 41.02%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B29DE9 (or 0xB29DE9) is known color: Biloba Flower. HEX triplet: B2, 9D and E9. RGB value is (178,157,233). Sum of RGB (Red+Green+Blue) = 178+157+233=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #B29DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29DE9 is #4D6216. Grayscale: #ABABAB. Windows color (decimal): -5071383 or 15310258. OLE color: 15310258.

HSL color Cylindrical-coordinate representation of color #B29DE9: hue angle of 256.58º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B29DE9 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 157 233 -
CMYK 0.24 0.33 0 0.09
HSL 256.58º 0.63% 0.76% -
HSV(B) 256.58º 0.33% 0.91% -
XYZ 45.13 39.46 82.33 -
YUV 171.94 162.46 132.32 -
System Red Green Blue C M Y K H S L
Decimal 178 157 233 0.24 0.33 0 0.09 256.58 0.63 0.76
Hex B2 9D E9 18 21 0 9 101 3F 4C
Octal 262 235 351 30 41 0 11 401 77 114
Binary 10110010 10011101 11101001 11000 100001 0 1001 100000001 111111 1001100

Color Harmonies of #B29DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29DE9

Black with #B29DE9

Text Example


Text Example

White with #B29DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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