Html Css Color HEX #B29FDD Biloba Flower

📋 copy color: '#B29FDD'

red 178 ◦ green 159 ◦ blue 221

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

Shades of Biloba Flower #B29FDD

Tints of Biloba Flower #B29FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.49%

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 31.9%
G = 28.49%
B = 39.61%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B29FDD (or 0xB29FDD) is known color: Biloba Flower. HEX triplet: B2, 9F and DD. RGB value is (178,159,221). Sum of RGB (Red+Green+Blue) = 178+159+221=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #B29FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FDD is #4D6022. Grayscale: #ABABAB. Windows color (decimal): -5070883 or 14524338. OLE color: 14524338.

HSL color Cylindrical-coordinate representation of color #B29FDD: hue angle of 258.39º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B29FDD is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 159 221 -
CMYK 0.19 0.28 0 0.13
HSL 258.39º 0.48% 0.75% -
HSV(B) 258.39º 0.28% 0.87% -
XYZ 43.81 39.48 73.72 -
YUV 171.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 178 159 221 0.19 0.28 0 0.13 258.39 0.48 0.75
Hex B2 9F DD 13 1C 0 D 102 30 4B
Octal 262 237 335 23 34 0 15 402 60 113
Binary 10110010 10011111 11011101 10011 11100 0 1101 100000010 110000 1001011

Color Harmonies of #B29FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29FDD

Black with #B29FDD

Text Example


Text Example

White with #B29FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29FDD; }

 p { color: rgb(178,159,221); }

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

background-color css

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

 a { background-color: rgb(178,159,221); }

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

border-color css

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

 span { border-color: rgb(178,159,221); }

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