Html Css Color HEX #B29BF1 Biloba Flower

📋 copy color: '#B29BF1'

red 178 ◦ green 155 ◦ blue 241

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

Shades of Biloba Flower #B29BF1

Tints of Biloba Flower #B29BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.99%

R = 31.01%
G = 27%
B = 41.99%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B29BF1 (or 0xB29BF1) is known color: Biloba Flower. HEX triplet: B2, 9B and F1. RGB value is (178,155,241). Sum of RGB (Red+Green+Blue) = 178+155+241=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #B29BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29BF1 is #4D640E. Grayscale: #ABABAB. Windows color (decimal): -5071887 or 15834034. OLE color: 15834034.

HSL color Cylindrical-coordinate representation of color #B29BF1: hue angle of 256.05º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B29BF1 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 155 241 -
CMYK 0.26 0.36 0 0.05
HSL 256.05º 0.75% 0.78% -
HSV(B) 256.05º 0.36% 0.95% -
XYZ 45.96 39.26 88.37 -
YUV 171.68 167.12 132.51 -
System Red Green Blue C M Y K H S L
Decimal 178 155 241 0.26 0.36 0 0.05 256.05 0.75 0.78
Hex B2 9B F1 1A 24 0 5 100 4B 4E
Octal 262 233 361 32 44 0 5 400 113 116
Binary 10110010 10011011 11110001 11010 100100 0 101 100000000 1001011 1001110

Color Harmonies of #B29BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BF1

Black with #B29BF1

Text Example


Text Example

White with #B29BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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