Html Css Color HEX #B29BFF Biloba Flower

📋 copy color: '#B29BFF'

red 178 ◦ green 155 ◦ blue 255

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

Shades of Biloba Flower #B29BFF

Tints of Biloba Flower #B29BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.37%

R = 30.27%
G = 26.36%
B = 43.37%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B29BFF (or 0xB29BFF) is known color: Biloba Flower. HEX triplet: B2, 9B and FF. RGB value is (178,155,255). Sum of RGB (Red+Green+Blue) = 178+155+255=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #B29BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29BFF is #4D6400. Grayscale: #ACACAC. Windows color (decimal): -5071873 or 16751538. OLE color: 16751538.

HSL color Cylindrical-coordinate representation of color #B29BFF: hue angle of 253.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B29BFF is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 155 255 -
CMYK 0.30 0.39 0 0
HSL 253.8º 1% 0.8% -
HSV(B) 253.8º 0.39% 1% -
XYZ 48.13 40.13 99.82 -
YUV 173.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 178 155 255 0.30 0.39 0 0 253.8 1 0.8
Hex B2 9B FF 1E 27 0 0 FE 64 50
Octal 262 233 377 36 47 0 0 376 144 120
Binary 10110010 10011011 11111111 11110 100111 0 0 11111110 1100100 1010000

Color Harmonies of #B29BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BFF

Black with #B29BFF

Text Example


Text Example

White with #B29BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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