Html Css Color HEX #B29CFF Biloba Flower

📋 copy color: '#B29CFF'

red 178 ◦ green 156 ◦ blue 255

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

Shades of Biloba Flower #B29CFF

Tints of Biloba Flower #B29CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.49%

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

R = 30.22%
G = 26.49%
B = 43.29%

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

#B29CFF (or 0xB29CFF) is known color: Biloba Flower. HEX triplet: B2, 9C and FF. RGB value is (178,156,255). Sum of RGB (Red+Green+Blue) = 178+156+255=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #B29CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29CFF is #4D6300. Grayscale: #ADADAD. Windows color (decimal): -5071617 or 16751794. OLE color: 16751794.

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

Color convert

RGB 178 156 255 -
CMYK 0.30 0.39 0 0
HSL 253.33º 1% 0.81% -
HSV(B) 253.33º 0.39% 1% -
XYZ 48.3 40.46 99.87 -
YUV 173.86 173.79 130.95 -
System Red Green Blue C M Y K H S L
Decimal 178 156 255 0.30 0.39 0 0 253.33 1 0.81
Hex B2 9C FF 1E 27 0 0 FD 64 51
Octal 262 234 377 36 47 0 0 375 144 121
Binary 10110010 10011100 11111111 11110 100111 0 0 11111101 1100100 1010001

Color Harmonies of #B29CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29CFF

Black with #B29CFF

Text Example


Text Example

White with #B29CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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