Html Css Color HEX #B29EDD Biloba Flower

📋 copy color: '#B29EDD'

red 178 ◦ green 158 ◦ blue 221

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

Shades of Biloba Flower #B29EDD

Tints of Biloba Flower #B29EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.37%

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

R = 31.96%
G = 28.37%
B = 39.68%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B29EDD (or 0xB29EDD) is known color: Biloba Flower. HEX triplet: B2, 9E and DD. RGB value is (178,158,221). Sum of RGB (Red+Green+Blue) = 178+158+221=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #B29EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EDD is #4D6122. Grayscale: #AAAAAA. Windows color (decimal): -5071139 or 14524082. OLE color: 14524082.

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

Color convert

RGB 178 158 221 -
CMYK 0.19 0.29 0 0.13
HSL 259.05º 0.48% 0.74% -
HSV(B) 259.05º 0.29% 0.87% -
XYZ 43.64 39.14 73.66 -
YUV 171.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 178 158 221 0.19 0.29 0 0.13 259.05 0.48 0.74
Hex B2 9E DD 13 1D 0 D 103 30 4A
Octal 262 236 335 23 35 0 15 403 60 112
Binary 10110010 10011110 11011101 10011 11101 0 1101 100000011 110000 1001010

Color Harmonies of #B29EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29EDD

Black with #B29EDD

Text Example


Text Example

White with #B29EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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