Html Css Color HEX #B29BFA Biloba Flower

📋 copy color: '#B29BFA'

red 178 ◦ green 155 ◦ blue 250

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

Shades of Biloba Flower #B29BFA

Tints of Biloba Flower #B29BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.88%

R = 30.53%
G = 26.59%
B = 42.88%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B29BFA (or 0xB29BFA) is known color: Biloba Flower. HEX triplet: B2, 9B and FA. RGB value is (178,155,250). Sum of RGB (Red+Green+Blue) = 178+155+250=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #B29BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29BFA is #4D6405. Grayscale: #ACACAC. Windows color (decimal): -5071878 or 16423858. OLE color: 16423858.

HSL color Cylindrical-coordinate representation of color #B29BFA: hue angle of 254.53º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B29BFA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 155 250 -
CMYK 0.29 0.38 0 0.02
HSL 254.53º 0.9% 0.79% -
HSV(B) 254.53º 0.38% 0.98% -
XYZ 47.34 39.81 95.63 -
YUV 172.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 178 155 250 0.29 0.38 0 0.02 254.53 0.9 0.79
Hex B2 9B FA 1D 26 0 2 FF 5A 4F
Octal 262 233 372 35 46 0 2 377 132 117
Binary 10110010 10011011 11111010 11101 100110 0 10 11111111 1011010 1001111

Color Harmonies of #B29BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BFA

Black with #B29BFA

Text Example


Text Example

White with #B29BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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